-
Notifications
You must be signed in to change notification settings - Fork 633
Weird black bars on hover for ggplotly bubble chart conversion #443
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
Updating the plotly R library resolved the issue with the bubbles not showing. The plotly-ized version still has some problems displaying the hover text (it seems to be concatenating all the labels into one big label...) Also - The bubble for the USA is missing in the plotly version (you can see it in the ggplot2 version in the upper right hand side, around 30%. |
Thanks @corinne-riddell, and cool plot! Would it be possible to share the data/code for this example? |
Hey! I'll copy the r code below. This will remake the ggplot and the plotly-ized version. Lemme know if there are any problems. Thank you :)
|
This should be fixed in f1900cc. Let us know if you still have problems. |
The Plotly version is also missing the bubbles.
Plotly-ized version after calling ggplotly() (notice black bars on hover):

Original ggplot2 version:
The text was updated successfully, but these errors were encountered: