Open renovate[bot] opened 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 33.63%. Comparing base (
b337e9b
) to head (6b2b4bf
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
This PR contains the following updates:
3.51.0
->4.0.0
Release Notes
apexcharts/apexcharts.js (apexcharts)
### [`v4.0.0`](https://redirect.github.com/apexcharts/apexcharts.js/releases/tag/v4.0.0): 💎 Version 4.0.0 [Compare Source](https://redirect.github.com/apexcharts/apexcharts.js/compare/v3.54.1...v4.0.0) #### What's Changed ##### Upgrade to Svgjs 3.2. Svg.js, the main engine behind ApexCharts’ drawing mechanism, was long overdue for an upgrade. With apexcharts@4.0.0, both Svg.js and all related plugins have been upgraded to their latest versions. This ensures that ApexCharts stays up-to-date with its dependencies. ##### Other fixes - Apply config opacity to fill colors specified in RGB format. by [@rosco54](https://redirect.github.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4759](https://redirect.github.com/apexcharts/apexcharts.js/pull/4759) - Fix createBorderRadiusArr by [@rosco54](https://redirect.github.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4760](https://redirect.github.com/apexcharts/apexcharts.js/pull/4760) - Update types to add missing arguments and return types by [@cyrilf](https://redirect.github.com/cyrilf) in [https://github.com/apexcharts/apexcharts.js/pull/4772](https://redirect.github.com/apexcharts/apexcharts.js/pull/4772) #### New Contributors - [@cyrilf](https://redirect.github.com/cyrilf) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4772](https://redirect.github.com/apexcharts/apexcharts.js/pull/4772) **Full Changelog**: https://github.com/apexcharts/apexcharts.js/compare/v3.54.1...v4.0.0 ### [`v3.54.1`](https://redirect.github.com/apexcharts/apexcharts.js/releases/tag/v3.54.1): 💎 Version 3.54.1 [Compare Source](https://redirect.github.com/apexcharts/apexcharts.js/compare/v3.54.0...v3.54.1) #### What's Changed - improve border radius implementation in stacked bar charts by [@junedchhipa](https://redirect.github.com/junedchhipa) in [https://github.com/apexcharts/apexcharts.js/pull/4747](https://redirect.github.com/apexcharts/apexcharts.js/pull/4747) - Bar and column true stroke and fill paths by [@rosco54](https://redirect.github.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4753](https://redirect.github.com/apexcharts/apexcharts.js/pull/4753) - fix [#4757](https://redirect.github.com/apexcharts/apexcharts.js/issues/4757); allow duplicate labels in yaxis - fix [#4623](https://redirect.github.com/apexcharts/apexcharts.js/issues/4623); use x value from w.config.series instead of w.globals.labels - fix [#4750](https://redirect.github.com/apexcharts/apexcharts.js/issues/4750); safari tooltip issue - Restore true stroke paths on bars and columns - by [@rosco54](https://redirect.github.com/rosco54) - fix [#4755](https://redirect.github.com/apexcharts/apexcharts.js/issues/4755); tooltip marker color when fill type is gradient - fix [https://github.com/apexcharts/react-apexcharts/issues/627](https://redirect.github.com/apexcharts/react-apexcharts/issues/627) prevent mutating config.colors as it causes reactivity issues in react - move some styles to foreignObject as external styles are not applied when exporting - fix [#4657](https://redirect.github.com/apexcharts/apexcharts.js/issues/4657); fix [#4818](https://redirect.github.com/apexcharts/apexcharts.js/issues/4818); border radius on last element when previous datapoint is zero - fix [#4738](https://redirect.github.com/apexcharts/apexcharts.js/issues/4738); legend height when position is bottom - fix [#4734](https://redirect.github.com/apexcharts/apexcharts.js/issues/4734); last annotation was not shown because of a refactor **Full Changelog**: https://github.com/apexcharts/apexcharts.js/compare/v3.54.0...v3.54.1 ### [`v3.54.0`](https://redirect.github.com/apexcharts/apexcharts.js/releases/tag/v3.54.0): 💎 Version 3.54.0 [Compare Source](https://redirect.github.com/apexcharts/apexcharts.js/compare/v3.53.0...v3.54.0) #### What's Changed - fix [#4683](https://redirect.github.com/apexcharts/apexcharts.js/issues/4683); use correct series names for legend hover - fix [#4370](https://redirect.github.com/apexcharts/apexcharts.js/issues/4370); ref [#4516](https://redirect.github.com/apexcharts/apexcharts.js/issues/4516); hide total label if it is empty - fix [#4713](https://redirect.github.com/apexcharts/apexcharts.js/issues/4713); pie donut unwanted space in bottom - fix [#1832](https://redirect.github.com/apexcharts/apexcharts.js/issues/1832); add check if data empty for annotations - fix [#2012](https://redirect.github.com/apexcharts/apexcharts.js/issues/2012); fix annotations when category labels are provided in array - fix [#3320](https://redirect.github.com/apexcharts/apexcharts.js/issues/3320); prevent markers overlap on y-axis - fix [#2980](https://redirect.github.com/apexcharts/apexcharts.js/issues/2980); use fill.colors in tooltip in pie and donut - fix mousewheel zoom for rangebar charts - fix [#2737](https://redirect.github.com/apexcharts/apexcharts.js/issues/2737); radialbar issue for 0 value in custom startAngle - Fix: direction rtl the vertical text displaced by [@successbyte](https://redirect.github.com/successbyte) in [https://github.com/apexcharts/apexcharts.js/pull/4674](https://redirect.github.com/apexcharts/apexcharts.js/pull/4674) - tickPlacement: 'between' caused chart to crash by [@rosco54](https://redirect.github.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4705](https://redirect.github.com/apexcharts/apexcharts.js/pull/4705) - Restore checks for single isolated data points by [@rosco54](https://redirect.github.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4716](https://redirect.github.com/apexcharts/apexcharts.js/pull/4716) - Bump rollup from 3.20.0 to 3.29.5 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/apexcharts/apexcharts.js/pull/4727](https://redirect.github.com/apexcharts/apexcharts.js/pull/4727) - Bump axios from 1.7.3 to 1.7.7 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/apexcharts/apexcharts.js/pull/4728](https://redirect.github.com/apexcharts/apexcharts.js/pull/4728) - Bump webpack from 5.76.0 to 5.94.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/apexcharts/apexcharts.js/pull/4666](https://redirect.github.com/apexcharts/apexcharts.js/pull/4666) #### New Contributors - [@successbyte](https://redirect.github.com/successbyte) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4674](https://redirect.github.com/apexcharts/apexcharts.js/pull/4674) **Full Changelog**: https://github.com/apexcharts/apexcharts.js/compare/v3.53.0...v3.54.0 ### [`v3.53.0`](https://redirect.github.com/apexcharts/apexcharts.js/releases/tag/v3.53.0): 💎 Version 3.53.0 [Compare Source](https://redirect.github.com/apexcharts/apexcharts.js/compare/v3.52.0...v3.53.0) #### What's new **New Property** - `series.hidden` to hide certain series on initial render [A short guide on how to use it](https://apexcharts.com/docs/hide-series-on-initial-render-in-a-multi-series-chart/) **New method** - [highlightSeries](https://apexcharts.com/docs/methods/#highlightSeries); In a multi-series chart, call this method to reduce opacity of all other series and only highlight a particular one. #### Enhancements - Mousewheel support for zooming; references [#960](https://redirect.github.com/apexcharts/apexcharts.js/issues/960) #### Bugfixes - regression bugfix in x-axis ticks for [#4067](https://redirect.github.com/apexcharts/apexcharts.js/issues/4067) - Fix regression issue introduced in 3.49.0 by [@rosco54](https://redirect.github.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4637](https://redirect.github.com/apexcharts/apexcharts.js/pull/4637) - Fix issue [#4635](https://redirect.github.com/apexcharts/apexcharts.js/issues/4635); treemap datalabels printed for 0 values - Fix issue [#4658](https://redirect.github.com/apexcharts/apexcharts.js/issues/4658); heatmap legend when range is provided - Fix issue [#2591](https://redirect.github.com/apexcharts/apexcharts.js/issues/2591); gridbands for timeline and datetime charts - Fix [#4016](https://redirect.github.com/apexcharts/apexcharts.js/issues/4016); exporting issue with image fill - Changes to accommodate issue [#4632](https://redirect.github.com/apexcharts/apexcharts.js/issues/4632) by [@rosco54](https://redirect.github.com/rosco54) in [https://github.com/apexcharts/apexcharts.js/pull/4640](https://redirect.github.com/apexcharts/apexcharts.js/pull/4640) - Fix issue [#4645](https://redirect.github.com/apexcharts/apexcharts.js/issues/4645) by [@cocarmon](https://redirect.github.com/cocarmon) in [https://github.com/apexcharts/apexcharts.js/pull/4646](https://redirect.github.com/apexcharts/apexcharts.js/pull/4646) - Fix wrong datalabel value by [@gold-development](https://redirect.github.com/gold-development) in [https://github.com/apexcharts/apexcharts.js/pull/4648](https://redirect.github.com/apexcharts/apexcharts.js/pull/4648) - Feature/toolbar png export file width by [@rs-tsc](https://redirect.github.com/rs-tsc) in [https://github.com/apexcharts/apexcharts.js/pull/4598](https://redirect.github.com/apexcharts/apexcharts.js/pull/4598) #### Announcements - End support for IE11. #### New Contributors - [@rootEnginear](https://redirect.github.com/rootEnginear) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4621](https://redirect.github.com/apexcharts/apexcharts.js/pull/4621) - [@cocarmon](https://redirect.github.com/cocarmon) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4646](https://redirect.github.com/apexcharts/apexcharts.js/pull/4646) - [@gold-development](https://redirect.github.com/gold-development) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4648](https://redirect.github.com/apexcharts/apexcharts.js/pull/4648) - [@rs-tsc](https://redirect.github.com/rs-tsc) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4598](https://redirect.github.com/apexcharts/apexcharts.js/pull/4598) **Full Changelog**: https://github.com/apexcharts/apexcharts.js/compare/v3.52.0...v3.53.0 ### [`v3.52.0`](https://redirect.github.com/apexcharts/apexcharts.js/releases/tag/v3.52.0): 💎 Version 3.52.0 [Compare Source](https://redirect.github.com/apexcharts/apexcharts.js/compare/v3.51.0...v3.52.0) #### What's Changed - fix [#1339](https://redirect.github.com/apexcharts/apexcharts.js/issues/1339); tooltip.enabledOnSeries bugfix in irregular time series - fix [#4600](https://redirect.github.com/apexcharts/apexcharts.js/issues/4600); show percentage in 100% stacked bar chart - fix [#4067](https://redirect.github.com/apexcharts/apexcharts.js/issues/4067); incorrect x-axis labels for numeric x-axis for small dataset - fixes [#4579](https://redirect.github.com/apexcharts/apexcharts.js/issues/4579); heatmap legend color issue - feat(ci): added continuous integration tests by [@Sebastian-Webster](https://redirect.github.com/Sebastian-Webster) in [https://github.com/apexcharts/apexcharts.js/pull/4577](https://redirect.github.com/apexcharts/apexcharts.js/pull/4577) - Add null checks on gridRect to avoid safari error by [@Nikkitory](https://redirect.github.com/Nikkitory) in [https://github.com/apexcharts/apexcharts.js/pull/4599](https://redirect.github.com/apexcharts/apexcharts.js/pull/4599) #### New Contributors - [@Nikkitory](https://redirect.github.com/Nikkitory) made their first contribution in [https://github.com/apexcharts/apexcharts.js/pull/4599](https://redirect.github.com/apexcharts/apexcharts.js/pull/4599) **Full Changelog**: https://github.com/apexcharts/apexcharts.js/compare/v3.51.0...v3.52.0Configuration
đź“… Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» 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 was generated by Mend Renovate. View the repository job log.