Home > @plotex/chart-def > IAxisConfig
IAxisConfig interface#
Configures an axis of the chart.
Signature:Properties#
| Property | Type | Description |
|---|---|---|
| format? | string | (Optional) The format for rendering values on the axis. |
| label? | IAxisLabelConfig | (Optional) Title for the axis. |
| ticks? | IAxisTicksConfiguration | (Optional) Configuration for axis tick marks. |