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 bac7535 commit 4937190Copy full SHA for 4937190
devtools/test_dashboard_v2/devtools.js
@@ -2,12 +2,12 @@
2
var Tabs = {
3
4
getGraph: function(id) {
5
- id = id || 'default-plot';
+ id = id || 'graph';
6
return document.getElementById(id);
7
},
8
9
fresh: function(id) {
10
11
12
var graphDiv = Tabs.getGraph(id);
13
devtools/test_dashboard_v2/index.html
@@ -67,7 +67,9 @@
67
</header>
68
69
<section id="mocks-list"></section>
70
- <div id="plots"></div>
+ <div id="plots">
71
+ <div id="graph"></div>
72
+ </div>
73
<div id="snapshot"></div>
74
75
<script id="source" type="text/javascript" src="../../build/plotly.js"></script>
0 commit comments