Home > @plotex/chart-def > ISeriesConfig > chartType

ISeriesConfig.chartType property#

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.

Signature:
chartType?: ChartType | ChartTypeString;