Releases: apexcharts/apexcharts.js
Releases ยท apexcharts/apexcharts.js
๐ Version 5.3.6
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 #5091
- Add Galician (gl) locale. by @torce in #5096
- feat: use blazediff instead of pixelmatch by @teimurjan in #5104
- Bugfix/5116 by @ksfchen in #5117
New Contributors
- @damyanpetev made their first contribution in #5091
- @torce made their first contribution in #5096
- @teimurjan made their first contribution in #5104
- @ksfchen made their first contribution in #5117
Full Changelog: v5.3.3...v5.3.6
๐ Version 5.3.3
What's Changed
- Added data parsing support for candlestick, boxplot, rangeBar and bubble charts
- Reset parsing flags during update when data is parsed. Fixes updateSeries and updateOptions bugs when parsing data.
- Feature/control legend css injection by @leechoohyoung in #5074
- Unhide pan/zoomselect for mobile/touch devices by @vingerha in #5081
- Add a missing type and removes an unused type by @Jo-varo in #5065
- Update LICENSE by @jberes in #5087
New Contributors
- @leechoohyoung made their first contribution in #5074
- @vingerha made their first contribution in #5081
- @Jo-varo made their first contribution in #5065
- @jberes made their first contribution in #5087
Full Changelog: v5.3.0...v5.3.3
๐ Version 5.3.0
What's changed
- Data Parsing capabilites.
ApexCharts now supports direct parsing and mapping of raw data objects, eliminating the need for manual data transformation. Complete documentation for this feature - https://apexcharts.com/docs/parsing-data/ - Pie/Donut/RadialBar series formats
These chart types now support XY series formats making it consistent with the rest of the chart types. Read the documentation for this change - https://apexcharts.com/docs/series/
๐ Version 4.7.0
What's Changed
Cleaned up misplaced resolve() call in updateOptions()
๐ Version 4.6.0
What's Changed
- Fix issue with fixed Tooltip not working on nonAxisChart by @hhjeee in #4959
- Fixing unnecessary chart destroy on create by @siczmj in #4970
- Extend annotation label text type to array by @dcrystalj in #4981
- fix annotation clipping calculation caused by unprecise floats by @philipp-hillebrecht in #4985
- fix: the wrong return type of the formatter function by @daiboom in #4988
- Fix incorrect parsing of e notation svg command values in graphics.roundPathCorners by @ablagoev in #4991
- Fix comparison bug in clipping calculation by @mutludev in #4995
- Added nonce in the types in option.chart.nonce by @himanshu27tasveer in #4993
- fix: resolve function not exists by @ismail-codar in #5020
New Contributors
- @hhjeee made their first contribution in #4959
- @siczmj made their first contribution in #4970
- @dcrystalj made their first contribution in #4981
- @philipp-hillebrecht made their first contribution in #4985
- @ablagoev made their first contribution in #4991
- @mutludev made their first contribution in #4995
- @himanshu27tasveer made their first contribution in #4993
- @ismail-codar made their first contribution in #5020
Full Changelog: v4.5.0...v4.6.0
๐ Version 4.5.0
What's Changed
- getSvgString() method is now public which allows users to get SVG string of the chart by calling method on the chart instance.
- fixes #2963, fixes #3452; safari bugs fixed by removing legend from svg foreignObject
- fixes #4937; data label issue when hideZeroBarsWhenGrouped
- fixes #4940; fixes #4935; x-axis ticks improvements
- fix #4939; hideZeroBarsWhenGrouped in column chart
- fix #4932; tooltip color in pie/donut charts
Full Changelog: