Skip to content

Make chart data point links clickable - #1450

Open
lovasoa wants to merge 8 commits into
mainfrom
fix-chart-tooltip-link-hover
Open

lovasoa wants to merge 8 commits into
mainfrom
fix-chart-tooltip-link-hover

Conversation

@lovasoa

@lovasoa lovasoa commented Sep 12, 2026 •

Copy link
Copy Markdown
Collaborator

Summary

Adds a row-level link to chart data points. Clicking a linked point navigates to its URL, and the tooltip title is an accessible link.

ApexCharts 7.6.0 adds tooltip.interactive, so users can move the pointer from a point onto its tooltip link. This replaces the previous tooltip-hover workaround.

Validation

  • npm test
  • Playwright chart fixtures: 49 passed, including linked range bars, bars, lines, scatter points, and pie slices

Closes #945.

@lovasoa
lovasoa marked this pull request as draft September 12, 2026 22:13
* feat(chart): add links to data point tooltips

* fix(chart): keep linked tooltips interactive

* fix(chart): keep point links on their rows

* fix(chart): format custom tooltip values

* test(chart): cover links across tooltip types

* style(chart): use camel case for tooltip helper

* test(chart): remove unused serialization fixture

* fix(chart): keep tooltip links accessible

* docs(changelog): file the point link entry under unreleased

* fix(chart): link every slice of a pie chart
@lovasoa
lovasoa force-pushed the fix-chart-tooltip-link-hover branch from d08ca20 to 3945c7b Compare September 12, 2026 22:22
@lovasoa
lovasoa marked this pull request as ready for review September 25, 2026 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chart component : link parameter

1 participant