polylinear-scale
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -1,3 +0,1 @@ | ||
const name = 'polylinearScale' | ||
const config = {} | ||
@@ -71,3 +69,3 @@ | ||
if (domain.length !== range.length) { | ||
throw new Error(`${name} requires domain and range to have an equivalent number of values`) | ||
throw new Error('polylinearScale requires domain and range to have an equivalent number of values') | ||
} | ||
@@ -74,0 +72,0 @@ |
{ | ||
"name": "polylinear-scale", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Create piecewise linear scales à la d3", | ||
@@ -5,0 +5,0 @@ "main": "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
6873
114