Skip to content

Releases: apexcharts/apexcharts.js

πŸ’Ž Version 3.34.0

30 Mar 12:50
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

πŸ’Ž Version 3.28.2

16 Sep 19:43
Compare
Choose a tag to compare

Enhancements

  • Allow HTML in legend while also sanitizing inputs for XSS vulnerability - fixes #2214, fixes #2463, fixes #2202
  • Added support for series-specific border-radius on a bar chart
  • Improve goals marker drawing options in bars/columns

🐞 Bug Fixes

  • Fix legend class names to prevent conflict with other libraries
  • svg.js namespace issue - fixes #2571

πŸ’Ž Version 3.28.1

16 Sep 19:39
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fix e is null for firefox - fixes #2537
  • Prevent adding padding to the right if x-axis labels are trimmed

πŸ’Ž Version 3.27.3

22 Jul 11:59
Compare
Choose a tag to compare

πŸ†• Enhancements

  • New feature - Forecast data-points
    fc3noor2 (5)

πŸ’Ž Version 3.27.0

06 Jun 10:33
7b49a1f
Compare
Choose a tag to compare

πŸ†• Enhancements

  • New feature - bar/column with markers
    fc3noor2 (2)

🐞 Bug Fixes

  • Add title element for Y-axis labels. #2281
  • Sanitize input to prevent cross-site scripting

πŸ’Ž Version 3.26.3

18 May 10:49
Compare
Choose a tag to compare

πŸ†• Enhancements

  • New prop - xaxis.overwriteCategories which allows t overwrite all generated x-axis labels and replace with custom labels
  • Add scaling options while exporting to SVG/PNG - Thanks, Antonio Rezende