Skip to content

Contourgl image tests #1832

Closed
Closed
@dy

Description

@dy

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:

<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>

image

Codepen

Although, replacing plotly include with <script src="https://cdn.plot.ly/plotly-gl2d-latest.min.js"></script> fixes the plot.

image

Is contourgl excluded from main bundle by default or there is a bug? In particular, I cannot debug the issue mentioned in #1825

@etpinard

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions