Skip to content

Plots.purge does not halt render loop for scene or scene2d #126

Closed
@emackey

Description

@emackey

This can be seen in the test_dashboard environment, open the console and plot this:

Plotly.newPlot(Tabs.fresh(), [{x:[1,2,3], y:[2,1,2], type:'scattergl'}]);

then purge:

Plotly.Plots.purge(Tabs.getGraph())

The render loop starts throwing exceptions but keeps firing. I believe this affects 3D scenes as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugsomething broken

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions