Skip to content

Commit a615685

Browse files
committed
Add long tick labels mock
1 parent c6856d0 commit a615685

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"data": [
3+
{
4+
"x": [0, 1, 2],
5+
"y": ["long long long string", "long long long string 2", "long long longstring 3"],
6+
"mode": "markers",
7+
"type": "scattergl"
8+
}
9+
],
10+
"layout": {
11+
"width": 600,
12+
"height": 500,
13+
"xaxis": {
14+
"ticklen": 2,
15+
"linecolor": "#d3d3d3", "mirror": true, "zeroline": false
16+
},
17+
"yaxis": {
18+
"ticklen": 2,
19+
"linecolor": "#d3d3d3", "mirror": true, "zeroline": false
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)