Apexcharts.js Versions Save

📊 Interactive JavaScript Charts built on SVG

v3.49.0

1 week ago

🐞 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

v3.48.0

1 month ago

🆕 Enhancements

  • Provide a "step before" version of the current "step after" line chart; Fixes #4313
  • Use ShadowRoot getElementById() when in ShadowDOM; Thanks @cyraid

🐞 Bug fixes

Thanks @rosco54 for multiple y-axis scale fixes

v3.47.0

1 month ago

🆕 Enhancements

  • Map multiple series to the same y-axis scales (in a multi-axes chart) - fixes #4237

🐞 Bug fixes

  • Area chart gradient drawing glitch; fixes #4271
  • Point annotation fix when y-axis is not present (in case of sparkline or hidden y-axis)
  • When chart is type 'bar', ensure reference to zero is maintained

Thanks @rosco54 for y-axis scale improvements

v3.46.0

2 months ago

🆕 Enhancements

  • Improve the y-axis scale tick generation - Thanks @rosco54
  • Added "+" and "x" markers - Thanks @MiguelsPizza
  • Add Belarusan cyrilic and latin locale - Thanks @hrynko

🐞 Bug fixes

  • Fix #4167 - shadow bug in multi-series chart
  • Fix #4242 - allow labels with Invalid text

v3.45.2

3 months ago

🆕 Enhancements

  • Update pt.json - Thanks @artur309
  • Add border-radius to treemap; fixes #4170

🐞 Bug fixes

  • Fix the range-bar drawing bug when the value is 0
  • Discard initialXRatio in normal category bar charts - fixes #4134
  • Bring back original curve: smooth option for stroke as multiple people reported issues with monotoneCubic curve.

v3.45.1

3 months ago

🐞 Bug fixes

  • fix hourly tick increment when starting at full hour. Thanks Alex Dudau
  • update linearScale() function to respect the stepSize parameter

v3.45.0

4 months ago

🆕 Enhancements

🐞 Bug fixes

  • Take into account series-index for point-annotations

v3.44.2

4 months ago

What's Changed

v3.44.1

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.44.0...v3.44.1

v3.44.0

6 months ago

🆕 Enhancements

🐞 Bug Fixes