apexcharts/apexcharts.js
 Watch   
 Star   
 Fork   
17 days ago
apexcharts.js

💎 Version 5.3.3

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v5.3.0...v5.3.3

2025-07-21 22:40:04
apexcharts.js

💎 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/
2025-04-25 18:02:26
apexcharts.js

💎 Version 4.7.0

What's Changed

Cleaned up misplaced resolve() call in updateOptions()

2025-04-25 18:02:26
apexcharts.js

💎 Version 4.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v4.5.0...v4.6.0

2025-02-14 03:46:44
apexcharts.js

💎 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: https://github.com/apexcharts/apexcharts.js/compare/v4.4.0...v4.5.0

2025-01-22 18:55:03
apexcharts.js

💎 Version 4.4.0

What's Changed

  • fix #4868; reflect marker shapes in tooltip
  • fixes #1753; fixes #3641; markers disappearing after hover
  • fixes #4790; fixes #4791; fix marker bug when null values were present
  • Added support for the Angular compiler. by @jeroen1602 in https://github.com/apexcharts/apexcharts.js/pull/4691
  • Fix getting decimal part of numbers close to 0 by @obiwac in https://github.com/apexcharts/apexcharts.js/pull/4909
  • fix #3754; crosshair position in stacked columns
  • fix #4890; radar chart marker over y-axis fix
  • fix #3439; shared tooltip fix in bar chart
  • fix #3661; series-title in multi-series treemap
  • fix #4230; total stacked label alignment fix
  • fix #4901; dataURI scaling issue
  • fix #4897; fix bug which cropped line when value was zero
  • fix #4904; x-axis range annotations disappearing on zoom
  • fix #4907; multiple y-axis error when series is empty
  • fix #4914; custom-tooltip was removed on redraw
  • make default stroke.lineCap as square in bar charts
  • fixes #4895; brush chart bugfix

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v4.3.0...v4.4.0

2024-12-20 00:10:53
apexcharts.js

💎 Version 4.3.0

What's Changed

  • improve datapoint detection on mousehover for correct tooltip position
  • fix #4869; custom tooltip can return html element
  • fix #4876; stacked columns when uneven data is provided
  • fix heatmap for uneven numeric x-axis
  • fix #4854; same stroke color when range color is used in bar
  • fixes #1453; date change when day changes in hour scale
  • fix #4863; reactivity issue in react and vue
  • fixes #4856; tooltip jump in irregular time series
  • fixes #4858; x-axis tick misalignment in bar chart
  • restores #4782 (isolated point in line chart not closing path) by @bautisflow in https://github.com/apexcharts/apexcharts.js/pull/4871
  • Remove use of global ApexCharts class by @SmithKy3 in https://github.com/apexcharts/apexcharts.js/pull/4884

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v4.2.0...v4.3.0

2024-12-10 18:03:17
apexcharts.js

💎 Version 4.2.0

What's Changed

Documentation update

  • Migrated all react samples from class components to functional components

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v4.1.0...v4.2.0

2024-11-25 15:16:06
apexcharts.js

💎 Version 4.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v4.0.0...v4.1.0

2024-10-29 18:37:12
apexcharts.js

💎 Version 4.0.0

What's Changed

Upgrade to Svgjs 3.2.

Svg.js, the main engine behind ApexCharts’ drawing mechanism, was long overdue for an upgrade. With apexcharts@4.0.0, both Svg.js and all related plugins have been upgraded to their latest versions. This ensures that ApexCharts stays up-to-date with its dependencies.

Other fixes

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.54.1...v4.0.0