What's Changed
- fix shadow DOM height issue when using height 100%
- fix #5124; label formatter types
- fix(types): also use ApexParsing for ApexAxisChartSeries parsing prop by @damyanpetev in https://github.com/apexcharts/apexcharts.js/pull/5091
- Add Galician (gl) locale. by @torce in https://github.com/apexcharts/apexcharts.js/pull/5096
- feat: use blazediff instead of pixelmatch by @t...