Chart-wide settings.
Optionaltype?: stringThe default series type.
Optionalstacked?: booleanWhether bars or areas are stacked.
OptionalstackType?: string'normal' or '100%'.
Optionalwidth?: string | numberThe chart's width: a number of pixels, or a string such as '100%'.
Optionalanimations?: {Animation settings.
Optionalaccessibility?: {ApexCharts 7's own accessibility layer.
The series, possibly mutated by ApexCharts.
OptionaltitleThe chart title.
OptionalsubtitleThe chart subtitle.
OptionalxaxisThe x axis.
OptionalyaxisThe y axes; ApexCharts always normalises this to an array.
OptionalstrokeLine and area stroke settings.
Optionalcurve?: string | string[]'straight', 'smooth', 'stepline', 'linestep' or 'monotoneCubic', or one per series.
Optionalshow?: booleanWhether strokes are drawn at all.
OptionalmarkersMarker settings for line, area and radar charts.
Optionalsize?: number | number[]Marker size, or one per series. 0 means no per-point markers.
OptionalplotPer-type drawing options.
The resolved chart options in
w.config, as far as the adapter reads them.ApexCharts mutates these while drawing —
xaxis.categoriesis emptied on a line chart and a collapsed series loses its data — so values are read from ApexGlobals and only settings are read from here.