-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
hoverinfo='text' fails in plotly.offline when hovermode='x' #409
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
What version of plotly.py are you using? Updating to the latest should resolve your problems. |
No change, sorry. I'm on
Basically, the latest available through conda, or pypi for plotly. Would I need to pull the latest source from github to get the bugfix for this? |
Sorry about that @jameszuccollo - plotly.offline was using an older version of plotly.js so as soon as that's updated #411 you can update to plotly 1.9.6 and |
Great, thanks so much @cldougl, looking forward to it. |
All set @jameszuccollo I'm going to close this issue - but let us know if you have any other problems! |
This fails to display the hovertext.
If
hovermode
is changed toy
orclosest
, the hovertext shows up again. Plotting through the plotly server or in plotly.js does not generate the error. However, sincehovermode='x'
is the default, this crops up every timehoverinfo='text'
.The text was updated successfully, but these errors were encountered: