We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e4fbb commit 910706aCopy full SHA for 910706a
test/image/mocks/zz-gl3d_surface_small_timerange.json
@@ -0,0 +1,43 @@
1
+{
2
+ "data": [
3
+ {
4
+ "type": "surface",
5
+ "x": [0.1, 0.2],
6
+ "y": [
7
+ "2024-02-03T10:00:00",
8
+ "2024-02-03T11:00:00",
9
+ ],
10
+ "z": [
11
+ [1001, 1002],
12
+ [1002, 1001]
13
+ ]
14
+ }
15
16
+ "layout": {
17
+ "title": {"text": "Surface plot with time axis with small timerange"},
18
+ "width": 600,
19
+ "height": 400,
20
+ "scene": {
21
+ "yaxis": {
22
+ "type": "date"
23
+ },
24
+ "aspectratio": {
25
+ "x": 1,
26
+ "y": 2,
27
+ "z": 0.5
28
29
+ "camera": {
30
+ "center": {
31
+ "x": 0.11,
32
+ "y": 0.19,
33
+ "z": -0.3
34
35
+ "eye": {
36
+ "x": 1.44,
37
+ "y": 1.53,
38
+ "z": 1.02
39
40
41
42
43
+}
0 commit comments