Home > @plotex/chart-def > IAxisSeriesConfig
IAxisSeriesConfig interface#
Relates a single axis to data series.
Signature:Properties#
| Property | Type | Description |
|---|---|---|
| color? | string | (Optional) The color to render to assign to the series. |
| format? | string | (Optional) The format for rendering values of the series. |
| label? | string | (Optional) The label for the series on this axis. |
| series | string | The name of the series to render on the axis. |