Skip to content

Commit 3c26cbf

Browse files
committed
add axes_line_noticklabels mock
1 parent 10c3ae0 commit 3c26cbf

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
26.2 KB
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"data": [{
3+
"x": [0, 1, 2, 3, 4, 5, 6, 7, 8],
4+
"y": [0, 1, 2, 3, 4, 5, 6, 7, 8]
5+
}],
6+
"layout": {
7+
"xaxis": {
8+
"title": "x axis line w/o tick labels",
9+
"showline": true,
10+
"showticklabels": false
11+
},
12+
"yaxis": {
13+
"title": "y axis line w/o tick labels",
14+
"showline": true,
15+
"showticklabels": false
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)