Skip to content

Commit a0ed2ac

Browse files
committed
fix and 🔒 single-cone case with [email protected]
1 parent df67a27 commit a0ed2ac

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"es6-promise": "^3.0.2",
7171
"fast-isnumeric": "^1.1.1",
7272
"font-atlas-sdf": "^1.3.3",
73-
"gl-cone3d": "^v1.0.0",
73+
"gl-cone3d": "^v1.0.1",
7474
"gl-contour2d": "^1.1.4",
7575
"gl-error3d": "^1.0.7",
7676
"gl-heatmap2d": "^1.0.4",
46.7 KB
Loading
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"data": [
3+
{
4+
"type": "cone",
5+
"name": "blue cone",
6+
"x": [1], "y": [1], "z": [1],
7+
"u": [1], "v": [1], "w": [0],
8+
"colorscale": "Blues",
9+
"showscale": false
10+
},
11+
{
12+
"type": "cone",
13+
"name": "green cone",
14+
"x": [3], "y": [3], "z": [3],
15+
"u": [0], "v": [0], "w": [2],
16+
"colorscale": "Greens",
17+
"showscale": false
18+
}
19+
],
20+
"layout": {
21+
"scene": {
22+
"camera": {
23+
"eye": {"x": -0.76, "y": 1.8, "z": 0.92}
24+
}
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)