formatTick(
value):string
Defined in: utils.ts:225
Formats a tick label for display.
Large and very small non-zero values use exponential notation. Other finite values use up to six significant digits. Non-finite values format to an empty string.
Parameters
| Parameter | Type | Description |
|---|---|---|
value | number | Tick value. |
Returns
string
A display label.