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

IPlotConfig.chartType property#

The type of chart to render. This is the global type of the chart, you can also set the chart type individually for each data series,

Signature:
chartType?: ChartType | ChartTypeString;