cylc-ui icon indicating copy to clipboard operation
cylc-ui copied to clipboard

fix(deps): update dependency apexcharts to v4

Open renovate[bot] opened this issue 1 year ago • 2 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
apexcharts (source) 3.54.1 -> 4.5.0 age adoption passing confidence

Release Notes

apexcharts/apexcharts.js (apexcharts)

v4.5.0: 💎 Version 4.5.0

Compare Source

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

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v4.3.0...v4.4.0

v4.3.0: 💎 Version 4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v4.2.0...v4.3.0

v4.2.0: 💎 Version 4.2.0

Compare Source

What's Changed

Documentation update
  • Migrated all react samples from class components to functional components

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v4.1.0...v4.2.0

v4.1.0: 💎 Version 4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v4.0.0...v4.1.0

v4.0.0: 💎 Version 4.0.0

Compare Source

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

New Contributors

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.

renovate[bot] avatar Oct 29 '24 11:10 renovate[bot]

This seems to separately resolve the TypeError problem that was in #1499, but I have noticed panning in the gantt view seems borked

MetRonnie avatar Oct 29 '24 16:10 MetRonnie

Panning in the Gantt chart is still broken, might be https://github.com/apexcharts/apexcharts.js/issues/4975

MetRonnie avatar Mar 25 '25 12:03 MetRonnie