Releases: apexcharts/apexcharts.js
Releases Β· apexcharts/apexcharts.js
π Version 3.47.0
π Enhancements
- Map multiple series to the same y-axis scales (in a multi-axes chart) - fixes #4237
π Bug fixes
- Area chart gradient drawing glitch; fixes #4271
- Point annotation fix when y-axis is not present (in case of sparkline or hidden y-axis)
- When chart is type 'bar', ensure reference to zero is maintained
Thanks @rosco54 for y-axis scale improvements
π Version 3.46.0
π Enhancements
- Improve the y-axis scale tick generation - Thanks @rosco54
- Added "+" and "x" markers - Thanks @MiguelsPizza
- Add Belarusan cyrilic and latin locale - Thanks @hrynko
π Bug fixes
π Version 3.45.2
π Enhancements
π Bug fixes
- Fix the range-bar drawing bug when the value is 0
- Discard initialXRatio in normal category bar charts - fixes #4134
- Bring back original
curve: smoothoption for stroke as multiple people reported issues withmonotoneCubiccurve.
π Version 3.45.1
π Bug fixes
- fix hourly tick increment when starting at full hour. Thanks Alex Dudau
- update
linearScale()function to respect the stepSize parameter
π Version 3.45.0
π Enhancements
- New feature - yaxis.stepSize (fixes #332)
The step size feature helps to define the intervals or increments between values on the axes values.
π Bug fixes
- Take into account series-index for point-annotations
π Version 3.44.2
What's Changed
- Fix stacked line charts regression bug; #4132
π Version 3.44.1
What's Changed
- feat: Allow stack bar only by @JulienMalcouronne in #3891
- Bump @babel/traverse from 7.15.0 to 7.23.2 by @dependabot in #4065
- bug fix: allow brush with rangeBars by @davidchateau in #4071
- added a demo for rangebar brush by @davidchateau in #4085
- π Add malay locale by @iqfareez in #4087
- allow nonce values for style elements by @duhdugg in #4091
- Handle CSV export of the datetime multi-series with variable X-axes by @hrynko in #4128
- Fix heatmap value attribute that caused issue in reversed y-axis heatmaps - #4054
- Fix Incorrect GridLine - #4037
- Fallback to straight line if the curve goes backwards in smooth line chart (360324f)
New Contributors
- @JulienMalcouronne made their first contribution in #3891
- @davidchateau made their first contribution in #4071
- @iqfareez made their first contribution in #4087
- @duhdugg made their first contribution in #4091
- @hrynko made their first contribution in #4128
Full Changelog: v3.44.0...v3.44.1
π Version 3.44.0
π Version 3.43.0
What's Changed
- remove "monotoneCubic" curve logic and apply the same algorithm for "smooth" curve.
- switch to darker background color if theme is dark
- improve getyAxisLabelsCoords based on formatter
- fix grid background bands for bars
- heatmap yaxis labels offsetY; fixes #2033
- fix: hover and click on legend series by @maciej-ka in #3967
- docs: improve how to contribute by @maciej-ka in #3951
- Bugfix: Double rendering of labels by @abi-spyro in #3998
- datalabels issue when hideZeroBarsWhenGrouped is true; fixes #4000
- Added type to colorStops in ApexFill by @consvic in #3999
- fix: detect positioning for leftmost values by @akozenko in #4012
- Expose 'isSeriesHidden' to public methods by @bdavis2-PCTY in #4015
New Contributors
- @maciej-ka made their first contribution in #3967
- @abi-spyro made their first contribution in #3998
- @consvic made their first contribution in #3999
- @akozenko made their first contribution in #4004
- @bdavis2-PCTY made their first contribution in #4015
Full Changelog: v3.41.1...v3.43.0
π Version 3.41.1
What's Changed
- remove style injection as attribute in bar charts (csp style-src fix) by @refamila in #3886
- Feat: trimmed treemap labels by @mabolen in #3926
- Added type of string array to brush targets. by @vargemp in #3916
- fixes #3691 legend custom colors
- fix gridline issue in rangeArea fixes #3869
- fix rounding issue in polar charts fixes #3945
- fix csv export when series is collapsed fixes #3944
- fix runtime error when all series are collapsed fixes #3924
New Contributors
- @refamila made their first contribution in #3886
- @mabolen made their first contribution in #3926
- @vargemp made their first contribution in #3916
Full Changelog: v3.41.0...v3.41.1