Skip to content

Commit f8b4e52

Browse files
committed
bring back gl2d_line_select mock
... that was accidentally pushed to master in 41c067a and removed in 1154589
1 parent eae6da2 commit f8b4e52

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"data": [{
3+
"type": "scattergl",
4+
"mode": "lines",
5+
"x": [1, 2, 3],
6+
"y": [1, 2, 1]
7+
}],
8+
"layout": {
9+
"dragmode": "select",
10+
"showlegend": false,
11+
"width": 400,
12+
"height": 400
13+
}
14+
}

0 commit comments

Comments
 (0)