Comparing version 0.5.32 to 0.5.33
@@ -47,2 +47,8 @@ 'use strict'; | ||
} | ||
// edge case for when all values are zero | ||
if (valueExtent[0] === valueExtent[1] && valueExtent[0] === 0) { | ||
valueExtent[1] = 1; | ||
} | ||
yScale.domain(valueExtent); | ||
@@ -49,0 +55,0 @@ if (props.DEBUG) { |
{ | ||
"name": "nud3", | ||
"version": "0.5.32", | ||
"version": "0.5.33", | ||
"description": "New D3 composable charts for React", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/nuvi/nud3", |
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
322151
7915