react-d3-brush
Advanced tools
Comparing version 1.0.4 to 1.1.0
@@ -121,3 +121,3 @@ "use strict"; | ||
_d32['default'].select(_reactDom2['default'].findDOMNode(this.refs.brushRect)).call(brush).selectAll('rect').attr("y", -6).attr("height", brushHeight - brushMargins.bottom - brushMargins.top + 7).style('stroke', '#FFF').style('fill-opacity', .125).style('shape-rendering', 'crispEdges'); | ||
var brushDom = _d32['default'].select(_reactDom2['default'].findDOMNode(this.refs.brushRect)).call(brush).selectAll('rect').attr("y", -6).attr("height", brushHeight - brushMargins.bottom - brushMargins.top + 7).style('stroke', '#FFF').style('fill-opacity', .25).style('shape-rendering', 'crispEdges'); | ||
@@ -124,0 +124,0 @@ this.setState({ |
{ | ||
"name": "react-d3-brush", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"description": "react-d3 brush implementation", | ||
@@ -43,3 +43,3 @@ "main": "./lib/index", | ||
"d3": "^3.5.6", | ||
"react-d3-basic": "^1.1.5", | ||
"react-d3-basic": "^1.2.0", | ||
"react-d3-core": "^1.0.5", | ||
@@ -46,0 +46,0 @@ "react-dom": "^0.14.0" |
@@ -124,3 +124,3 @@ "use strict"; | ||
d3.select(ReactDOM.findDOMNode(this.refs.brushRect)) | ||
var brushDom = d3.select(ReactDOM.findDOMNode(this.refs.brushRect)) | ||
.call(brush) | ||
@@ -131,3 +131,3 @@ .selectAll('rect') | ||
.style('stroke', '#FFF') | ||
.style('fill-opacity', .125) | ||
.style('fill-opacity', .25) | ||
.style('shape-rendering', 'crispEdges'); | ||
@@ -134,0 +134,0 @@ |
78181
Updatedreact-d3-basic@^1.2.0