Home > plot > IAxisMap

IAxisMap interface#

Maps the columns in a dataframe to an axis in the chart.

Signature:
export interface IAxisMap

Properties#

PropertyTypeDescription
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.