-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement hovertemplate
for all traces that support hover
#3437
Comments
hovertemplate
for all trace that support hoverhovertemplate
for all traces that support hover
Yup! I would say that scatter3d is the most important remaining one, followed by parcats and splom, then contour/heatmap/surface then the the histogram2d ones |
Personally, I would find it helpful and intuitive if for There could be a separate property to handle these. |
Cool, we'll try to fit these in |
If I can revise my original priority list, I might put @mpf82's suggestion above |
Hmm. We haven't figured out the api for that one yet. See #3126 (comment) We can't just make |
I actually would find this to be most natural, and then we'd add |
I really dislike three-word attribute names, but I guess that would be one way to solve the problem. In a similar way, we'll need to declare multiple Sankey does a good job at this: it declares two Hmm well, I guess for |
After #3530, only |
hovertemplate support for |
This issue has been tagged with A community PR for this feature would certainly be welcome, but our experience is deeper features like this are difficult to complete without the Plotly maintainers leading the effort. Sponsorship range: $5k-$10k What Sponsorship includes:
Please include the link to this issue when contacting us to discuss. |
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson |
Building on top of #3126, #3284, #3398 and #3436
hovertemplate
is now supported for trace types:scatter
,bar
,pie
,histogram
,scattergl
,sankey
,scatterpolar
,barpolar
,scatterternary
,scatterpolargl
,choropleth
,scattergeo
andscattermapbox
.The "missing" trace types are:
contour
,heatmap
,histogram2d
,histogram2dcontour
box
andviolin
(for points done in Hovertemplate for box/violin points #3685 | otherwise not implemented)scatter3d
,surface
,mesh3d
,stremtubes
,cone
,isosurface
scattercarpet
ohlc
andcandlestick
splom
parcats
pointcloud
,heatmapgl
andcontourgl
(are we deprecating those trace types in v2?)cc @nicolaskruchten
The text was updated successfully, but these errors were encountered: