Skip to content

Releases: apexcharts/apexcharts.js

πŸ’Ž Version 3.49.0

16 Apr 14:32
Compare
Choose a tag to compare

🐞 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

πŸ’Ž Version 3.48.0

19 Mar 19:43
Compare
Choose a tag to compare

πŸ†• 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

  • Fixes #4323 (multiple y-axis scale fixes for backward compatibility)
  • Zoomed scale fixes - In zoomed charts, ensure the Y axis scale fits the full min..max range of Y values
  • Fix css nonce attribute
  • Improve grid-rect to prevent bar overflowing on x-axis
  • When chart is type 'bar', ensure reference to zero is maintained
  • Fixes #2757 (annotation overflow)
  • Fixes #3073 (annotation overflow)
  • Fixes #3421 (annotation overflow)
  • Fixes #3553 (annotation overflow)
  • Fixes #4081 (x-axis annotation fix in sparkline)

Thanks @rosco54 for multiple y-axis scale fixes

πŸ’Ž Version 3.47.0

08 Mar 19:49
Compare
Choose a tag to compare

πŸ†• 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

πŸ’Ž Version 3.46.0

17 Feb 06:19
Compare
Choose a tag to compare

πŸ†• 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

πŸ’Ž Version 3.45.2

21 Jan 16:50
Compare
Choose a tag to compare

πŸ†• 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.

πŸ’Ž Version 3.45.1

21 Jan 16:46
Compare
Choose a tag to compare

🐞 Bug fixes

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

πŸ’Ž Version 3.45.0

15 Dec 16:30
Compare
Choose a tag to compare

πŸ†• Enhancements

  • New feature - yaxis.stepSize (fixes #332)
    The step size feature helps to define the intervals or increments between values on the axes values.

🐞 Bug fixes

  • Take into account series-index for point-annotations

πŸ’Ž Version 3.44.2

05 Dec 18:35
Compare
Choose a tag to compare

What's Changed

  • Fix stacked line charts regression bug; #4132

πŸ’Ž Version 3.44.1

05 Dec 18:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.44.0...v3.44.1

πŸ’Ž Version 3.44.0

17 Oct 11:07
Compare
Choose a tag to compare

πŸ†• Enhancements

  • improve sparkline paddings on top and bottom
  • improve line smoothing to avoid backward curve fixes #4063

🐞 Bug Fixes

  • fix default bg color in dark theme fixes #4062
  • fix xposition in rangebar charts (for tooltips) [commit] (0130bb1)
  • prevent markers from hiding on the top and the bottom of the drawing area