Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency apexcharts to v3.54.0 #509

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2022

This PR contains the following updates:

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

Release Notes

apexcharts/apexcharts.js (apexcharts)

v3.54.0: 💎 Version 3.54.0

Compare Source

What's Changed

New Contributors

Full Changelog: apexcharts/apexcharts.js@v3.53.0...v3.54.0

v3.53.0: 💎 Version 3.53.0

Compare Source

What's new

New Property

New method

  • highlightSeries; In a multi-series chart, call this method to reduce opacity of all other series and only highlight a particular one.

Enhancements

  • Mousewheel support for zooming; references #​960

Bugfixes

Announcements

  • End support for IE11.

New Contributors

Full Changelog: apexcharts/apexcharts.js@v3.52.0...v3.53.0

v3.52.0: 💎 Version 3.52.0

Compare Source

What's Changed

New Contributors

Full Changelog: apexcharts/apexcharts.js@v3.51.0...v3.52.0

v3.51.0

Compare Source

What's Changed
✨ More marker shapes

hswil69ah

Full Changelog: apexcharts/apexcharts.js@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: apexcharts/apexcharts.js@v3.49.2...v3.50.0

v3.49.2: 💎 Version 3.49.2

Compare Source

What's Changed

New Contributors

Full Changelog: apexcharts/apexcharts.js@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: apexcharts/apexcharts.js@v3.44.0...v3.44.1

v3.44.0: 💎 Version 3.44.0

Compare Source

🆕 Enhancements
🐞 Bug Fixes

v3.43.0: 💎 Version 3.43.0

Compare Source

What's Changed

New Contributors

Full Changelog: apexcharts/apexcharts.js@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: apexcharts/apexcharts.js@v3.41.0...v3.41.1

v3.41.0: 💎 Version 3.41.0

Compare Source

What's new

Screenshot 2023-06-11 at 9 06 25 PM

What's Changed

New Contributors

Full Changelog: apexcharts/apexcharts.js@v3.40.0...v3.41.0

v3.40.0: 💎 Version 3.40.0

Compare Source

What's new

fc3noor2 (2)
fc3noor2 (1)

  • Allow integer values to be passed as Column-width and Bar-height for easier management of column/bar thickness. Previously, only percentage values were supported

What's Changed

New Contributors

Full Changelog: apexcharts/apexcharts.js@v3.37.0...v3.40.0

v3.39.0

Compare Source

v3.38.0

Compare Source

v3.37.3

Compare Source

v3.37.2

Compare Source

v3.37.1

Compare Source

v3.37.0: 💎 Version 3.37.0

Compare Source

🆕 Enhancements
🐞 Bug Fixes

v3.36.3

Compare Source

v3.36.2

Compare Source

v3.36.1

Compare Source

v3.36.0: 💎 Version 3.36.0

Compare Source

🆕 Enhancements
  • New chart-type: RANGE AREA CHART - Example
Screenshot 2022-10-08 at 12 04 36 PM
  • Allow fill config to be passed with individual data-point in a XY series
  • Total data label in a stacked bar/column chart - Example
🐞 Bug Fixes
  • Fix x-axis labels overlap when all series are collapsed
  • Fix text-anchor in horizontal bars if a negative value is present
  • Fix deselect first series exports empty CSV; Thanks Luca Tognazzi

v3.35.5

Compare Source

v3.35.4

Compare Source

v3.35.3

Compare Source

v3.35.2

Compare Source

v3.35.1

Compare Source

v3.35.0: 💎 Version 3.35.0

Compare Source

🐞 Bug Fixes
  • Fixed a regression bug that caused x-axis labels to disappear when the type was DateTime.

v3.34.0: 💎 Version 3.34.0

Compare Source

🆕 Enhancements
🐞 Bug Fixes
  • Fix bugs with collapsed series data on updating options/series - Thanks, @​tkieft
  • Fix bug when value below 1 in log scale - Thanks, @​blerman
  • Improve shared tooltip position in bar charts and heatmap charts
  • Refactor annotations code
Misc changes

v3.33.2

Compare Source

v3.33.1

Compare Source

v3.33.0: 💎 Version 3.33.0

Compare Source

🆕 Enhancements
  • Prevent tooltip overflow outside the chart area
  • Fix empty tooltip; fixes #​2851
  • Disable tooltip if all datasets are hidden - fixes #​2566
  • Bar and Heatmap tooltip improvements
🐞 Bug Fixes
  • Fix for not rendering 0 as min when using logarithmic, thanks @​rubenstolk
  • Fix tooltip bug when 1st series is hidden; fixes #​2744
  • Fix boxplot with multiple outliers - fixes #​2706
  • Fix runtime error if tooltip not present
  • Marker size bug - fixes #​2872
  • Tooltip bug; fixes #​2879

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 becomes conflicted, 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 renovate bot added the renovate label Jan 11, 2022
@vercel
Copy link

vercel bot commented Jan 11, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/c4j/remote-patient-monitoring-dashboard/CQFLeGtBJYmsSGEVJFybibMAQ3Tx
✅ Preview: https://remote-patient-monitoring-dashboard-git-renovate-ape-c7b336-c4j.vercel.app

@renovate renovate bot changed the title Update dependency apexcharts to v3.33.0 Update dependency apexcharts to v3.33.1 Feb 8, 2022
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 9bd0740 to e665d54 Compare March 2, 2022 16:54
@renovate renovate bot changed the title Update dependency apexcharts to v3.33.1 Update dependency apexcharts to v3.33.2 Mar 2, 2022
@renovate renovate bot changed the title Update dependency apexcharts to v3.33.2 Update dependency apexcharts to v3.35.0 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from e665d54 to e5d8291 Compare April 24, 2022 19:50
@vercel
Copy link

vercel bot commented Apr 24, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
remote-patient-monitoring-dashboard ❌ Failed (Inspect) Sep 29, 2024 9:33pm

@renovate renovate bot changed the title Update dependency apexcharts to v3.35.0 Update dependency apexcharts to v3.35.2 May 16, 2022
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from e5d8291 to 3be45e9 Compare May 16, 2022 00:00
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 3be45e9 to a37287c Compare June 18, 2022 22:13
@renovate renovate bot changed the title Update dependency apexcharts to v3.35.2 Update dependency apexcharts to v3.35.3 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from a37287c to f0c8b1c Compare July 25, 2022 05:48
@renovate renovate bot changed the title Update dependency apexcharts to v3.35.3 Update dependency apexcharts to v3.35.4 Jul 25, 2022
@renovate renovate bot changed the title Update dependency apexcharts to v3.35.4 Update dependency apexcharts to v3.35.5 Aug 22, 2022
@renovate renovate bot changed the title Update dependency apexcharts to v3.35.5 Update dependency apexcharts to v3.36.3 Nov 20, 2022
@renovate renovate bot changed the title Update dependency apexcharts to v3.36.3 Update dependency apexcharts to v3.37.1 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from b87d6f8 to 86f4b48 Compare March 16, 2023 07:00
@renovate renovate bot changed the title Update dependency apexcharts to v3.46.0 Update dependency apexcharts to v3.47.0 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from ea8ea0d to 0ad9686 Compare March 19, 2024 20:32
@renovate renovate bot changed the title Update dependency apexcharts to v3.47.0 Update dependency apexcharts to v3.48.0 Mar 19, 2024
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 0ad9686 to 2450a94 Compare April 21, 2024 16:18
@renovate renovate bot changed the title Update dependency apexcharts to v3.48.0 Update dependency apexcharts to v3.49.0 Apr 21, 2024
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 2450a94 to 6eeb75d Compare May 12, 2024 17:02
@renovate renovate bot changed the title Update dependency apexcharts to v3.49.0 Update dependency apexcharts to v3.49.1 May 12, 2024
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 6eeb75d to 92fb2aa Compare June 25, 2024 12:54
@renovate renovate bot changed the title Update dependency apexcharts to v3.49.1 Update dependency apexcharts to v3.49.2 Jun 25, 2024
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 92fb2aa to eb1d84f Compare July 5, 2024 18:19
@renovate renovate bot changed the title Update dependency apexcharts to v3.49.2 Update dependency apexcharts to v3.50.0 Jul 5, 2024
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from eb1d84f to 5e180e4 Compare July 21, 2024 14:37
@renovate renovate bot changed the title Update dependency apexcharts to v3.50.0 Update dependency apexcharts to v3.51.0 Jul 21, 2024
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 5e180e4 to 10dbd43 Compare August 5, 2024 13:28
@renovate renovate bot changed the title Update dependency apexcharts to v3.51.0 Update dependency apexcharts to v3.52.0 Aug 5, 2024
@renovate renovate bot changed the title Update dependency apexcharts to v3.52.0 Update dependency apexcharts to v3.53.0 Aug 30, 2024
@renovate renovate bot changed the title Update dependency apexcharts to v3.53.0 Update dependency apexcharts to v3.54.0 Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants