The container element the chart was created on.
The chart's state.
OptionaloptsThe options as the author passed them.
OptionaladdSubscribes to a chart event such as 'mounted' or 'updated'.
OptionalremoveRemoves a handler added with addEventListener.
OptionalparentWhat ApexCharts runs when the element it watches for size changes — the
container's parent at render() time — resizes: it redraws a chart
whose container width changed, once any running animation is over, and
does nothing otherwise. Not part of ApexCharts' documented API.
The part of an ApexCharts chart instance the adapter reads.
Pass the object
new ApexCharts(el, options)returned. The adapter needs the instance itself: ApexCharts keeps no reference from the element back to its chart, and registers only charts that setchart.id.