chart.type

Configuration Structure

chart: {
type: 'line' | 'area' | ...,
}

The type option selects which kind of chart ApexCharts renders. It is the single most important chart option: each value maps to a dedicated chart type with its own behavior and plotOptions. It is part of the chart configuration.

type

Default: 'line'