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

fix(deps): update analysis view packages

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

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
apexcharts (source) 3.41.0 -> 3.52.0 age adoption passing confidence
vue3-apexcharts 1.4.1 -> 1.5.3 age adoption passing confidence

Release Notes

apexcharts/apexcharts.js (apexcharts)

v3.52.0: 💎 Version 3.52.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.51.0...v3.52.0

v3.51.0

Compare Source

What's Changed
✨ More marker shapes

hswil69ah

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.50.0...v3.51.0

v3.50.0: 💎 Version 3.50.0

Compare Source

What's Changed

  • Refactor markers code for generating new markers shapes (plus, cross, line)
Screenshot 2024-07-05 at 11 27 12 PM

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.49.2...v3.50.0

v3.49.2: 💎 Version 3.49.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.49.1...v3.49.2

v3.49.1: 💎 Version 3.49.1

Compare Source

🆕 Enhancements

basic-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

v3.49.0: 💎 Version 3.49.0

Compare Source

🐞 Bug fixes

v3.48.0: 💎 Version 3.48.0

Compare Source

🆕 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

Thanks @​rosco54 for multiple y-axis scale fixes

v3.47.0: 💎 Version 3.47.0

Compare Source

🆕 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

v3.46.0: 💎 Version 3.46.0

Compare Source

🆕 Enhancements

🐞 Bug fixes

  • Fix #​4167 - shadow bug in multi-series chart
  • Fix #​4242 - allow labels with Invalid text

v3.45.2: 💎 Version 3.45.2

Compare Source

🆕 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 with monotoneCubic curve.

v3.45.1

Compare Source

v3.45.0

Compare Source

🆕 Enhancements

🐞 Bug fixes

  • Take into account series-index for point-annotations

v3.44.2: 💎 Version 3.44.2

Compare Source

What's Changed

v3.44.1: 💎 Version 3.44.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.44.0...v3.44.1

v3.44.0: 💎 Version 3.44.0

Compare Source

🆕 Enhancements
🐞 Bug Fixes
  • fix default bg color in dark theme fixes https://github.com/apexcharts/apexcharts.js/issues/4062
  • fix xposition in rangebar charts (for tooltips) [commit] (https://github.com/apexcharts/apexcharts.js/commit/0130bb1901734c0b0ebbcde1e6d062e2e1ed6dd5)
  • prevent markers from hiding on the top and the bottom of the drawing area

v3.43.0: 💎 Version 3.43.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.41.1...v3.43.0

v3.42.0

Compare Source

v3.41.1: 💎 Version 3.41.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v3.41.0...v3.41.1

apexcharts/vue3-apexcharts (vue3-apexcharts)

v1.5.3

Compare Source

v1.5.2

Compare Source

v1.5.1

Compare Source

v1.5.0

Compare Source

v1.4.4

Compare Source


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • [ ] 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 02 '23 16:10 renovate[bot]

Note my comment from https://github.com/cylc/cylc-ui/pull/1442

[The vue3-apexcharts update] makes the box & whiskers plot bogus TypeError problem (apexcharts/vue3-apexcharts#79) worse because catching the error no longer prevents the plot from disappearing

MetRonnie avatar Oct 02 '23 16:10 MetRonnie

I've submitted a bugfix: https://github.com/apexcharts/vue3-apexcharts/pull/123. Once the next release is out this should be good to go (although I think the tests need altering due to class name changes)

MetRonnie avatar Oct 09 '24 12:10 MetRonnie