We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I was exploring #1825 and realized that there is no image tests for contourgl type of plot, and simple setup is broken on my laptop:
contourgl
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script> <script> Plotly.plot(document.body, [{ type: 'contourgl', z: [[1,2,3],[2,1,2]] }]); </script>
Codepen
Although, replacing plotly include with <script src="https://cdn.plot.ly/plotly-gl2d-latest.min.js"></script> fixes the plot.
<script src="https://cdn.plot.ly/plotly-gl2d-latest.min.js"></script>
Is contourgl excluded from main bundle by default or there is a bug? In particular, I cannot debug the issue mentioned in #1825
@etpinard
The text was updated successfully, but these errors were encountered:
Oh, that is excluded, I see. Ok.
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
I was exploring #1825 and realized that there is no image tests for
contourgl
type of plot, and simple setup is broken on my laptop:Codepen
Although, replacing plotly include with
<script src="https://cdn.plot.ly/plotly-gl2d-latest.min.js"></script>
fixes the plot.Is
contourgl
excluded from main bundle by default or there is a bug? In particular, I cannot debug the issue mentioned in #1825@etpinard
The text was updated successfully, but these errors were encountered: