Skip to content

Releases: apexcharts/apexcharts.js

๐Ÿ’Ž Version 5.3.6

03 Nov 15:42

Choose a tag to compare

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

Full Changelog: v5.3.3...v5.3.6

๐Ÿ’Ž Version 5.3.3

11 Aug 16:28

Choose a tag to compare

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

Full Changelog: v5.3.0...v5.3.3

๐Ÿ’Ž Version 5.3.0

21 Jul 16:26

Choose a tag to compare

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

27 Apr 10:19

Choose a tag to compare

What's Changed

Cleaned up misplaced resolve() call in updateOptions()

๐Ÿ’Ž Version 4.6.0

27 Apr 10:14

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.0...v4.6.0

๐Ÿ’Ž Version 4.5.0

19 Feb 11:09

Choose a tag to compare

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: