The chart's id, as used in the wrapper's apexcharts<chartID> id.
Values per series and point ([series][point]). Flat for pie, donut,
polar area and radial bar charts, where each slice is a value.
OptionalseriesX values per series and point, for numeric and datetime x axes.
OptionalseriesBubble sizes per series and point.
OptionalseriesSeries names, in w.config.series order.
OptionallabelsCategory labels, or slice labels for pie-like charts.
OptionalcategoryCategory labels for line and area charts on a category axis.
OptionalisWhether the x axis is numeric (true for line charts on categories too).
OptionalisWhether bars (and box plots, range bars) are drawn horizontally.
OptionalcomboWhether series of different types share the chart.
OptionalseriesCandlestick open, or box plot minimum.
OptionalseriesCandlestick high, or box plot first quartile.
OptionalseriesBox plot median.
OptionalseriesCandlestick low, or box plot third quartile.
OptionalseriesCandlestick close, or box plot maximum.
OptionalseriesRange bar starts per series and point.
OptionalseriesRange bar ends per series and point.
OptionalinitialThe series as first rendered; survives a legend collapse.
OptionalcollapsedSeries hidden through the legend.
OptionalcollapsedIndices of the series hidden through the legend.
OptionalseriesThe y axis each series is drawn against, by series index.
OptionalanimationWhether the entry animation (or the last update's) has finished.
OptionalisSet once chart.destroy() has run.
OptionaldomDOM references ApexCharts keeps for the chart (older location).
The normalised chart state ApexCharts keeps in
w.globals.This is the honest record of what was drawn: every point format the author may have used is normalised here, and series ApexCharts silently dropped (mixed point formats, for one) show up as empty arrays.