@cloudflare/chart-time
Advanced tools
Comparing version 3.4.1 to 3.4.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.4.2](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/chart-time@3.4.1...@cloudflare/chart-time@3.4.2) (2019-02-11) | ||
### Bug Fixes | ||
* **chart-time:** NETDEV-1411 - Add a small margin to view without axes ([bd7c5df](http://stash.cfops.it:7999/fe/stratus/commits/bd7c5df)) | ||
## [3.4.1](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/chart-time@3.4.0...@cloudflare/chart-time@3.4.1) (2019-02-07) | ||
@@ -8,0 +19,0 @@ |
@@ -195,6 +195,6 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
} : { | ||
right: 0, | ||
left: 0, | ||
top: 0, | ||
bottom: 0 | ||
right: 2, | ||
left: 2, | ||
top: 2, | ||
bottom: 2 | ||
}, | ||
@@ -201,0 +201,0 @@ type: chartType, |
@@ -218,6 +218,6 @@ "use strict"; | ||
} : { | ||
right: 0, | ||
left: 0, | ||
top: 0, | ||
bottom: 0 | ||
right: 2, | ||
left: 2, | ||
top: 2, | ||
bottom: 2 | ||
}, | ||
@@ -224,0 +224,0 @@ type: chartType, |
{ | ||
"name": "@cloudflare/chart-time", | ||
"description": "Cloudflare time-based chart presentational components", | ||
"version": "3.4.1", | ||
"version": "3.4.2", | ||
"main": "lib/index.js", | ||
@@ -41,3 +41,3 @@ "module": "es/index.js", | ||
}, | ||
"gitHead": "8f7384cf3048098ee63c648b29708b994303bc72" | ||
"gitHead": "7b0bc92d4c7929b13f03d439008abc70ea4052f1" | ||
} |
@@ -253,3 +253,3 @@ import React from 'react'; | ||
? { right: 20, bottom: showTimeLabel ? 40 : 20 } | ||
: { right: 0, left: 0, top: 0, bottom: 0 } | ||
: { right: 2, left: 2, top: 2, bottom: 2 } | ||
} | ||
@@ -256,0 +256,0 @@ type={chartType} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
149995