react-d3-core
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -41,9 +41,9 @@ 'use strict'; | ||
if (scale === 'band' && (bandPaddingInner || bandPaddingOuter)) { | ||
if (scale === 'band') { | ||
func.round(true); | ||
if (bandPaddingInner) func.paddingInner(bandPaddingInner); | ||
if (bandPaddingInner) func.paddingInner(bandPaddingInner);else func.paddingInner(.1); | ||
if (bandPaddingOuter) func.paddingOuter(bandPaddingOuter); | ||
if (bandPaddingOuter) func.paddingOuter(bandPaddingOuter);else func.paddingOuter(.1); | ||
} | ||
@@ -50,0 +50,0 @@ |
{ | ||
"name": "react-d3-core", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "react-d3 chart core component", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
86759