react-d3-core
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -130,19 +130,19 @@ "use strict"; | ||
value: { | ||
height: PropTypes.number.isRequired, | ||
width: PropTypes.number.isRequired, | ||
margins: PropTypes.object.isRequired, | ||
showXAxis: PropTypes.bool, | ||
y: PropTypes.func.isRequired, | ||
yDomain: PropTypes.array, | ||
yRange: PropTypes.array, | ||
yScale: PropTypes.string.isRequired, | ||
yOrient: PropTypes.oneOf(['left', 'right']), | ||
yTickOrient: PropTypes.oneOf(['left', 'right']), | ||
yAxisClassName: PropTypes.string, | ||
yInnerTickSize: PropTypes.number, | ||
yOuterTickSize: PropTypes.number, | ||
yTickPadding: PropTypes.number, | ||
yTickFormat: PropTypes.func, | ||
yTicks: PropTypes.number, | ||
setScale: PropTypes.func | ||
height: _react.PropTypes.number.isRequired, | ||
width: _react.PropTypes.number.isRequired, | ||
margins: _react.PropTypes.object.isRequired, | ||
showXAxis: _react.PropTypes.bool, | ||
y: _react.PropTypes.func.isRequired, | ||
yDomain: _react.PropTypes.array, | ||
yRange: _react.PropTypes.array, | ||
yScale: _react.PropTypes.string.isRequired, | ||
yOrient: _react.PropTypes.oneOf(['left', 'right']), | ||
yTickOrient: _react.PropTypes.oneOf(['left', 'right']), | ||
yAxisClassName: _react.PropTypes.string, | ||
yInnerTickSize: _react.PropTypes.number, | ||
yOuterTickSize: _react.PropTypes.number, | ||
yTickPadding: _react.PropTypes.number, | ||
yTickFormat: _react.PropTypes.func, | ||
yTicks: _react.PropTypes.number, | ||
setScale: _react.PropTypes.func | ||
}, | ||
@@ -149,0 +149,0 @@ enumerable: true |
{ | ||
"name": "react-d3-core", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "react chart core component", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -5,3 +5,4 @@ "use strict" | ||
default as React, | ||
Component | ||
Component, | ||
PropTypes | ||
} from 'react'; | ||
@@ -8,0 +9,0 @@ |
4346138
31997