Releases: apexcharts/apexcharts.js
Releases Β· apexcharts/apexcharts.js
π Version 3.48.0
π Enhancements
- Provide a "step before" version of the current "step after" line chart; Fixes #4313
 - Use ShadowRoot getElementById() when in ShadowDOM; Thanks @cyraid
 
π Bug fixes
- Fixes #4323 (multiple y-axis scale fixes for backward compatibility)
 - Zoomed scale fixes - In zoomed charts, ensure the Y axis scale fits the full min..max range of Y values
 - Fix css nonce attribute
 - Improve grid-rect to prevent bar overflowing on x-axis
 - When chart is type 'bar', ensure reference to zero is maintained
 - Fixes #2757 (annotation overflow)
 - Fixes #3073 (annotation overflow)
 - Fixes #3421 (annotation overflow)
 - Fixes #3553 (annotation overflow)
 - Fixes #4081 (x-axis annotation fix in sparkline)
 
Thanks @rosco54 for multiple y-axis scale fixes
π 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