Skip to content

Releases: apexcharts/apexcharts.js

πŸ’Ž Version 3.26.2

09 May 19:33
Compare
Choose a tag to compare

πŸ†• Enhancements

  • New prop - xaxis.decimalsInFloat

🐞 Bug Fixes

  • Data-label overflow - fixes #2264
  • Fix missing first label on the x-axis bar graph - fixes #1730
  • Fix y-axis title cropped - fixes #2394

πŸ’Ž Version 3.26.1

18 Apr 12:50
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Add start and end dates in rangeBar tooltip options in a custom tooltip
  • Heatmap reverseNegativeShade issue - fixes #1704
  • Add hungarian locale - thanks, @MartinKravec
  • New feature in TimeScale: added seconds scale - thanks, @nekitk

🐞 Bug Fixes

  • CSV export fix - fixes #2295
  • Check circle radius if less than 0
  • Fix treemap data update - fixes #2356
  • Datalabel type fix - fixes #2355
  • Combo candlestick tooltip issue - fixes #2354
  • Prevent hiding 1st x-label when y-axis is hidden in bar charts

πŸ’Ž Version 3.26.0

15 Mar 19:47
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Add square for marker shape
  • Allow shared tooltip in a horizontal bar chart
  • New property - borderRadius in bar charts; fixes #2291

🐞 Bug Fixes

  • Fix polar area spokes position when startAngle is custom
  • Fixed y-axis formatter not working when range contains zero. Thanks, @venarius
  • Fix for #1629, adds BOM to CSV export
  • Forcing the DataLabel to be drawn only within the boundaries of the chart

πŸ’Ž Version 3.23.1

28 Dec 19:04
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Panning fixed in timeline charts
  • Mixed chart x-axis issue - fixes #2064
  • A small correction in y-axis min-max - fixes #538
  • Preserve selection on resize in pie, donut - fixes #2110
  • Floating y-axis in bar and timelines - fixes #2123
  • TooltipHoverFormatter in pie charts - fixes #2122

πŸ’Ž Version 3.23.0

15 Dec 10:49
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Zoom and Pan enabled in timeline charts - fixes #763

🐞 Bug Fixes

  • Fix export to csv when timestamps are provided - fixes #2101
  • Bigfix in min/max functions in y-axis - fixes #538, fixes #2098
  • Improve logscale

πŸ’Ž Version 3.22.3

06 Dec 17:33
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Customizable export filenames - fixes #2042
  • Show x-axis gridlines even when x-axis labels are hidden - fixes #2089

🐞 Bug Fixes

  • Fix undefined tooltip issue in a timeline chart
  • Remove resize handler properly on destroy - fixes #2020
  • CSV bug export when category contains a comma - fixes #2036
  • Fix multiline text in x-axis when using XY format in series - fixes
  • Add passive: true to event listeners - ref #937
  • Fix auto height increase when the height is 100% - fixes #2059
  • Fix log scale in radar chart - fixes #2078
  • Remove code to hide data label when it is cropped
  • Add tooltip title formatter for horizontal chart
  • Bugfix when no data in treemap - fixes #2090
  • Bug fix in min/max functions in y-axis - fixes #538
  • Fix Y-axis tickamount when formatter is applied - fixes #2086

πŸ’Ž Version 3.22.2

06 Dec 17:25
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Semi donut - New property endAngle in pie to create semi donut charts
  • allow legendClick to run even when toggleDataSeries is off - fixes #835
  • Add seriesIndex for pie/donut tooltips formatter

🐞 Bug Fixes

  • bug-fix for long x-axis labels causing left padding - fixed #1989
  • Gradient bug fix - fixes #2026
  • Fix resize issue - eventlistener not being removed on destroy - fixes #2020

πŸ’Ž Version 3.22.1

01 Nov 13:38
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Add min/maxSecond to DateTime.getTimeUnitsfromTimestamp() - Thanks, @jessecrossley
  • New property redrawOnWindowResize which allows you to control whether the chart should update when the window size changes. This is different from redrawOnParentResize which just checks for parent container resize events.
  • Re-add ESM build as requested by many users.

🐞 Bug Fixes

  • Prevent duplicate values on the y-axis - fixes #1960
  • Fixed circle chart size when show legend - Thanks, @FunkiR
  • Polar-area chart maxY bug fix

πŸ’Ž Version 3.22.0

03 Oct 14:08
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Add a flag to group rows together (rangeBarGroupRows) in a multi-series timeline chart - thanks, @kgram007
  • New event - beforeResetZoom
  • dateformatter option added in xaxis.labels.formatter to allow the user to format dates when using xaxis.labels.formatter

🐞 Bug Fixes

  • Corrected shade color in heatmap - fixes #1916
  • X-axis title color - fixes #1922
  • Treemap drop shadow; check the series length in theme - fixes #1935
  • Prevent legend to take up all space - fixes #1835
  • Stacked data labels bug fix - fixes #1951

Misc changes

  • Add Simplified Chinese (zh-cn) locale. - Thanks, @f0rb1d

πŸ’Ž Version 3.21.0

20 Sep 11:50
Compare
Choose a tag to compare

πŸ†• Enhancements

  • New chart type TREEMAP added πŸ”₯
  • New event when scrolling on brush chart. chart.events.brushScrolled

🐞 Bug Fixes

  • Bug fix in hideSeries - fixes #1901
  • Check window.Apex before resetting it - fixes #1909