Skip to content

Releases: apexcharts/apexcharts.js

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

πŸ’Ž Version 3.20.2

11 Sep 07:19
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Distributed bars bug fix - fixes #1898

πŸ’Ž Version 3.20.1

08 Sep 10:14
6bd26c2
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Category tick-amounts implemented; improve axes utils - fixes #939
  • Add a seriesName attribute in legend for easier CSS access - fixes #1883

🐞 Bug Fixes

  • Fix bugs when x-axis values are duplicated - fixes #1826
  • Prevent scrollToTop when clicking on the chart - fixes #1825
  • Add check for series in Candlestick in mixed charts - fixes #1840
  • Add check for baseEl which throws undefined error while destroying
  • Fix tooltip.inverseOrder - fixes #1402
  • Annotations bug fix - fixes apexcharts/vue-apexcharts#279
  • Remove forceful series injection while updating - fixes #1875
  • Using fillColor in series.data should show correct color in tooltip - fixes #1668

πŸ’Ž Version 3.20.0

31 Jul 11:44
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Preserve order of series and data-labels - fixes #1709
  • Allow user to select a color series wise for axis charts
  • Preserve y-axis min/max on update
  • Remove unnecessary condition in tooltip check - fixes #1720

🐞 Bug Fixes

  • Bugfix in the time difference in chrome and safari - fixes #1726, fixes #1544,
  • Mixed chart null values fix - fixes #1389
  • Bugfix in destroy function - fixes apexcharts/vue-apexcharts#256
  • Make chart's height equal whether the legend is present or not - fixes #1414
  • Fix marker colors in stacked charts - fixes #1725
  • Marker color fill and stroke for 1st point - fixes #1742
  • Fix y-axis title rotate bug - fixes #1766
  • Breaking change - remove annotations.shape
  • Fix legend click issue when panning is enabled - fixes #1474
  • Remove esm build as it breaks all other wrapper libs
  • ShowDuplicates bug in x-axis - fixes #1729
  • Remove comma from the multiline x-axis title tag
  • Timeline gridline drawing fix when xaxis.labels.formatter is present
  • Fix unhandled error when toggling visibility - Thanks, @mattkhaw

πŸ’Ž Version 3.19.3

26 Jun 18:26
Compare
Choose a tag to compare

πŸ†• Enhancements

  • Configurable CSV options - fixes #1527
  • In area charts, allow fill to extend to bottom for negative values - fixes #1472
  • In the tooltip, remove default colon to allow customization - fixes #1660
  • Draw lines as shape annotations - Thanks, @Clint-Chester
  • Radar chart size based on x-axis labels width - fixes #1663

🐞 Bug Fixes

  • Modify sort function to fix tooltip color in firefox - fixes #1624
  • Set HeatMap's baseline color appropriately for dark mode - Thanks, @short2strings
  • Fixed exported background for the dark theme - fixes #1669
  • Candlestick reset zoom fix; Also fixes the series issue when cloned - fixes #1679
  • fix backgroundBarColors - fixes #1375
  • logscale fix for multiple charts - fixes #1335
  • tooltip.marker.fillColors - fixes #1618
  • remove min-height on destroy - fixes #1654
  • prevent animation on each render in bubble chart - fixes #1670
  • background option in pie data-labels - fixes #1625
  • csv datetimeformatter - fixes #1647

Misc