react-d3-core
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "react-d3-core", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "react chart core component", | ||
@@ -5,0 +5,0 @@ "main": "./index.jsx", |
@@ -120,3 +120,3 @@ "use strict"; | ||
if((type === 'x' || type === 'y') && !newDomain) { | ||
if(type === 'x' || type === 'y') { | ||
// if x, y set scale, not grid | ||
@@ -163,5 +163,3 @@ this.props.setScale(type, func); | ||
this.props = nextProps; | ||
if(newDomain) { | ||
if(this.props.newDomain !== newDomain) { | ||
this._mkAxis(); | ||
@@ -168,0 +166,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
4084317
30856