Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2023

This PR contains the following updates:

Package Change Age Confidence
apexcharts (source) 3.36.3 -> 3.54.1 age confidence

Release Notes

apexcharts/apexcharts.js (apexcharts)

v3.54.1: 💎 Version 3.54.1

Compare Source

What's Changed

  • improve border radius implementation in stacked bar charts by @​junedchhipa in #​4747
  • Bar and column true stroke and fill paths by @​rosco54 in #​4753
  • fix #​4757; allow duplicate labels in yaxis
  • fix #​4623; use x value from w.config.series instead of w.globals.labels
  • fix #​4750; safari tooltip issue
  • Restore true stroke paths on bars and columns - by @​rosco54
  • fix #​4755; tooltip marker color when fill type is gradient
  • fix apexcharts/react-apexcharts#627 prevent mutating config.colors as it causes reactivity issues in react
  • move some styles to foreignObject as external styles are not applied when exporting
  • fix #​4657; fix #​4818; border radius on last element when previous datapoint is zero
  • fix #​4738; legend height when position is bottom
  • fix #​4734; last annotation was not shown because of a refactor

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

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

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

🐞 Bug fixes

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

  • Fixes #​4323 (multiple y-axis scale fixes for backward compatibility)
  • Zoomed scale fixes - In zoomed charts, ensure the Y axis scale fits the full min..max range of Y values
  • Fix css nonce attribute
  • Improve grid-rect to prevent bar overflowing on x-axis
  • When chart is type 'bar', ensure reference to zero is maintained
  • Fixes #​2757 (annotation overflow)
  • Fixes #​3073 (annotation overflow)
  • Fixes #​3421 (annotation overflow)
  • Fixes #​3553 (annotation overflow)
  • Fixes #​4081 (x-axis annotation fix in sparkline)

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: 💎 Version 3.45.1

Compare Source

🐞 Bug fixes

  • fix hourly tick increment when starting at full hour. Thanks Alex Dudau
  • update linearScale() function to respect the stepSize parameter

v3.45.0: 💎 Version 3.45.0

Compare Source

🆕 Enhancements

  • New feature - yaxis.stepSize (fixes #​332)
    The step size feature helps to define the intervals or increments between values on the axes values.

🐞 Bug fixes

  • Take into account series-index for point-annotations

v3.44.2: 💎 Version 3.44.2

Compare Source

What's Changed

  • Fix stacked line charts regression bug; #​4132

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

  • improve sparkline paddings on top and bottom
  • improve line smoothing to avoid backward curve fixes #​4063

🐞 Bug Fixes

  • fix default bg color in dark theme fixes #​4062
  • fix xposition in rangebar charts (for tooltips) [commit] (0130bb1)
  • 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

  • remove "monotoneCubic" curve logic and apply the same algorithm for "smooth" curve.
  • switch to darker background color if theme is dark
  • improve getyAxisLabelsCoords based on formatter
  • fix grid background bands for bars
  • heatmap yaxis labels offsetY; fixes #​2033
  • fix: hover and click on legend series by @​maciej-ka in #​3967
  • docs: improve how to contribute by @​maciej-ka in #​3951
  • Bugfix: Double rendering of labels by @​abi-spyro in #​3998
  • datalabels issue when hideZeroBarsWhenGrouped is true; fixes #​4000
  • Added type to colorStops in ApexFill by @​consvic in #​3999
  • fix: detect positioning for leftmost values by @​akozenko in #​4012
  • Expose 'isSeriesHidden' to public methods by @​bdavis2-PCTY in #​4015

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • 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 dependencies Pull requests that update a dependency file label Feb 11, 2023
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from d97f3f6 to 6aec0ab Compare March 1, 2023 20:21
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.37.0 chore(deps): update dependency apexcharts to v3.37.1 Mar 1, 2023
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.37.1 chore(deps): update dependency apexcharts to v3.37.2 Mar 28, 2023
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 6aec0ab to ff527cc Compare March 28, 2023 13:25
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from ff527cc to 741d712 Compare June 1, 2023 19:18
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.37.2 chore(deps): update dependency apexcharts to v3.40.0 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 741d712 to 223cfbc Compare June 14, 2023 11:07
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.40.0 chore(deps): update dependency apexcharts to v3.41.0 Jun 14, 2023
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch 2 times, most recently from e55007e to 0737231 Compare July 4, 2023 17:38
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch 4 times, most recently from 8b42512 to 2ede1b6 Compare July 25, 2023 22:34
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.41.0 chore(deps): update dependency apexcharts to v3.41.1 Aug 7, 2023
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 2ede1b6 to c6b6a83 Compare August 7, 2023 12:46
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.41.1 chore(deps): update dependency apexcharts to v3.42.0 Sep 1, 2023
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from c6b6a83 to 79c10f8 Compare September 1, 2023 10:35
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 79c10f8 to 0285ac2 Compare October 7, 2023 13:16
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.42.0 chore(deps): update dependency apexcharts to v3.43.0 Oct 7, 2023
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 0285ac2 to baec022 Compare October 24, 2023 12:55
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.43.0 chore(deps): update dependency apexcharts to v3.44.0 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from baec022 to 908a59a Compare December 10, 2023 19:29
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.44.0 chore(deps): update dependency apexcharts to v3.44.1 Dec 10, 2023
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 908a59a to 9c7b9b6 Compare December 12, 2023 10:37
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.44.1 chore(deps): update dependency apexcharts to v3.44.2 Dec 12, 2023
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 9c7b9b6 to ba8a7f8 Compare December 22, 2023 17:00
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.44.2 chore(deps): update dependency apexcharts to v3.45.0 Dec 22, 2023
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from ba8a7f8 to 7f23962 Compare December 29, 2023 13:52
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 69b2aa1 to 1636b33 Compare February 24, 2024 06:19
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.45.2 chore(deps): update dependency apexcharts to v3.46.0 Feb 24, 2024
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 1636b33 to 14029a5 Compare March 15, 2024 15:34
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.46.0 chore(deps): update dependency apexcharts to v3.47.0 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 14029a5 to 8626fec Compare March 26, 2024 21:15
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.47.0 chore(deps): update dependency apexcharts to v3.48.0 Mar 26, 2024
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 8626fec to 7875761 Compare April 28, 2024 15:29
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.48.0 chore(deps): update dependency apexcharts to v3.49.0 Apr 28, 2024
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 7875761 to aaaccd7 Compare May 19, 2024 15:32
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.49.0 chore(deps): update dependency apexcharts to v3.49.1 May 19, 2024
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from aaaccd7 to b8d954d Compare July 2, 2024 14:18
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.49.1 chore(deps): update dependency apexcharts to v3.49.2 Jul 2, 2024
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from b8d954d to 5d5b507 Compare July 12, 2024 18:50
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.49.2 chore(deps): update dependency apexcharts to v3.50.0 Jul 12, 2024
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 5d5b507 to b71c973 Compare July 28, 2024 15:44
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.50.0 chore(deps): update dependency apexcharts to v3.51.0 Jul 28, 2024
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from b71c973 to d7faaba Compare August 12, 2024 10:47
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.51.0 chore(deps): update dependency apexcharts to v3.52.0 Aug 12, 2024
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from d7faaba to 3c9e66d Compare September 6, 2024 12:10
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.52.0 chore(deps): update dependency apexcharts to v3.53.0 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 3c9e66d to e6ff8a5 Compare October 6, 2024 19:37
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.53.0 chore(deps): update dependency apexcharts to v3.54.0 Oct 6, 2024
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch 3 times, most recently from 84c6314 to c938882 Compare October 21, 2024 12:29
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v3.54.0 chore(deps): update dependency apexcharts to v3.54.1 Oct 21, 2024
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from c938882 to 9b2a875 Compare June 16, 2025 10:28
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 9b2a875 to 3d8fa92 Compare June 23, 2025 22:58
@renovate renovate bot force-pushed the renovate/apexcharts-3.x branch from 3d8fa92 to 5d7a6a5 Compare June 24, 2025 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant