chartjs / Chart.js

Simple HTML5 Charts using the <canvas> tag
https://www.chartjs.org/
MIT License
63.9k stars 11.88k forks source link

Tooltip content is not hoverable #11767

Open saqibmbhatti opened 1 month ago

saqibmbhatti commented 1 month ago

Feature Proposal

We're using chart JS and accessibility testing team has raised a defect that the Tooltip content itself is not hoverable / selectable which makes it fail WCAG Success criteria

https://www.w3.org/WAI/WCAG21/Understanding/content-on-hover-or-focus.html

I've created a quick example here: https://codepen.io/saqibmbhatti/pen/BaEeXQX

Having this feature would improve the accessibility of the overall library.

Your kind consideration to add this feature would be much appreciated.

Possible Implementation

No response