Intermact API Reference / @intermact/core / tickStep
Function: tickStep()
tickStep(
start,stop,count?):number
Defined in: packages/core/src/math/scale.ts:118
The "nice" step size that numericTicks would use for [start, stop].
Parameters
start
number
stop
number
count?
number = DEFAULT_TICK_COUNT
Returns
number