Skip to content

Commit 9cfef66

Browse files
committed
Add rotated axes labels mock
1 parent 72cc1a3 commit 9cfef66

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"data": [
3+
{
4+
"x": ["apples", "oranges", "bananananananas", "cantaloupeeeeww", "khljh"],
5+
"y": [8, 7, 6, 5, 4, 3, 2, 1, 0],
6+
"type": "scattergl",
7+
"fill": "tozeroy"
8+
}
9+
],
10+
"layout": {
11+
"width": 400,
12+
"height": 300,
13+
"showlegend": false
14+
}
15+
}

0 commit comments

Comments
 (0)