Hoverinfo 'none' and 'skip' do not work with sankey traces
See original GitHub issuelayout.hovermode: false
, hoverinfo: 'none'
and hoverinfo: 'skip'
all seem to not work on sankey
traces.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Disable hover information on trace, plotly - Stack Overflow
PlotlyDictKeyError: Invalid key, 'hoverinfo', for class, 'Scatter'." error. Is there an alternative way to doing this for the Scatter plot? So far I've...
Read more >plotly.graph_objects.Sankey — 5.11.0 documentation
hoverinfo – Determines which trace information appear on hover. If none or skip are set, no information is displayed upon hovering. But, if...
Read more >R Figure Reference: sankey Traces - Plotly
Determines which trace information appear when hovering nodes. If `none` or `skip` are set, no information is displayed upon hovering. But, if `none`...
Read more >PlotlyWidget.add_sankey
Domain instance or dict with compatible properties. hoverinfo – Determines which trace information appear on hover. If none or skip are set, no...
Read more >plotly.graph_objs.sankey - Anvil Docs
hoverinfo - Determines which trace information appear when hovering links. If `none` or `skip` are set, no information is displayed upon hovering.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @jonmmease , I’ll change the title though as there is now a way to disable hover on sankey traces.
Opening a new issue (#3097) to implement the other
hoverinfo
options in Sankey.