@nivo/scales
Advanced tools
Comparing version 0.84.0 to 0.85.0
@@ -105,3 +105,3 @@ import { ScaleLinear as D3ScaleLinear, ScalePoint as D3ScalePoint, ScaleBand as D3ScaleBand, ScaleLogarithmic as D3ScaleLogarithmic, ScaleSymLog as D3ScaleSymLog, ScaleTime as D3ScaleTime } from 'd3-scale'; | ||
export type ComputedSerieAxis<Value extends ScaleValue> = { | ||
all: Value[]; | ||
all: readonly Value[]; | ||
min: Value; | ||
@@ -112,3 +112,3 @@ minStacked?: Value; | ||
}; | ||
export type TicksSpec<Value extends ScaleValue> = number | string | Value[]; | ||
export type TicksSpec<Value extends ScaleValue> = number | string | readonly Value[]; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@nivo/scales", | ||
"version": "0.84.0", | ||
"version": "0.85.0", | ||
"license": "MIT", | ||
@@ -35,3 +35,3 @@ "author": { | ||
}, | ||
"gitHead": "71f3496361eb33c10380d12d3abb200813d9429b" | ||
"gitHead": "4ab05e2a976cb43397fe91720aab9fb3705bdf36" | ||
} |
Sorry, the diff of this file is not supported yet
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
118342