-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Showing spikelines on Fx.hover and Fx.loneHover? #2517
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
Comments
This is my latest codepen that tries to use synchronized hover lines with a datetime x axis and getting Fx.hover warnings that hover failed. It seems to expect the values to be numeric or fails to retrieve them given the datetime string, I've also tried time in milliseconds since the epoch but with no success. |
Yes, I agree that that should be the behavior. Seems like a bug that this isn't what happens.
I'll have to look at this one in more detail, but in principle it should work using the date string. milliseconds are problematic and discouraged. |
I'm primarily using scattergl, so it may be an acceptable workaround for me to know how to retrieve the x, y points without an event handle so that I can use |
Hi there. Any word on this? I'd love for my triggered hover labels to look the same as mouse rollover. |
With Plotly 1.47.4, I tried to trigger a hover with Could I please ask if you might be able to share an example with a workaround for this issue? |
Any update on that or an alternative to Plotly.Fx.hover() ? |
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 |
I've made a codepen as an example. I would like the behavior to be that the effect of Fx.hover is the same as hovering over a single point manually, the spikelines are shown.
I would also like this behavior for scattergl plots, I had posted an issue in react-plotly.js, but maybe here is a more appropriate place, I have not seen of a way to resolve data's x, y pixel values without a mouse event, but the only solution in this plotly forum thread was to have a mouse event is it possible to do this another way?
The text was updated successfully, but these errors were encountered: