Skip to content

Releases: apexcharts/apexcharts.js

πŸ’Ž Version 3.53.0

30 Aug 18:50
Compare
Choose a tag to compare

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: v3.52.0...v3.53.0

πŸ’Ž Version 3.52.0

05 Aug 10:49
Compare
Choose a tag to compare

What's Changed

  • fix #1339; tooltip.enabledOnSeries bugfix in irregular time series
  • fix #4600; show percentage in 100% stacked bar chart
  • fix #4067; incorrect x-axis labels for numeric x-axis for small dataset
  • fixes #4579; heatmap legend color issue
  • feat(ci): added continuous integration tests by @Sebastian-Webster in #4577
  • Add null checks on gridRect to avoid safari error by @Nikkitory in #4599

New Contributors

Full Changelog: v3.51.0...v3.52.0

v3.51.0

21 Jul 14:37
Compare
Choose a tag to compare

What's Changed

✨ More marker shapes ✨

hswil69ah

Full Changelog: v3.50.0...v3.51.0

πŸ’Ž Version 3.50.0

05 Jul 17:57
Compare
Choose a tag to compare

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: v3.49.2...v3.50.0

πŸ’Ž Version 3.49.2

25 Jun 19:26
fd8af2d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.49.1...v3.49.2

πŸ’Ž Version 3.49.1

13 May 07:42
Compare
Choose a tag to compare

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

πŸ’Ž 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