Skip to content

chore(deps): update dependency apexcharts to v4#363

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/apexcharts-4.x
Open

chore(deps): update dependency apexcharts to v4#363
renovate[bot] wants to merge 1 commit intomainfrom
renovate/apexcharts-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2024

This PR contains the following updates:

Package Change Age Confidence
apexcharts (source) ^3.42.0^4.0.0 age confidence

Release Notes

apexcharts/apexcharts.js (apexcharts)

v4.7.0: 💎 Version 4.7.0

Compare Source

What's Changed

Cleaned up misplaced resolve() call in updateOptions()

v4.6.0: 💎 Version 4.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: apexcharts/apexcharts.js@v4.5.0...v4.6.0

v4.5.0: 💎 Version 4.5.0

Compare Source

What's Changed

  • getSvgString() method is now public which allows users to get SVG string of the chart by calling method on the chart instance.
  • fixes #​2963, fixes #​3452; safari bugs fixed by removing legend from svg foreignObject
  • fixes #​4937; data label issue when hideZeroBarsWhenGrouped
  • fixes #​4940; fixes #​4935; x-axis ticks improvements
  • fix #​4939; hideZeroBarsWhenGrouped in column chart
  • fix #​4932; tooltip color in pie/donut charts

Full Changelog: apexcharts/apexcharts.js@v4.4.0...v4.5.0

v4.4.0: 💎 Version 4.4.0

Compare Source

What's Changed

  • fix #​4868; reflect marker shapes in tooltip
  • fixes #​1753; fixes #​3641; markers disappearing after hover
  • fixes #​4790; fixes #​4791; fix marker bug when null values were present
  • Added support for the Angular compiler. by @​jeroen1602 in #​4691
  • Fix getting decimal part of numbers close to 0 by @​obiwac in #​4909
  • fix #​3754; crosshair position in stacked columns
  • fix #​4890; radar chart marker over y-axis fix
  • fix #​3439; shared tooltip fix in bar chart
  • fix #​3661; series-title in multi-series treemap
  • fix #​4230; total stacked label alignment fix
  • fix #​4901; dataURI scaling issue
  • fix #​4897; fix bug which cropped line when value was zero
  • fix #​4904; x-axis range annotations disappearing on zoom
  • fix #​4907; multiple y-axis error when series is empty
  • fix #​4914; custom-tooltip was removed on redraw
  • make default stroke.lineCap as square in bar charts
  • fixes #​4895; brush chart bugfix

New Contributors

Full Changelog: apexcharts/apexcharts.js@v4.3.0...v4.4.0

v4.3.0: 💎 Version 4.3.0

Compare Source

What's Changed

  • improve datapoint detection on mousehover for correct tooltip position
  • fix #​4869; custom tooltip can return html element
  • fix #​4876; stacked columns when uneven data is provided
  • fix heatmap for uneven numeric x-axis
  • fix #​4854; same stroke color when range color is used in bar
  • fixes #​1453; date change when day changes in hour scale
  • fix #​4863; reactivity issue in react and vue
  • fixes #​4856; tooltip jump in irregular time series
  • fixes #​4858; x-axis tick misalignment in bar chart
  • restores #​4782 (isolated point in line chart not closing path) by @​bautisflow in #​4871
  • Remove use of global ApexCharts class by @​SmithKy3 in #​4884

New Contributors

Full Changelog: apexcharts/apexcharts.js@v4.2.0...v4.3.0

v4.2.0: 💎 Version 4.2.0

Compare Source

What's Changed

  • Fix logarithmic scale drawing candle-like shape by @​tim-net in #​4830
  • Fix heatmap gaps and ticket alignment by @​dschweinbenz in #​4838
  • Addition of multi-series color candle Chart by @​Kim-Taehyeong in #​4836
  • fix #​3191; zoom selection in bar chart was offset by some pixels
  • fix #​4809 heatmap: align different ticks and gaps in timeseries
  • fix #​3907; group legends in grouped-stacked charts
  • fix #​4846; pie chart rendering issue in shadowDOM
  • fix #​4853; resizing selection rect now updates main chart
  • revert #​4782; fixes #​4855; toggling issue in line charts
  • fix #​3466; correct date when 1st value in x-axis is last day of month
Documentation update
  • Migrated all react samples from class components to functional components

New Contributors

Full Changelog: apexcharts/apexcharts.js@v4.1.0...v4.2.0

v4.1.0: 💎 Version 4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: apexcharts/apexcharts.js@v4.0.0...v4.1.0

v4.0.0: 💎 Version 4.0.0

Compare 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.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


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 changed the title chore(deps): update dependency apexcharts to v4 chore(deps): update dependency apexcharts to v4 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/apexcharts-4.x branch December 8, 2024 18:38
@renovate renovate bot changed the title chore(deps): update dependency apexcharts to v4 - autoclosed chore(deps): update dependency apexcharts to v4 Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/apexcharts-4.x branch from f5bcc33 to 80e014f Compare December 8, 2024 22:08
@renovate renovate bot force-pushed the renovate/apexcharts-4.x branch from 80e014f to 59605a9 Compare August 10, 2025 13:07
@renovate renovate bot force-pushed the renovate/apexcharts-4.x branch from 59605a9 to 73f9c63 Compare September 25, 2025 19:00
@renovate renovate bot force-pushed the renovate/apexcharts-4.x branch from 73f9c63 to 9dd8294 Compare November 18, 2025 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants