Skip to content

Commit 754f53d

Browse files
committed
correct baseline images and add a new mock
1 parent 6f42682 commit 754f53d

5 files changed

+49
-0
lines changed
Loading
Loading
Loading
9 Bytes
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"data": [
3+
{
4+
"x": [3],
5+
"y": [0],
6+
"z": [2],
7+
"text": ["top"],
8+
"type": "scatter3d",
9+
"mode":"markers+text",
10+
"textposition": "top center"
11+
}, {
12+
"x": [0],
13+
"y": [0],
14+
"z": [0],
15+
"text": ["left"],
16+
"type": "scatter3d",
17+
"mode":"markers+text",
18+
"textposition": "center left"
19+
}, {
20+
"x": [1],
21+
"y": [0],
22+
"z": [1],
23+
"text": ["right"],
24+
"type": "scatter3d",
25+
"mode":"markers+text",
26+
"textposition": "center right"
27+
}, {
28+
"x": [2],
29+
"y": [0],
30+
"z": [0],
31+
"text": ["bottom"],
32+
"type": "scatter3d",
33+
"mode":"markers+text",
34+
"textposition": "bottom center"
35+
}
36+
],
37+
"layout": {
38+
"title":"Texts in scatter3d should be aligned to left, right, top or bottom & displayed well on WEBGL",
39+
"width": 800,
40+
"height": 600,
41+
"scene":{
42+
"camera":{
43+
"eye":{"x":-1.25,"y":1.25,"z":1.25},
44+
"center":{"x":0,"y":0,"z":0},
45+
"up":{"x":0,"y":0,"z":1}
46+
}
47+
}
48+
}
49+
}

0 commit comments

Comments
 (0)