-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
(regl) Error compiling fragment shader #2560
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
How are you building your bundle? See #2502 for a similar report. |
I installed the latest version of plotly from npm website. Then i init my chart exactly like this : https://codepen.io/plotly/pen/wypMvM i just replace "plot" by "newPlot" in the last line : |
I don't think your problem is caused by your JS script. It is caused by how you're building plotly.js (with webpack I presume). |
Yeah you right, i found my problem:
Related to this issue : #2260 I have no errors right now but i can't see bubbles like the example on the website : |
@vador31 you make it very hard to help you. Can you paste the full webpack config you're using? While at it, can you paste the JS code you're using as well? Looks like the screenshot from #2560 (comment) uses |
@etpinard yeah sorry, it's because i don't really know where i need to watch to resolve my problem. I checked this commit which resume my problem. My chart model :
My webpack.config.js :
I haven't modify my webpack.config.js file. |
YES. See -> https://github.com/plotly/plotly.js#building-plotlyjs-with-webpack |
Problem solved !! 👍 Thank's you very very very much !! 😄 |
Hi @vador31, could please share your fix for this issue ? |
Hello everyone,
I'have a problem on my angular 5 project.
I try to use this chart : Polar Chart, but i have an error.
Plotly.js version :
1.35.2
Errors :
I use the framwork correctly with good data.
I checked this issue : #2258 but i'm not sure if my problem is link to this.
Thank's you !
The text was updated successfully, but these errors were encountered: