Skip to content

Commit fbbcc9c

Browse files
committed
index 3 levels 2 pts test
1 parent 3615690 commit fbbcc9c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

devtools/test_dashboard/index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,16 @@
153153
type: "box",
154154
};
155155

156-
// var trace2 = {
157-
// x: [x1, x2],
156+
var trace1 = {
157+
x: [
158+
[1111, 1111],
159+
[1.1, 1.1],
160+
[1, 2],
161+
],
158162

159-
// y: y,
160-
// type: "box",
161-
// };
163+
y: [72, 67],
164+
type: "box",
165+
};
162166

163167
var data = [trace1];
164168

0 commit comments

Comments
 (0)