Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-d3-basic

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-d3-basic - npm Package Compare versions

Comparing version 0.5.8 to 0.5.9

4

lib/components/bar_group.js

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc