Releases: apexcharts/apexcharts.js
Releases Β· apexcharts/apexcharts.js
π Version 3.49.2
What's Changed
- Update fix for PR 4452 by @rosco54 in #4470
- Stacked column totals dataLabel position fix (category X-axis). by @rosco54 in #4482
- Fix issue #4471: path termination for irregular series. by @rosco54 in #4483
- Remove declared but unused variables by @rosco54 in #4495
- Restore Y axis highlighting during legend series mouseover. by @rosco54 in #4496
- fix: fixed theme change from dark mode to light mode not working by @Sebastian-Webster in #4505
- fix: prevent issues with tests running in non-TTY environments by @Sebastian-Webster in #4510
- perf(tests): improved e2e test performance by up to 3x by @Sebastian-Webster in #4515
- Fix responsive options failure in 3.49.1 by @rosco54 in #4523
- Improved e2e test reliability by @Sebastian-Webster in #4540
New Contributors
- @Sebastian-Webster made their first contribution in #4505
Full Changelog: v3.49.1...v3.49.2
π Version 3.49.1
π Enhancements
- New chart type - Slope Chart
π Bug fixes
- Fix issue #4216: grid padding calculation to support array of stroke widths, thanks @veryinsanee
- Fix heatmap yaxis offset #2033, thanks @cart-before-horse
- FIx types (yaxis.seriesName as an Array), thanks @j2ghz
- Remove redundant graphics.move() from end of lower rangeArea paths. - thanks @rosco54
- Fix #4386; pie chart size issue when given in percentage
- Fix #3827 - y-axis tooltip value in reversed
- Fix #4348 - dumbbell chart fix for timescale xaxis
- Fix #2251 - pie chart dataPointIndex when clicked
- Fix #4206 - datalabels in timeline chart
- Revert PR #4240
π Version 3.49.0
π Bug fixes
- Fix gradient fill glitches for series with nulls - by @rosco54
- Fix point annotation still visible when referenced series is collapsed. - by @rosco54
- Additional fixes for indexing errors using yaxis-series mappings after - by @rosco54
- Fixed Issue #3525. - by @rosco54
- added color evaluation function in Bar.js under stroke property - by @Digvijayrao-KF
- Radar chart bugfix #4371
- Update zh-tw.json - by @iblislin
- Fixed #4402 by @rosco54
π 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: smooth
option for stroke as multiple people reported issues withmonotoneCubic
curve.
π 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