Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
3c20f70 to
7ef4ba3
Compare
7ef4ba3 to
03dbc6e
Compare
03dbc6e to
b823757
Compare
b823757 to
684a93f
Compare
684a93f to
c64da9b
Compare
c64da9b to
71127b3
Compare
71127b3 to
fe7af9a
Compare
fe7af9a to
2c58123
Compare
2c58123 to
cc05f10
Compare
cc05f10 to
e03bd81
Compare
e03bd81 to
dcde8f5
Compare
dcde8f5 to
52a260a
Compare
52a260a to
9a4e797
Compare
9a4e797 to
88548e5
Compare
88548e5 to
5669d31
Compare
5669d31 to
ac5da62
Compare
ac5da62 to
0586980
Compare
0586980 to
b0e2cbb
Compare
b0e2cbb to
d1497cc
Compare
d1497cc to
fd08913
Compare
fd08913 to
840ff23
Compare
840ff23 to
5b6fecc
Compare
5b6fecc to
c197800
Compare
c197800 to
9c759ab
Compare
9c759ab to
3237c4d
Compare
3237c4d to
486693f
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:
3.41.0→5.4.0Release Notes
apexcharts/apexcharts.js (apexcharts)
v5.4.0: 💎 Version 5.4.0Compare Source
🚀 Major Changes
Build System Modernization
Performance Improvements
🐛 Bug Fixes
Refactoring & Code Quality
Testing Improvements
💝 Contributors
Thank you to all contributors:
v5.3.6: 💎 Version 5.3.6Compare Source
What's Changed
New Contributors
Full Changelog: apexcharts/apexcharts.js@v5.3.3...v5.3.6
v5.3.5Compare Source
v5.3.4Compare Source
v5.3.3: 💎 Version 5.3.3Compare Source
What's Changed
New Contributors
Full Changelog: apexcharts/apexcharts.js@v5.3.0...v5.3.3
v5.3.2Compare Source
v5.3.1Compare Source
v5.3.0: 💎 Version 5.3.0Compare Source
What's changed
ApexCharts now supports direct parsing and mapping of raw data objects, eliminating the need for manual data transformation. Complete documentation for this feature - https://apexcharts.com/docs/parsing-data/
These chart types now support XY series formats making it consistent with the rest of the chart types. Read the documentation for this change - https://apexcharts.com/docs/series/
v5.2.0Compare Source
v5.1.0Compare Source
v5.0.0Compare Source
v4.7.0: 💎 Version 4.7.0Compare Source
What's Changed
Cleaned up misplaced resolve() call in updateOptions()
v4.6.0: 💎 Version 4.6.0Compare Source
What's Changed
New Contributors
Full Changelog: apexcharts/apexcharts.js@v4.5.0...v4.6.0
v4.5.0: 💎 Version 4.5.0Compare Source
What's Changed
Full Changelog: apexcharts/apexcharts.js@v4.4.0...v4.5.0
v4.4.0: 💎 Version 4.4.0Compare Source
What's Changed
New Contributors
Full Changelog: apexcharts/apexcharts.js@v4.3.0...v4.4.0
v4.3.0: 💎 Version 4.3.0Compare Source
What's Changed
ApexChartsclass by @SmithKy3 in #4884New Contributors
Full Changelog: apexcharts/apexcharts.js@v4.2.0...v4.3.0
v4.2.0: 💎 Version 4.2.0Compare Source
What's Changed
Documentation update
New Contributors
Full Changelog: apexcharts/apexcharts.js@v4.1.0...v4.2.0
v4.1.0: 💎 Version 4.1.0Compare Source
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 #4782
update goals type by @rahulr-96 in #4788
#4763 bugfix Display error Date when set xaxis frist label close to next day. by @cuobiezi in #4798
fix:#4801 The return type of the dataLabels formatter has been redefine by @daiboom in #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 #4812
Fix dutch locale by @cmeelker in #4822
Allow pan and zoom on mobile devices by @andre-ehlert in #4823
New Contributors
Full Changelog: apexcharts/apexcharts.js@v4.0.0...v4.1.0
v4.0.0: 💎 Version 4.0.0Compare 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 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
New Contributors
Full Changelog: apexcharts/apexcharts.js@v3.54.1...v4.0.0
v3.54.1: 💎 Version 3.54.1Compare Source
What's Changed
Full Changelog: apexcharts/apexcharts.js@v3.54.0...v3.54.1
v3.54.0: 💎 Version 3.54.0Compare Source
What's Changed
New Contributors
Full Changelog: apexcharts/apexcharts.js@v3.53.0...v3.54.0
v3.53.0: 💎 Version 3.53.0Compare Source
What's new
New Property
series.hiddento hide certain series on initial render A short guide on how to use itNew method
Enhancements
Bugfixes
Announcements
New Contributors
Full Changelog: apexcharts/apexcharts.js@v3.52.0...v3.53.0
v3.52.0: 💎 Version 3.52.0Compare Source
What's Changed
New Contributors
Full Changelog: apexcharts/apexcharts.js@v3.51.0...v3.52.0
v3.51.0Compare Source
What's Changed
✨ More marker shapes ✨
Full Changelog: apexcharts/apexcharts.js@v3.50.0...v3.51.0
v3.50.0: 💎 Version 3.50.0Compare Source
What's Changed
Refactor markers code for generating new markers shapes (plus, cross, line)

fix(#4541): fixed transparent background not appearing with dark mode by @Sebastian-Webster in #4542
CSV Export categoryFormatter and valueFormatter (breaking change as CSV export dateFormatter is replaced by categoryFormatter)
Fixed test coverage report failing to generate on Windows by @Sebastian-Webster in #4544
Replace deprecated
rollup-plugin-terserwith@rollup/plugin-terserby @poteboy in #4547Updated actions/stale action by @Sebastian-Webster in #4553
Updated CodeQL by @Sebastian-Webster in #4552
New Contributors
Full Changelog: apexcharts/apexcharts.js@v3.49.2...v3.50.0
v3.49.2: 💎 Version 3.49.2Compare Source
What's Changed
New Contributors
Full Changelog: apexcharts/apexcharts.js@v3.49.1...v3.49.2
v3.49.1: 💎 Version 3.49.1Compare Source
🆕 Enhancements
🐞 Bug fixes
v3.49.0: 💎 Version 3.49.0Compare Source
🐞 Bug fixes
v3.48.0: 💎 Version 3.48.0Compare Source
🆕 Enhancements
🐞 Bug fixes
Thanks @rosco54 for multiple y-axis scale fixes
v3.47.0: 💎 Version 3.47.0Compare Source
🆕 Enhancements
🐞 Bug fixes
Thanks @rosco54 for y-axis scale improvements
v3.46.0: 💎 Version 3.46.0Compare Source
🆕 Enhancements
🐞 Bug fixes
v3.45.2: 💎 Version 3.45.2Compare Source
🆕 Enhancements
🐞 Bug fixes
curve: smoothoption for stroke as multiple people reported issues withmonotoneCubiccurve.v3.45.1: 💎 Version 3.45.1Compare Source
🐞 Bug fixes
linearScale()function to respect the stepSize parameterv3.45.0: 💎 Version 3.45.0Compare Source
🆕 Enhancements
The step size feature helps to define the intervals or increments between values on the axes values.
🐞 Bug fixes
v3.44.2: 💎 Version 3.44.2Compare Source
What's Changed
v3.44.1: 💎 Version 3.44.1Compare Source
What's Changed
360324f)New Contributors
Full Changelog: apexcharts/apexcharts.js@v3.44.0...v3.44.1
v3.44.0: 💎 Version 3.44.0Compare Source
🆕 Enhancements
🐞 Bug Fixes
0130bb1)v3.43.0: 💎 Version 3.43.0[Compare Sourc
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: Whenever PR is behind base branch, 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.