Chart.js
Chart.js copied to clipboard
Tooltip content is not hoverable
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