-
Notifications
You must be signed in to change notification settings - Fork 629
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
toWebGL: 'scattergl' objects don't have these attributes: 'hoveron' #1582
Comments
These are warnings, not errors, and I think they're irrelevant for this issue. If the plot doesn't render for you, it's likely due to a different problem. Does your JS console show any errors? |
I would like to reopen that issue. This is super annoying and all these warnings pollute the Shiny logs if used in a Shiny app. I am aware that there are workarounds out there to circumvent these warnings, but they are all quite cumbersome. Why not provide a plotly-native way of disabling these warnings? |
When converting a ggplot object to webgl, invalid 'hoveron' warnings appear. If the toWebGL() function receives the ggplot object then it is possible for us to remove those warnings. Closes: plotly#2296 Closes: plotly#1582
When converting a ggplot object to webgl, invalid 'hoveron' warnings appear. If the toWebGL() function receives the ggplot object then it is possible for us to remove those warnings. Closes: plotly#2296 Closes: plotly#1582
When converting a ggplot object to webgl, invalid 'hoveron' warnings appear. If the toWebGL() function receives the ggplot object then it is possible for us to remove those warnings. Closes: plotly#2296 Closes: plotly#1582
When converting a ggplot object to webgl, invalid 'hoveron' warnings appear. If the toWebGL() function receives the ggplot object then it is possible for us to remove those warnings. Closes: plotly#2296 Closes: plotly#1582
When trying to just go through plotly manual (see here), the
toWebGL
function has warnings and doesn't print the data. The warnings are all the same:Code run in R, form the tutorial:
The same error arrises when trying to run this simple example.
The text was updated successfully, but these errors were encountered: