@flourish/chart-layout
Advanced tools
Comparing version 9.4.3 to 9.4.4
{ | ||
"name": "@flourish/chart-layout", | ||
"version": "9.4.3", | ||
"version": "9.4.4", | ||
"description": "Create axes", | ||
@@ -5,0 +5,0 @@ "main": "chart-layout.js", |
@@ -0,1 +1,4 @@ | ||
# 9.4.4 | ||
* Tweak calculation of default domain when forcing inclusion of 0 | ||
# 9.4.3 | ||
@@ -2,0 +5,0 @@ * Fix IE11 bug |
@@ -27,2 +27,3 @@ import { scaleLinear, scaleLog, scalePoint, scaleTime } from "d3-scale"; | ||
else if (domain[1] < 0) domain[1] = 0; | ||
domain = scaleLinear().domain(domain).nice().domain(); | ||
} | ||
@@ -29,0 +30,0 @@ } |
Sorry, the diff of this file is too big to display
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
425745
10390