Skip to content

Commit d9cb011

Browse files
committed
add 3d axis visible: false mock
1 parent 54f092d commit d9cb011

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
8.29 KB
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"data": [{
3+
"type": "scatter3d",
4+
"x": [1, 2, 3],
5+
"y": [1, 2, 3],
6+
"z": [1, 2, 0]
7+
}],
8+
"layout": {
9+
"scene": {
10+
"xaxis": { "visible": false },
11+
"yaxis": { "visible": false },
12+
"zaxis": { "visible": false },
13+
"camera": {
14+
"eye": {
15+
"x": -0.1,
16+
"y": 0.2,
17+
"z": 2.1
18+
}
19+
}
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)