Releases: apexcharts/apexcharts.js
Releases Β· apexcharts/apexcharts.js
π Version 3.26.2
π Version 3.26.1
π 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
π Version 3.26.0
π Enhancements
- Add square for marker shape
- Allow shared tooltip in a horizontal bar chart
- New property - borderRadius in bar charts; fixes #2291
π Bug Fixes
π Version 3.23.1
π 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
- 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
π 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