-
Notifications
You must be signed in to change notification settings - Fork 29
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
3d plot not working ("Webgl is not supported by your browser") #7
Comments
I did a bit more troubleshooting, and I found that if I load plotly like following.
.. the 3d graphs works. But not this
I think there is something wrong with the way plotly is webpacked on my project... but I am not sure what exactly the cause of this problem. |
@soichih , some update or news about this issue? |
I think I had to add ify-loader (whatever that is..) to my webpack config. build/webpack.base.conf.js under module.exports.module.rules
|
I have the same issue, using the |
same here, adding ify-loader did not help neither did using plotly.min.js for me |
That worked for me! Thanks!!! |
Hi, I'm trying to use vue-plotly in a project using nuxtjs and vue.js. For 3D graphics shows up the same problem: "WebGL is not supported by...." |
@MiltonCobo you should use https://github.com/David-Desmaisons/vue-plotly instead. It just works. |
When I try to display 3d plots (like a scatter3d), I get an error message saying "Webgl is not supported by your browser".
If I use plotly directly, I get a working plot.
Does vue-plotly not support 3d plots?
The text was updated successfully, but these errors were encountered: