Skip to content

Bump apexcharts from 5.12.0 to 5.14.0#8211

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/apexcharts-5.14.0
Closed

Bump apexcharts from 5.12.0 to 5.14.0#8211
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/apexcharts-5.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 6, 2026

Copy link
Copy Markdown
Contributor

Bumps apexcharts from 5.12.0 to 5.14.0.

Release notes

Sourced from apexcharts's releases.

💎 Version 5.14.0

✨ New Features

Heatmap gradient legend

An opt-in continuous gradient legend for heatmaps that replaces the categorical legend with a color strip and a hover-tracking arrow.

  • Honors legend.position (top / right / bottom / left) and a new align config (start / center / end).
  • Strip length accepts px or percent (default '70%').
  • Stops are derived from colorScale.ranges or sampled from the same shade function the cells use, rendered as a smooth midpoint-anchored gradient (green → blue → yellow → red) that matches the shaded cells.
  • Per-band hover: hovering a range highlights the cells in that range and dims the rest.
  • The heatmap legend now renders for single-series charts too.

Value-proportional pyramid geometry

chart.type: 'pyramid' now matches the geometry users expect: a single continuous triangle whose stages each own a vertical share proportional to their value, with no gaps between segments.

  • Stages are trapezoids bounded by the triangle envelope (apex at top, base at gridWidth) sized by cumulative-value share.

Chart-type morph animations

A new, optional, tree-shakeable feature that tweens between chart types instead of the old destroy-and-recreate flicker.

chart: {
  animations: {
    chartTypeMorph: { enabled: true, speed: 600 }
  }
}

Loaded on demand via apexcharts/features/morph. It captures the old SVG paths from the DOM before destroy, maps each one onto the new chart-type's element identity, and seeds the new paths so the existing PathMorphing engine interpolates between them. When the source/target types or series shapes are incompatible it falls back to an instant snap.

  • Supported pairs: bar ↔ {pie, donut, radialBar, polarArea}, plus the trivial pie ↔ donut ↔ polarArea cases, and cross-type morphs involving funnel / pyramid / gauge.

🐛 Fixes

  • heatmap: fix two color-mapping bugs in the shared treemap/heatmap helper.
  • tooltip: align the combo-chart crosshair with the bar on a numeric x-axis.
  • annotations: preserve configured opacity on x-axis range rects.
  • toolbar: use the rotate-ccw icon for the reset-zoom button.
  • svg: fix a concat error for SVG paths starting in M 0 0 (invalid-path edge case).
  • types: add toolbar.menu to the ApexLocale type.

💎 Version 5.13.0

This release focuses on a major visual and behavioral overhaul of tooltips, gauges, and the toolbar, alongside a new zoom-aware LTTB downsampler for very large datasets, a new multi-axis zero-alignment option, and a tightening of the public TypeScript surface.

... (truncated)

Commits
  • 25c8202 release: 5.14.0
  • d573c77 test: update treeshaking test to include morph feature
  • 09e5d6d chore: update samples
  • 85a7428 feat(heatmap): gradient-legend band hover, smooth blend & smart positioning
  • 62de095 test(pyramid): align stale sort tests with value-proportional geometry
  • 841706d fix(gauge): restore fit-to-content for partial-arc gauges with fixed height
  • dd0033b chore: update e2e tests
  • 42909dc fix(morph): clear stale isPyramid when switching to funnel
  • cff7868 samples: update heatmap gradient-legend demo
  • 83f81d9 feat(pyramid): value-proportional triangle geometry + centered labels
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 6, 2026
@wdower
wdower temporarily deployed to heimdall2-dependabot-np-3ufls8 June 6, 2026 00:08 Inactive
@github-actions
github-actions Bot enabled auto-merge June 6, 2026 00:49
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apexcharts-5.14.0 branch from 4dc6320 to f1ac918 Compare June 6, 2026 00:57
@wdower
wdower temporarily deployed to heimdall2-dependabot-np-sxzibr June 6, 2026 00:59 Inactive
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apexcharts-5.14.0 branch from f1ac918 to 4752f21 Compare June 6, 2026 01:43
@wdower
wdower temporarily deployed to heimdall2-dependabot-np-qtqiu0 June 6, 2026 01:46 Inactive
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apexcharts-5.14.0 branch from 4752f21 to 94ddcbf Compare June 6, 2026 02:12
@wdower
wdower temporarily deployed to heimdall2-dependabot-np-d47ou0 June 6, 2026 02:13 Inactive
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apexcharts-5.14.0 branch from 94ddcbf to 56c2c7e Compare June 6, 2026 02:46
@wdower
wdower temporarily deployed to heimdall2-dependabot-np-l934ts June 6, 2026 02:48 Inactive
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apexcharts-5.14.0 branch from 56c2c7e to 8e3de5e Compare June 6, 2026 03:23
@wdower
wdower temporarily deployed to heimdall2-dependabot-np-8c7gt0 June 6, 2026 03:24 Inactive
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apexcharts-5.14.0 branch 12 times, most recently from 18ce475 to e11d905 Compare June 9, 2026 08:16
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apexcharts-5.14.0 branch 12 times, most recently from d001e6e to e98d3c5 Compare June 11, 2026 02:36
Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 5.12.0 to 5.14.0.
- [Release notes](https://github.com/apexcharts/apexcharts.js/releases)
- [Commits](apexcharts/apexcharts.js@v5.12.0...v5.14.0)

---
updated-dependencies:
- dependency-name: apexcharts
  dependency-version: 5.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apexcharts-5.14.0 branch from e98d3c5 to 2a69a39 Compare June 11, 2026 02:59
@sonarqubecloud

Copy link
Copy Markdown

@dependabot @github

dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #8244.

@dependabot dependabot Bot closed this Jun 12, 2026
auto-merge was automatically disabled June 12, 2026 00:04

Pull request was closed

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/apexcharts-5.14.0 branch June 12, 2026 00:05
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant