Hover text not working with table
Nessuno ha ancora preso questa issue.
- Lingua principale
- JavaScript
- Stelle
- 18.3k
- Fork
- 2k
- Merge medio
- 2g 12h
- PR unite (30g)
- 28
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Inizia con la documentazione di riferimento delle tabelle collegata e la riproduzione in CodePen, quindi confronta il comportamento documentato di hoverinfo con ciò che accade quando si passa il cursore su una cella della tabella. Il lavoro è completato quando hai determinato se la causa è l’esempio, la documentazione o l’implementazione della tabella e hai verificato il comportamento risultante.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- javascript
- Ambito
- data-visualization
- Tipo di issue
- Bug
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 35/100