Enhancements
- Replace old DetectElementResize script with ResizeObserver, fixes #1332, #2743
- Inject ApexCharts CSS to shadow root if weβre in a shadow DOM context, fixes #238
- Debounce tooltip mouse events to reduce overhead
π Bug Fixes
- Hover-active filter bugfix; fixes #2776
- Hash presence in CSV export; fixes #2665
- ToggleSeries bugfix for boxplots; fixes #2672
- Combo chart type bug fix; fixes #2388
- Return promise in updateOptions and updateSeries; fixes #2642
- Point-annotation position fix when x-axis is category; fixes #2646
- Remove radial-bar extra space in firefox; fixes #1243
- Export to png bug fix; fixes #1671
- Bugfix: y-axis annotation labels are placed at the wrong y-coordinate at the top of the graph; fixes #2770
- Add a null check to prevent errors on Safari mobile