plotly.R
plotly.R copied to clipboard
Avoid hoveron warning
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: #2296 Closes: #1582