fix(deps): update dependency apexcharts to v4
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| apexcharts (source) | 3.54.1 -> 4.5.0 |
Release Notes
apexcharts/apexcharts.js (apexcharts)
v4.5.0: 💎 Version 4.5.0
What's Changed
- getSvgString() method is now public which allows users to get SVG string of the chart by calling method on the chart instance.
- fixes #2963, fixes #3452; safari bugs fixed by removing legend from svg foreignObject
- fixes #4937; data label issue when hideZeroBarsWhenGrouped
- fixes #4940; fixes #4935; x-axis ticks improvements
- fix #4939; hideZeroBarsWhenGrouped in column chart
- fix #4932; tooltip color in pie/donut charts
Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v4.4.0...v4.5.0
v4.4.0: 💎 Version 4.4.0
What's Changed
- fix #4868; reflect marker shapes in tooltip
- fixes #1753; fixes #3641; markers disappearing after hover
- fixes #4790; fixes #4791; fix marker bug when null values were present
- Added support for the Angular compiler. by @jeroen1602 in https://github.com/apexcharts/apexcharts.js/pull/4691
- Fix getting decimal part of numbers close to 0 by @obiwac in https://github.com/apexcharts/apexcharts.js/pull/4909
- fix #3754; crosshair position in stacked columns
- fix #4890; radar chart marker over y-axis fix
- fix #3439; shared tooltip fix in bar chart
- fix #3661; series-title in multi-series treemap
- fix #4230; total stacked label alignment fix
- fix #4901; dataURI scaling issue
- fix #4897; fix bug which cropped line when value was zero
- fix #4904; x-axis range annotations disappearing on zoom
- fix #4907; multiple y-axis error when series is empty
- fix #4914; custom-tooltip was removed on redraw
- make default stroke.lineCap as square in bar charts
- fixes #4895; brush chart bugfix
New Contributors
- @jeroen1602 made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4691
- @obiwac made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4909
Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v4.3.0...v4.4.0
v4.3.0: 💎 Version 4.3.0
What's Changed
- improve datapoint detection on mousehover for correct tooltip position
- fix #4869; custom tooltip can return html element
- fix #4876; stacked columns when uneven data is provided
- fix heatmap for uneven numeric x-axis
- fix #4854; same stroke color when range color is used in bar
- fixes #1453; date change when day changes in hour scale
- fix #4863; reactivity issue in react and vue
- fixes #4856; tooltip jump in irregular time series
- fixes #4858; x-axis tick misalignment in bar chart
- restores #4782 (isolated point in line chart not closing path) by @bautisflow in https://github.com/apexcharts/apexcharts.js/pull/4871
- Remove use of global
ApexChartsclass by @SmithKy3 in https://github.com/apexcharts/apexcharts.js/pull/4884
New Contributors
- @SmithKy3 made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4884
Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v4.2.0...v4.3.0
v4.2.0: 💎 Version 4.2.0
What's Changed
- Fix logarithmic scale drawing candle-like shape by @tim-net in https://github.com/apexcharts/apexcharts.js/pull/4830
- Fix heatmap gaps and ticket alignment by @dschweinbenz in https://github.com/apexcharts/apexcharts.js/pull/4838
- Addition of multi-series color candle Chart by @Kim-Taehyeong in https://github.com/apexcharts/apexcharts.js/pull/4836
- fix #3191; zoom selection in bar chart was offset by some pixels
- fix #4809 heatmap: align different ticks and gaps in timeseries
- fix #3907; group legends in grouped-stacked charts
- fix #4846; pie chart rendering issue in shadowDOM
- fix #4853; resizing selection rect now updates main chart
- revert #4782; fixes #4855; toggling issue in line charts
- fix #3466; correct date when 1st value in x-axis is last day of month
Documentation update
- Migrated all react samples from class components to functional components
New Contributors
- @tim-net made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4830
- @dschweinbenz made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4838
- @Kim-Taehyeong made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4836
Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v4.1.0...v4.2.0
v4.1.0: 💎 Version 4.1.0
What's Changed
-
Negative line color feature added - sample; references #596
-
fix #4735; Zoom with the mouse scroll button always activate when "selection" is enabled
-
Fix isolated point in line chart not closing path by @bautisflow in https://github.com/apexcharts/apexcharts.js/pull/4782
-
update goals type by @rahulr-96 in https://github.com/apexcharts/apexcharts.js/pull/4788
-
#4763 bugfix Display error Date when set xaxis frist label close to next day. by @cuobiezi in https://github.com/apexcharts/apexcharts.js/pull/4798
-
fix:#4801 The return type of the dataLabels formatter has been redefine by @daiboom in https://github.com/apexcharts/apexcharts.js/pull/4802
-
fix #2270; improved checks for element existence before doing any calculations
-
fix #4828; append legend marker to window.SVG which was a problem when using multiple charts on same page
-
fix #4829; x-position misalignment in numeric bar charts when x is 0
-
fix #4794; jumping tooltp over bars in shadow DOM
-
fixes #4811 by @rahulr-96 in https://github.com/apexcharts/apexcharts.js/pull/4812
-
Fix dutch locale by @cmeelker in https://github.com/apexcharts/apexcharts.js/pull/4822
-
Allow pan and zoom on mobile devices by @andre-ehlert in https://github.com/apexcharts/apexcharts.js/pull/4823
New Contributors
- @bautisflow made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4782
- @rahulr-96 made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4788
- @cuobiezi made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4798
- @daiboom made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4802
- @cmeelker made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4822
- @andre-ehlert made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4823
Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v4.0.0...v4.1.0
v4.0.0: 💎 Version 4.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 [email protected], 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 in https://github.com/apexcharts/apexcharts.js/pull/4759
- Fix createBorderRadiusArr by @rosco54 in https://github.com/apexcharts/apexcharts.js/pull/4760
- Update types to add missing arguments and return types by @cyrilf in https://github.com/apexcharts/apexcharts.js/pull/4772
New Contributors
- @cyrilf made their first contribution in https://github.com/apexcharts/apexcharts.js/pull/4772
Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.54.1...v4.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, 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 was generated by Mend Renovate. View the repository job log.
This seems to separately resolve the TypeError problem that was in #1499, but I have noticed panning in the gantt view seems borked
Panning in the Gantt chart is still broken, might be https://github.com/apexcharts/apexcharts.js/issues/4975