IAxisMap interface#
Maps the columns in a dataframe to an axis in the chart.
Signature:Properties#
| Property | Type | Description |
|---|---|---|
| x? | string | IAxisSeriesConfig | (Optional) The x axis for the chart. |
| y? | string | string[] | IYAxisSeriesConfig | IYAxisSeriesConfig[] | (Optional) The y axis for the chart. |
| y2? | string | string[] | IYAxisSeriesConfig | IYAxisSeriesConfig[] | (Optional) The optional second y axis for the chart. |