react-d3-brush
Advanced tools
Comparing version 0.8.4 to 0.8.5
@@ -199,3 +199,3 @@ "use strict"; | ||
brushChart, | ||
_react2['default'].createElement(_reactD3Core.Xaxis, _extends({ height: brushHeight }, otherProps, { margins: brushMargins })), | ||
_react2['default'].createElement(_reactD3Core.Xaxis, _extends({ height: brushHeight }, otherProps, { margins: brushMargins, xLabel: false })), | ||
_react2['default'].createElement(_reactD3Core.Yaxis, _extends({ height: brushHeight, yRange: yBrushRange, showYAxis: false, yLabel: false }, otherProps, { margins: brushMargins })), | ||
@@ -202,0 +202,0 @@ _react2['default'].createElement('g', { ref: 'brushRect', className: 'react-d3-basic__brush__rect' }) |
{ | ||
"name": "react-d3-brush", | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"description": "react-d3 brush implementation", | ||
@@ -42,6 +42,6 @@ "main": "./lib/index", | ||
"d3": "^3.5.6", | ||
"react-d3-basic": "^0.11.1", | ||
"react-d3-core": "^0.7.2", | ||
"react-d3-basic": "^0.11.4", | ||
"react-d3-core": "^0.8.2", | ||
"react-dom": "^0.14.0" | ||
} | ||
} |
@@ -211,3 +211,3 @@ "use strict"; | ||
{brushChart} | ||
<Xaxis height={brushHeight} {...otherProps} margins={brushMargins}/> | ||
<Xaxis height={brushHeight} {...otherProps} margins={brushMargins} xLabel={false} /> | ||
<Yaxis height={brushHeight} yRange={yBrushRange} showYAxis={false} yLabel={false} {...otherProps} margins={brushMargins}/> | ||
@@ -214,0 +214,0 @@ <g ref="brushRect" className="react-d3-basic__brush__rect"></g> |
74205
- Removedreact-d3-core@0.7.2(transitive)
Updatedreact-d3-basic@^0.11.4
Updatedreact-d3-core@^0.8.2