Skip to content

Releases: apexcharts/apexcharts.js

πŸ’Ž Version 3.41.0

11 Jun 15:39

Choose a tag to compare

What's new

Screenshot 2023-06-11 at 9 06 25 PM

What's Changed

New Contributors

Full Changelog: v3.40.0...v3.41.0

πŸ’Ž Version 3.40.0

01 May 11:58

Choose a tag to compare

What's new

fc3noor2 (2)
fc3noor2 (1)

  • Allow integer values to be passed as Column-width and Bar-height for easier management of column/bar thickness. Previously, only percentage values were supported

What's Changed

New Contributors

Full Changelog: v3.37.0...v3.40.0

πŸ’Ž Version 3.37.0

04 Feb 19:54

Choose a tag to compare

πŸ†• Enhancements

🐞 Bug Fixes

πŸ’Ž Version 3.36.0

23 Oct 13:56
d486c93

Choose a tag to compare

πŸ†• Enhancements

  • New chart-type: RANGE AREA CHART - Example

Screenshot 2022-10-08 at 12 04 36 PM

  • Allow fill config to be passed with individual data-point in a XY series
  • Total data label in a stacked bar/column chart - Example

🐞 Bug Fixes

  • Fix x-axis labels overlap when all series are collapsed
  • Fix text-anchor in horizontal bars if a negative value is present
  • Fix deselect first series exports empty CSV; Thanks Luca Tognazzi

πŸ’Ž Version 3.35.0

31 Mar 18:55

Choose a tag to compare

🐞 Bug Fixes

  • Fixed a regression bug that caused x-axis labels to disappear when the type was DateTime.

πŸ’Ž Version 3.34.0

30 Mar 12:50

Choose a tag to compare

πŸ†• Enhancements

🐞 Bug Fixes

  • Fix bugs with collapsed series data on updating options/series - Thanks, @tkieft
  • Fix bug when value below 1 in log scale - Thanks, @Blerman
  • Improve shared tooltip position in bar charts and heatmap charts
  • Refactor annotations code

Misc changes

πŸ’Ž Version 3.33.0

11 Jan 08:19

Choose a tag to compare

πŸ†• Enhancements

  • Prevent tooltip overflow outside the chart area
  • Fix empty tooltip; fixes #2851
  • Disable tooltip if all datasets are hidden - fixes #2566
  • Bar and Heatmap tooltip improvements

🐞 Bug Fixes

  • Fix for not rendering 0 as min when using logarithmic, thanks @rubenstolk
  • Fix tooltip bug when 1st series is hidden; fixes #2744
  • Fix boxplot with multiple outliers - fixes #2706
  • Fix runtime error if tooltip not present
  • Marker size bug - fixes #2872
  • Tooltip bug; fixes #2879

πŸ’Ž Version 3.32.0

11 Jan 08:14

Choose a tag to compare

🐞 Bug Fixes

  • fixing regression bug that was caused by commit e153a2
  • fix distributed and inversed color scale - fixes #2808
  • check if lastDataLabelRect exists in bar charts

πŸ’Ž Version 3.31.0

28 Nov 19:45

Choose a tag to compare

Enhancements

fc3noor2

🐞 Bug Fixes

  • Fix UTC issue for single data-point - fixes #2793
  • Avoid rendering data label nodes if empty - fixes #2796

πŸ’Ž Version 3.30.0

13 Nov 09:01

Choose a tag to compare

Enhancements

  • Replace old DetectElementResize script with ResizeObserver, fixes #1332, #2743
  • Inject ApexCharts CSS to shadow root if we’re in a shadow DOM context, fixes #238
  • Debounce tooltip mouse events to reduce overhead

🐞 Bug Fixes

  • Hover-active filter bugfix; fixes #2776
  • Hash presence in CSV export; fixes #2665
  • ToggleSeries bugfix for boxplots; fixes #2672
  • Combo chart type bug fix; fixes #2388
  • Return promise in updateOptions and updateSeries; fixes #2642
  • Point-annotation position fix when x-axis is category; fixes #2646
  • Remove radial-bar extra space in firefox; fixes #1243
  • Export to png bug fix; fixes #1671
  • Bugfix: y-axis annotation labels are placed at the wrong y-coordinate at the top of the graph; fixes #2770
  • Add a null check to prevent errors on Safari mobile