react-d3-basic
Advanced tools
Comparing version 0.5.8 to 0.5.9
@@ -49,6 +49,6 @@ "use strict"; | ||
this.addEventListener('mouseover', function (e) { | ||
onMouseOver(e, p); | ||
onMouseOver(e); | ||
}); | ||
this.addEventListener('mouseout', function (e) { | ||
onMouseOut(e, p); | ||
onMouseOut(e); | ||
}); | ||
@@ -55,0 +55,0 @@ }); |
@@ -49,6 +49,6 @@ "use strict"; | ||
this.addEventListener('mouseover', function (e) { | ||
onMouseOver(e, p); | ||
onMouseOver(e); | ||
}); | ||
this.addEventListener('mouseout', function (e) { | ||
onMouseOut(e, p); | ||
onMouseOut(e); | ||
}); | ||
@@ -55,0 +55,0 @@ }); |
@@ -49,6 +49,6 @@ "use strict"; | ||
this.addEventListener('mouseover', function (e) { | ||
onMouseOver(e, p); | ||
onMouseOver(e); | ||
}); | ||
this.addEventListener('mouseout', function (e) { | ||
onMouseOut(e, p); | ||
onMouseOut(e); | ||
}); | ||
@@ -55,0 +55,0 @@ }); |
@@ -49,6 +49,6 @@ "use strict"; | ||
this.addEventListener('mouseover', function (e) { | ||
onMouseOver(e, p); | ||
onMouseOver(e); | ||
}); | ||
this.addEventListener('mouseout', function (e) { | ||
onMouseOut(e, p); | ||
onMouseOut(e); | ||
}); | ||
@@ -55,0 +55,0 @@ }); |
@@ -78,5 +78,5 @@ "use strict"; | ||
if (showBrush) _d32['default'].select(_react2['default'].findDOMNode(this.refs.scatterPlot)).style('clip-path', 'url(#react-d3-basic__brush_focus__clip)'); | ||
if (showBrush) _d32['default'].select(dom).style('clip-path', 'url(#react-d3-basic__brush_focus__clip)'); | ||
if (showZoom) _d32['default'].select(_react2['default'].findDOMNode(this.refs.scatterPlot)).style('clip-path', 'url(#react-d3-basic__zoom_focus__clip)'); | ||
if (showZoom) _d32['default'].select(dom).style('clip-path', 'url(#react-d3-basic__zoom_focus__clip)'); | ||
@@ -83,0 +83,0 @@ return dots; |
{ | ||
"name": "react-d3-basic", | ||
"version": "0.5.8", | ||
"version": "0.5.9", | ||
"description": "react chart component", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -71,7 +71,7 @@ "use strict"; | ||
if(showBrush) | ||
d3.select(React.findDOMNode(this.refs.scatterPlot)) | ||
d3.select(dom) | ||
.style('clip-path', 'url(#react-d3-basic__brush_focus__clip)'); | ||
if(showZoom) | ||
d3.select(React.findDOMNode(this.refs.scatterPlot)) | ||
d3.select(dom) | ||
.style('clip-path', 'url(#react-d3-basic__zoom_focus__clip)'); | ||
@@ -78,0 +78,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
147734