apexcharts/apexcharts.js (apexcharts)
### [`v3.50.0`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.50.0): π Version 3.50.0
[Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.49.2...v3.50.0)
#### What's Changed
- Refactor markers code for generating new markers shapes (plus, cross, line)
- fix([#4541](https://togithub.com/apexcharts/apexcharts.js/issues/4541)): fixed transparent background not appearing with dark mode by [@Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4542](https://togithub.com/apexcharts/apexcharts.js/pull/4542)
- CSV Export categoryFormatter and valueFormatter (**breaking change** as CSV export dateFormatter is replaced by categoryFormatter)
- Fixed test coverage report failing to generate on Windows by [@Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4544](https://togithub.com/apexcharts/apexcharts.js/pull/4544)
- Replace deprecated `rollup-plugin-terser` with `@rollup/plugin-terser` by [@poteboy](https://togithub.com/poteboy) in [https://github.com/apexcharts/apexcharts.js/pull/4547](https://togithub.com/apexcharts/apexcharts.js/pull/4547)
- Updated actions/stale action by [@Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4553](https://togithub.com/apexcharts/apexcharts.js/pull/4553)
- Updated CodeQL by [@Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4552](https://togithub.com/apexcharts/apexcharts.js/pull/4552)
#### New Contributors
- [@ggrote](https://togithub.com/ggrote) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4538](https://togithub.com/apexcharts/apexcharts.js/pull/4538)
- [@poteboy](https://togithub.com/poteboy) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4547](https://togithub.com/apexcharts/apexcharts.js/pull/4547)
**Full Changelog**: https://github.com/apexcharts/apexcharts.js/compare/v3.49.2...v3.50.0
### [`v3.49.2`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.49.2): π Version 3.49.2
[Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.49.1...v3.49.2)
#### What's Changed
- Update fix for PR 4452 by [@rosco54](https://togithub.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4470](https://togithub.com/apexcharts/apexcharts.js/pull/4470)
- Stacked column totals dataLabel position fix (category X-axis). by [@rosco54](https://togithub.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4482](https://togithub.com/apexcharts/apexcharts.js/pull/4482)
- Fix issue [#4471](https://togithub.com/apexcharts/apexcharts.js/issues/4471): path termination for irregular series. by [@rosco54](https://togithub.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4483](https://togithub.com/apexcharts/apexcharts.js/pull/4483)
- Remove declared but unused variables by [@rosco54](https://togithub.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4495](https://togithub.com/apexcharts/apexcharts.js/pull/4495)
- Restore Y axis highlighting during legend series mouseover. by [@rosco54](https://togithub.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4496](https://togithub.com/apexcharts/apexcharts.js/pull/4496)
- fix: fixed theme change from dark mode to light mode not working by [@Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4505](https://togithub.com/apexcharts/apexcharts.js/pull/4505)
- fix: prevent issues with tests running in non-TTY environments by [@Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4510](https://togithub.com/apexcharts/apexcharts.js/pull/4510)
- perf(tests): improved e2e test performance by up to 3x by [@Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4515](https://togithub.com/apexcharts/apexcharts.js/pull/4515)
- Fix responsive options failure in 3.49.1 by [@rosco54](https://togithub.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4523](https://togithub.com/apexcharts/apexcharts.js/pull/4523)
- Improved e2e test reliability by [@Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4540](https://togithub.com/apexcharts/apexcharts.js/pull/4540)
#### New Contributors
- [@Sebastian-Webster](https://togithub.com/Sebastian-Webster) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4505](https://togithub.com/apexcharts/apexcharts.js/pull/4505)
**Full Changelog**: https://github.com/apexcharts/apexcharts.js/compare/v3.49.1...v3.49.2
### [`v3.49.1`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.49.1): π Version 3.49.1
[Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.49.0...v3.49.1)
#### π Enhancements
- New chart type - [Slope Chart](https://apexcharts.com/javascript-chart-demos/slope-charts/basic/)
#### π 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
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
3.49.0
->3.50.0
Release Notes
apexcharts/apexcharts.js (apexcharts)
### [`v3.50.0`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.50.0): π Version 3.50.0 [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.49.2...v3.50.0) #### What's Changed - Refactor markers code for generating new markers shapes (plus, cross, line) - fix([#4541](https://togithub.com/apexcharts/apexcharts.js/issues/4541)): fixed transparent background not appearing with dark mode by [@Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4542](https://togithub.com/apexcharts/apexcharts.js/pull/4542) - CSV Export categoryFormatter and valueFormatter (**breaking change** as CSV export dateFormatter is replaced by categoryFormatter) - Fixed test coverage report failing to generate on Windows by [@Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4544](https://togithub.com/apexcharts/apexcharts.js/pull/4544) - Replace deprecated `rollup-plugin-terser` with `@rollup/plugin-terser` by [@poteboy](https://togithub.com/poteboy) in [https://github.com/apexcharts/apexcharts.js/pull/4547](https://togithub.com/apexcharts/apexcharts.js/pull/4547) - Updated actions/stale action by [@Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4553](https://togithub.com/apexcharts/apexcharts.js/pull/4553) - Updated CodeQL by [@Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4552](https://togithub.com/apexcharts/apexcharts.js/pull/4552) #### New Contributors - [@ggrote](https://togithub.com/ggrote) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4538](https://togithub.com/apexcharts/apexcharts.js/pull/4538) - [@poteboy](https://togithub.com/poteboy) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4547](https://togithub.com/apexcharts/apexcharts.js/pull/4547) **Full Changelog**: https://github.com/apexcharts/apexcharts.js/compare/v3.49.2...v3.50.0 ### [`v3.49.2`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.49.2): π Version 3.49.2 [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.49.1...v3.49.2) #### What's Changed - Update fix for PR 4452 by [@rosco54](https://togithub.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4470](https://togithub.com/apexcharts/apexcharts.js/pull/4470) - Stacked column totals dataLabel position fix (category X-axis). by [@rosco54](https://togithub.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4482](https://togithub.com/apexcharts/apexcharts.js/pull/4482) - Fix issue [#4471](https://togithub.com/apexcharts/apexcharts.js/issues/4471): path termination for irregular series. by [@rosco54](https://togithub.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4483](https://togithub.com/apexcharts/apexcharts.js/pull/4483) - Remove declared but unused variables by [@rosco54](https://togithub.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4495](https://togithub.com/apexcharts/apexcharts.js/pull/4495) - Restore Y axis highlighting during legend series mouseover. by [@rosco54](https://togithub.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4496](https://togithub.com/apexcharts/apexcharts.js/pull/4496) - fix: fixed theme change from dark mode to light mode not working by [@Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4505](https://togithub.com/apexcharts/apexcharts.js/pull/4505) - fix: prevent issues with tests running in non-TTY environments by [@Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4510](https://togithub.com/apexcharts/apexcharts.js/pull/4510) - perf(tests): improved e2e test performance by up to 3x by [@Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4515](https://togithub.com/apexcharts/apexcharts.js/pull/4515) - Fix responsive options failure in 3.49.1 by [@rosco54](https://togithub.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4523](https://togithub.com/apexcharts/apexcharts.js/pull/4523) - Improved e2e test reliability by [@Sebastian-Webster](https://togithub.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4540](https://togithub.com/apexcharts/apexcharts.js/pull/4540) #### New Contributors - [@Sebastian-Webster](https://togithub.com/Sebastian-Webster) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4505](https://togithub.com/apexcharts/apexcharts.js/pull/4505) **Full Changelog**: https://github.com/apexcharts/apexcharts.js/compare/v3.49.1...v3.49.2 ### [`v3.49.1`](https://togithub.com/apexcharts/apexcharts.js/releases/tag/v3.49.1): π Version 3.49.1 [Compare Source](https://togithub.com/apexcharts/apexcharts.js/compare/v3.49.0...v3.49.1) #### π Enhancements - New chart type - [Slope Chart](https://apexcharts.com/javascript-chart-demos/slope-charts/basic/) #### π 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 #4240Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.