[FEATURE]: Support setting hover text for legend and/or legend items
Ouverte
@RichardNeill y travaille déjà.
Depuis le 11/3/2026.
feature
- Langage dominant
- JavaScript
- Étoiles
- 18.3k
- Forks
- 2k
- Merge moyen
- 2 j 12 h
- PR mergées (30 j)
- 28
Description
It would be nice to have a way to set a title for the legend, via legend.title
This would give us a way to set the mouse-over hover-tip.
Meanwhile, a way to do this is:
var legendTitle = document.createElementNS('http://www.w3.org/2000/svg', 'title');
legendTitle.textContent = 'Click to toggle this trace. \nDouble-click to toggle others.';
$(".legend .traces").append(legendTitle);
More generally, some "title" attributes would be helpful every time the cursor pointer changes.
The modebar does exactly what I want. I think we also need the same for rescaling/dragging axes,
and as above, for what happens when you click the legend.
Thanks :-)
Guide de contribution
Ouvrir le guide de contribution
Par où commencer
- Lisez l'issue en entier, puis le guide de contribution du projet.
- Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
- Forkez le dépôt et travaillez sur une branche.
- Ouvrez une pull request qui référence le numéro de l'issue.
Évaluation
Cette issue n'a pas encore été évaluée.