Skip to content

Commit 178b7cf

Browse files
dyetpinard
authored andcommitted
add mocks to lock scattergl fixups:
- #1921 - #1909
1 parent cae3670 commit 178b7cf

4 files changed

+1250
-0
lines changed
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"data": [{
3+
"y": [1, 2, 3],
4+
"marker": {"symbol": "circle-open", "size": 20},
5+
"type": "scattergl",
6+
"mode": "markers"
7+
}],
8+
"layout": {
9+
"height": 400,
10+
"width": 480
11+
}
12+
}

0 commit comments

Comments
 (0)