@fishawack/lab-d3
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "@fishawack/lab-d3", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Abstract layer built on top of d3", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -354,3 +354,3 @@ "use strict"; | ||
if (!newColor || newColor !== prevColor) { | ||
node.classed(prevColor, false); | ||
node.classed(prevColor, false).attr('data-color', null); | ||
if (newColor) { | ||
@@ -357,0 +357,0 @@ node.classed(newColor, true).attr('data-color', newColor); |
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
562444