-
-
Notifications
You must be signed in to change notification settings - Fork 371
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
Support for hover/legend with InteractiveImage? #251
Comments
Right. Unfortunately, making that work well is one of our older open issues (#126). It's assigned to me, and I'd really like to get it running too, but I haven't yet made progress on it. I've recently worked out what I think is a good plan, though, and I hope to implement it soon! It's listed at the end of that issue now. Providing hover information has similar issues to legends, in that metadata about the plot needs to be provided in a principled way to InteractiveImage, but I'll try to make progress on legends first. |
I'm very happy to be a tester on this. |
I'll go ahead and close this, as it's covered by #126. |
When putting several series in the same interactive image, it's helpful to have a mouse-over/hover to identify the series and point; and/or a legend (ideally like dygraph legends, which are sort of liked docked hovers in that they always show the points and identify the series). I see how to get hovers with non-interactive images from the
notebooks/hover_layer.ipynb
example; but it wasn't clear to me how to get this working with InteractiveImage.The text was updated successfully, but these errors were encountered: