apexcharts/apexcharts.js
 Watch   
 Star   
 Fork   
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

2024-10-14 20:13:32
apexcharts.js

💎 Version 3.54.1

What's Changed

  • improve border radius implementation in stacked bar charts by @junedchhipa in https://github.com/apexcharts/apexcharts.js/pull/4747
  • Bar and column true stroke and fill paths by @rosco54 in https://github.com/apexcharts/apexcharts.js/pull/4753
  • fix #4757; allow duplicate labels in yaxis
  • fix #4623; use x value from w.config.series instead of w.globals.labels
  • fix #4750; safari tooltip issue
  • Restore true stroke paths on bars and columns - by @rosco54
  • fix #4755; tooltip marker color when fill type is gradient
  • fix https://github.com/apexcharts/react-apexcharts/issues/627 prevent mutating config.colors as it causes reactivity issues in react
  • move some styles to foreignObject as external styles are not applied when exporting
  • fix #4657; fix #4818; border radius on last element when previous datapoint is zero
  • fix #4738; legend height when position is bottom
  • fix #4734; last annotation was not shown because of a refactor

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

2024-09-30 03:09:10
apexcharts.js

💎 Version 3.54.0

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.53.0...v3.54.0

2024-08-30 18:55:13
apexcharts.js

💎 Version 3.53.0

What's new

New Property

New method

  • highlightSeries; In a multi-series chart, call this method to reduce opacity of all other series and only highlight a particular one.

Enhancements

  • Mousewheel support for zooming; references #960

Bugfixes

Announcements

  • End support for IE11.

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.52.0...v3.53.0

2024-08-05 18:41:49
apexcharts.js

💎 Version 3.52.0

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.51.0...v3.52.0