react-d3-core
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -152,3 +152,3 @@ "use strict"; | ||
xTickFormat: _react.PropTypes.func, | ||
xTicks: _react.PropTypes.number | ||
xTicks: _react.PropTypes.array | ||
}, | ||
@@ -155,0 +155,0 @@ enumerable: true |
@@ -151,3 +151,3 @@ "use strict"; | ||
yTickFormat: _react.PropTypes.func, | ||
yTicks: _react.PropTypes.number | ||
yTicks: _react.PropTypes.array | ||
}, | ||
@@ -154,0 +154,0 @@ enumerable: true |
{ | ||
"name": "react-d3-core", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "react-d3 chart core component", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -54,3 +54,3 @@ "use strict" | ||
xTickFormat: PropTypes.func, | ||
xTicks: PropTypes.number | ||
xTicks: PropTypes.array | ||
} | ||
@@ -57,0 +57,0 @@ |
@@ -54,3 +54,3 @@ "use strict" | ||
yTickFormat: PropTypes.func, | ||
yTicks: PropTypes.number | ||
yTicks: PropTypes.array | ||
} | ||
@@ -57,0 +57,0 @@ |
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
4165689