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.
1 parent d30bd1c commit a4e590aCopy full SHA for a4e590a
devtools/test_dashboard/buttons.js
@@ -31,6 +31,9 @@ function plotButtons(plots, figDir) {
31
image.innerHTML = '';
32
image.appendChild(myImage);
33
34
+ var currentGraphDiv = Tabs.getGraph();
35
+ if(currentGraphDiv) Plotly.purge(currentGraphDiv);
36
+
37
gd = document.createElement('div');
38
gd.id = 'graph';
39
0 commit comments