Skip to content

NiceScale

Defined in: types/index.ts:634

Result of niceScale - rounded axis bounds and tick step.

max: number

Defined in: types/index.ts:638

Upper axis bound, rounded up to a “nice” round number.


min: number

Defined in: types/index.ts:636

Lower axis bound, rounded down to a “nice” round number.


step: number

Defined in: types/index.ts:640

Distance between adjacent ticks.