Skip to content

fix(deps): update dependency apexcharts to v5#1978

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-analysis-view-packages
Open

fix(deps): update dependency apexcharts to v5#1978
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-analysis-view-packages

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2024

This PR contains the following updates:

Package Change Age Confidence
apexcharts (source) 3.54.15.3.6 age confidence

Release Notes

apexcharts/apexcharts.js (apexcharts)

v5.3.6: 💎 Version 5.3.6

Compare Source

What's Changed

New Contributors

Full Changelog: apexcharts/apexcharts.js@v5.3.3...v5.3.6

v5.3.5

Compare Source

v5.3.4

Compare Source

v5.3.3: 💎 Version 5.3.3

Compare Source

What's Changed

  • Added data parsing support for candlestick, boxplot, rangeBar and bubble charts
  • Reset parsing flags during update when data is parsed. Fixes updateSeries and updateOptions bugs when parsing data.
  • Feature/control legend css injection by @​leechoohyoung in #​5074
  • Unhide pan/zoomselect for mobile/touch devices by @​vingerha in #​5081
  • Add a missing type and removes an unused type by @​Jo-varo in #​5065
  • Update LICENSE by @​jberes in #​5087

New Contributors

Full Changelog: apexcharts/apexcharts.js@v5.3.0...v5.3.3

v5.3.2

Compare Source

v5.3.1

Compare Source

v5.3.0: 💎 Version 5.3.0

Compare Source

What's changed

  • Data Parsing capabilites.
    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/
  • Pie/Donut/RadialBar series formats
    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.0

Compare Source

v5.1.0

Compare Source

v5.0.0

Compare Source

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


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: Never, 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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code analysis view labels Oct 29, 2024
@MetRonnie MetRonnie added blocked stop-updating Prevent Renovate from continuously updating this PR labels Oct 29, 2024
@MetRonnie
Copy link
Member

This seems to separately resolve the TypeError problem that was in #1499, but I have noticed panning in the gantt view seems borked

@oliver-sanders oliver-sanders added the analysis views Work pertaining to the analysis/gantt/etc views label Nov 4, 2024
@renovate renovate bot force-pushed the renovate/major-analysis-view-packages branch from fd89944 to 26f2f92 Compare March 25, 2025 12:26
@MetRonnie
Copy link
Member

Panning in the Gantt chart is still broken, might be apexcharts/apexcharts.js#4975

@oliver-sanders
Copy link
Member

v4 appears to be MIT licenced (plz check npm package, etc) - https://github.com/apexcharts/apexcharts.js/blob/v4.7.0/LICENSE

We can't upgrade to v5 due to licence issues - #2406

@renovate renovate bot force-pushed the renovate/major-analysis-view-packages branch from 26f2f92 to d1caf70 Compare January 13, 2026 17:37
@renovate renovate bot changed the title fix(deps): update dependency apexcharts to v4 fix(deps): update dependency apexcharts to v5 Jan 13, 2026
@oliver-sanders
Copy link
Member

Blocked, we can't upgrade to v5 for licence reasons!

#2406

@oliver-sanders oliver-sanders mentioned this pull request Jan 13, 2026
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

analysis views Work pertaining to the analysis/gantt/etc views blocked dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code stop-updating Prevent Renovate from continuously updating this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants