Skip to content

Commit 0dd8748

Browse files
committed
fix new mock scene1 domain - yellow mesh3d and surface traces are in respect to #2477
1 parent fff2cd0 commit 0dd8748

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
24 Bytes
Loading

test/image/mocks/gl3d_traces-with-opacity.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
],
1010
"lightposition": { "x": 1000, "y": 1000, "z": 0 },
1111
"opacity": 1,
12+
"colorscale": [[0, "#FF0"], [1, "#FF0"]],
1213
"showscale": false,
1314
"type": "surface",
1415
"name": "surface",
@@ -23,6 +24,7 @@
2324
"flatshading": true,
2425
"lightposition": { "x": 1000, "y": 1000, "z": 0 },
2526
"opacity": 1,
27+
"color": "#FF0",
2628
"type": "mesh3d",
2729
"name": "mesh3d",
2830
"scene": "scene2"
@@ -116,7 +118,7 @@
116118
"scene1": {
117119
"domain": {
118120
"x": [0, 0.25],
119-
"y": [0, 0.25]
121+
"y": [0, 0.5]
120122
},
121123
"camera": { "eye": { "x": 1.5, "y": 3, "z": 1 } }
122124
},

0 commit comments

Comments
 (0)