We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
plotly
Learn more about funding links in repositories.
Report abuse
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
Hello,
Is there a way to have a spike across multiple independent plots on hover?
I have 3 plots with the same y-axis values and I would like to trigger the hover spike across all plots when hovering on any of the plots.
Thanks!
The text was updated successfully, but these errors were encountered:
same question!
Sorry, something went wrong.
Hey! https://plotly.com/javascript/reference/layout/yaxis/
const layout = { xaxis: { showspikes: true, spikemode: 'across', }, };
Howdy, this doesn't show the values when you hover.
This does https://codepen.io/maio93/pen/OQxoZx (#2114) but It doesn’t work with a spike (at least in my case)
No branches or pull requests
Hello,
Is there a way to have a spike across multiple independent plots on hover?
I have 3 plots with the same y-axis values and I would like to trigger the hover spike across all plots when hovering on any of the plots.
Thanks!
The text was updated successfully, but these errors were encountered: