Skip to content

Commit b43f09b

Browse files
committed
added new mock
1 parent 5cb8c92 commit b43f09b

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
33.6 KB
Loading
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"data": [
3+
{
4+
"type": "scatter3d",
5+
"mode": "markers",
6+
"marker": {"opacity": 1.0},
7+
"x": [-1, 0, 1],
8+
"y": [0, 0, 0],
9+
"z": [0, 0, 0]
10+
},
11+
{
12+
"type": "scatter3d",
13+
"mode": "markers",
14+
"marker": {"opacity": 1.0},
15+
"x": [-1, 0, 1],
16+
"y": [0, 0, 0],
17+
"z": [10, 10, 10]
18+
},
19+
{
20+
"type": "scatter3d",
21+
"mode": "markers",
22+
"marker": {"opacity": 1.0},
23+
"x": [-1, 0, 1],
24+
"y": [0, 0, 0],
25+
"z": [-10, -10, -10]
26+
}
27+
],
28+
"layout": {
29+
"title": "Hovering over data points of multiple scatter3d traces",
30+
"width": 600,
31+
"height": 400,
32+
"scene": {
33+
"camera": {
34+
"eye": {"x": 1, "y": 1, "z": 1},
35+
"center": {"x": 0, "y": 0, "z": 0},
36+
"up": {"x": 0, "y": 0, "z": 1}
37+
}
38+
}
39+
}
40+
}

0 commit comments

Comments
 (0)