Hover text not working with table
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- JavaScript
- Sterne
- 18.3k
- Forks
- 2k
- Ø Merge
- 2 T. 12 Std.
- Gemergte PRs (30 T.)
- 28
Beschreibung
This may be an issue with code or with documentation, but hover text doesn't work with a table if you follow the documentation
hoverinfo
Parent: data[type=table]
Type: flaglist string. Any combination of "x", "y", "z", "text", "name" joined with a "+" OR "all" or "none" or "skip".
Examples: "x", "y", "x+y", "x+y+z", "all"
Default: "all"
Determines which trace information appear on hover. If none or skip are set, no information is displayed upon hovering. But, if none is set, click and hover events are still fired.
This example in codepen is based on my understanding of the above documentation but if you move the mouse over the cell, nothing pops up.
Where is a fix required:
- in plotly.js table implementation
- in the documentation
- in my example?
In any case if the error is with my example, other users in plotly forums and in stackoverflow have a similar issue.
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Beginne mit der verlinkten Tabellen-Referenzdokumentation und der CodePen-Reproduktion. Vergleiche anschließend das dokumentierte hoverinfo-Verhalten mit dem Verhalten beim Überfahren einer Tabellenzelle. Abgeschlossen ist die Untersuchung, wenn festgestellt wurde, ob das Beispiel, die Dokumentation oder die Tabellenimplementierung dafür verantwortlich ist, und das daraus resultierende Verhalten verifiziert wurde.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- javascript
- Bereich
- data-visualization
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 35/100