Skip to content

Commit c9a5287

Browse files
committed
test: add gl2d heatmap mock
1 parent 731b294 commit c9a5287

File tree

2 files changed

+134
-0
lines changed

2 files changed

+134
-0
lines changed
68.1 KB
Loading

test/image/mocks/gl2d_heatmapgl.json

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
{
2+
"data": [
3+
{
4+
"type": "heatmapgl",
5+
"z": [
6+
[
7+
125,
8+
106,
9+
89,
10+
74,
11+
61,
12+
50,
13+
41,
14+
34,
15+
29,
16+
26
17+
],
18+
[
19+
116,
20+
97,
21+
80,
22+
65,
23+
52,
24+
41,
25+
32,
26+
25,
27+
20,
28+
17
29+
],
30+
[
31+
109,
32+
90,
33+
73,
34+
58,
35+
45,
36+
34,
37+
25,
38+
18,
39+
13,
40+
10
41+
],
42+
[
43+
104,
44+
85,
45+
68,
46+
53,
47+
40,
48+
29,
49+
20,
50+
13,
51+
8,
52+
5
53+
],
54+
[
55+
101,
56+
82,
57+
65,
58+
50,
59+
37,
60+
26,
61+
17,
62+
10,
63+
5,
64+
2
65+
],
66+
[
67+
100,
68+
81,
69+
64,
70+
49,
71+
36,
72+
25,
73+
16,
74+
9,
75+
4,
76+
1
77+
],
78+
[
79+
101,
80+
82,
81+
65,
82+
50,
83+
37,
84+
26,
85+
17,
86+
10,
87+
5,
88+
2
89+
],
90+
[
91+
104,
92+
85,
93+
68,
94+
53,
95+
40,
96+
29,
97+
20,
98+
13,
99+
8,
100+
5
101+
],
102+
[
103+
109,
104+
90,
105+
73,
106+
58,
107+
45,
108+
34,
109+
25,
110+
18,
111+
13,
112+
10
113+
],
114+
[
115+
116,
116+
97,
117+
80,
118+
65,
119+
52,
120+
41,
121+
32,
122+
25,
123+
20,
124+
17
125+
]
126+
],
127+
"colorscale": "Viridis"
128+
}
129+
],
130+
"layout": {
131+
"height": 450,
132+
"width": 550
133+
}
134+
}

0 commit comments

Comments
 (0)