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

2024-07-21 21:59:50
apexcharts.js

v3.51.0

What's Changed

✨ More marker shapes

hswil69ah

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

2024-07-06 01:52:56
apexcharts.js

💎 Version 3.50.0

What's Changed

  • Refactor markers code for generating new markers shapes (plus, cross, line)

Screenshot 2024-07-05 at 11 27 12 PM

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.49.2...v3.50.0

2024-06-25 22:43:47
apexcharts.js

💎 Version 3.49.2

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.49.1...v3.49.2

2024-05-12 22:28:31
apexcharts.js

💎 Version 3.49.1

🆕 Enhancements

basic-slope-chart

🐞 Bug fixes

  • Fix issue #4216: grid padding calculation to support array of stroke widths, thanks @veryinsanee
  • Fix heatmap yaxis offset #2033, thanks @cart-before-horse
  • FIx types (yaxis.seriesName as an Array), thanks @j2ghz
  • Remove redundant graphics.move() from end of lower rangeArea paths. - thanks @rosco54
  • Fix #4386; pie chart size issue when given in percentage
  • Fix #3827 - y-axis tooltip value in reversed
  • Fix #4348 - dumbbell chart fix for timescale xaxis
  • Fix #2251 - pie chart dataPointIndex when clicked
  • Fix #4206 - datalabels in timeline chart
  • Revert PR #4240
2024-04-16 22:25:47
apexcharts.js

💎 Version 3.49.0

🐞 Bug fixes

  • Fix gradient fill glitches for series with nulls - by @rosco54
  • Fix point annotation still visible when referenced series is collapsed. - by @rosco54
  • Additional fixes for indexing errors using yaxis-series mappings after - by @rosco54
  • Fixed Issue #3525. - by @rosco54
  • added color evaluation function in Bar.js under stroke property - by @Digvijayrao-KF
  • Radar chart bugfix #4371
  • Update zh-tw.json - by @iblislin
  • Fixed #4402 by @rosco54