Skip to content

Commit 5d37b54

Browse files
committed
removing the typed array based test cases as they aren't JSON
1 parent a69af31 commit 5d37b54

File tree

1 file changed

+0
-58
lines changed

1 file changed

+0
-58
lines changed

test/image/mocks/gl2d_pointcloud-basic.json

-58
Original file line numberDiff line numberDiff line change
@@ -44,64 +44,6 @@
4444
"opacity": 0.7,
4545
"x": [3, 4.5, 6],
4646
"y": [9, 9, 9]
47-
},
48-
{
49-
"type": "pointcloud",
50-
"mode": "markers",
51-
"marker": {
52-
"sizemin": 0.5,
53-
"sizemax": 100,
54-
"color": "yellow",
55-
"opacity": 0.8,
56-
"blend": true
57-
},
58-
"opacity": 0.7,
59-
"xy": new Float32Array([1, 3, 9, 3]),
60-
"indices": new Int32Array([0, 1]),
61-
"xbounds": [1, 9],
62-
"ybounds": [3, 3]
63-
},
64-
{
65-
"type": "pointcloud",
66-
"mode": "markers",
67-
"marker": {
68-
"sizemin": 0.5,
69-
"sizemax": 100,
70-
"color": "orange",
71-
"opacity": 0.8,
72-
"blend": true
73-
},
74-
"opacity": 0.7,
75-
"xy": new Float32Array([1, 4, 9, 4]),
76-
"indices": new Int32Array([0, 1])
77-
},
78-
{
79-
"type": "pointcloud",
80-
"mode": "markers",
81-
"marker": {
82-
"sizemin": 0.5,
83-
"sizemax": 100,
84-
"color": "darkorange",
85-
"opacity": 0.8,
86-
"blend": true
87-
},
88-
"opacity": 0.7,
89-
"xy": new Float32Array([1, 5, 9, 5]),
90-
"xbounds": [1, 9],
91-
"ybounds": [5, 5]
92-
},
93-
{
94-
"type": "pointcloud",
95-
"mode": "markers",
96-
"marker": {
97-
"sizemin": 0.5,
98-
"sizemax": 100,
99-
"color": "red",
100-
"opacity": 0.8,
101-
"blend": true
102-
},
103-
"opacity": 0.7,
104-
"xy": new Float32Array([1, 6, 9, 6])
10547
}
10648
],
10749
"layout": {

0 commit comments

Comments
 (0)