Skip to content

Commit 7cefeab

Browse files
committed
Add marker default line width test
1 parent 35b0984 commit 7cefeab

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
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)