Documentation / @ripl/charts / axisTickCount
Function: axisTickCount() ​
axisTickCount(
options):number
Defined in: charts/src/core/scales.ts:36
The target number of ticks (and grid lines) an axis draws, from its ticks option (default 10).
Parameters ​
| Parameter | Type | Description |
|---|---|---|
options | ChartAxisItemOptions | The resolved axis options. |
Returns ​
number
The tick count.