NiceScale
Defined in: types/index.ts:637
Result of niceScale - rounded axis bounds and tick step.
Properties
Section titled “Properties”max:
number
Defined in: types/index.ts:641
Upper axis bound, rounded up to a “nice” round number.
min:
number
Defined in: types/index.ts:639
Lower axis bound, rounded down to a “nice” round number.
step:
number
Defined in: types/index.ts:643
Distance between adjacent ticks.