Releases: apexcharts/apexcharts.js
Releases Β· apexcharts/apexcharts.js
π Version 3.23.0
π Version 3.22.3
π 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
π 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
π Version 3.22.1
π 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 fromredrawOnParentResize
which just checks for parent container resize events. - Re-add ESM build as requested by many users.
π Bug Fixes
π Version 3.22.0
π 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
π Version 3.20.2
π Bug Fixes
- Distributed bars bug fix - fixes #1898
π Version 3.20.1
π 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
π 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
π 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
- Add Albanian locale. Thanks, @sirdree