Home > @plotex/chart-def > ISeriesConfig

ISeriesConfig interface#

Configuration for a data series.

Signature:
export interface ISeriesConfig

Properties#

PropertyTypeDescription
chartType?ChartType | ChartTypeString(Optional) The type of chart to render for a particular named data series. Defaults to global chart type or, if no global chart defaults to a line chart.