fix(deps): update dependency apexcharts to ^5.15.0#22
Merged
Conversation
3e4f9b4 to
995af28
Compare
995af28 to
b5db186
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.14.0→^5.15.0Release Notes
apexcharts/apexcharts.js (apexcharts)
v5.15.0: 💎 Version 5.15.0Compare Source
New Features
Violin chart type
A new, tree-shakeable
chart.type: 'violin'that renders a kernel-density curve for each category, with an optional overlay of the individual observations ("jitter") that produced it.import ApexCharts from 'apexcharts/violin', or via the full bundle.Box-plot jitter overlay
Box plots can now overlay the raw observations behind each box, via
plotOptions.boxPlot.points. It's off by default and inert unless a data point supplies apoints: number[]array, so existing box-plot charts are unchanged.Configuration
📅 Schedule: (in timezone Europe/Rome)
🚦 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 was generated by Mend Renovate. View the repository job log.