Skip to content

Commit b3658c6

Browse files
committed
validate various gl2d mocks
1 parent ecfb79a commit b3658c6

8 files changed

+1
-11
lines changed

test/image/mocks/gl2d_parcoords.json

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"values": [160, 1324, 252, 1711, 173, 624, 228, 2474, 371, 3103, 312, 2408, 460, 1727, 754, 2457, 227, 1963, 354, 2797, 377, 1327, 462, 1009, 166, 1415, 1118, 1063, 593, 498, 959, 1331, 1146, 645, 921, 1596, 663, 568, 492, 833, 630, 445, 504, 394, 647, 314, 1039, 829, 911, 282, 925, 681, 581, 506, 368, 373, 628, 538, 418, 419, 478, 884, 847, 369, 410, 344, 396, 501, 510, 379, 733, 1649, 239, 1035, 1839, 967, 514, 875, 794, 414, 664, 447, 839, 540, 636, 499, 1059, 743, 173, 473, 519, 465, 623, 726, 631, 521, 643, 323, 424, 472]
4949
},
5050
{
51-
"label": "Assembly total cost",
5251
"visible": false,
5352
"values": [1125, 9274, 2735, 16920, 2193, 20704, 4814, 34689, 5565, 46554, 5225, 38887, 9746, 37715, 17798, 55250, 5697, 49083, 11226, 81939, 24258, 62488, 27363, 61924, 12511, 106196, 24444, 7443, 9111, 12527, 50738, 9320, 12291, 17571, 9508, 11176, 9142, 7687, 6724, 11219, 17825, 6506, 6367, 4966, 8495, 3860, 12844, 10688, 13026, 4007, 57281, 9790, 7335, 13748, 5358, 5393, 4401, 3769, 5233, 5058, 6047, 6188, 11899, 5297, 5154, 4406, 5061, 7022, 6358, 4721, 7723, 16745, 2651, 14194, 100772, 10504, 7021, 6131, 16730, 2904, 8334, 5968, 5876, 7394, 4454, 6800, 18376, 5204, 2190, 6146, 7013, 6412, 4361, 5082, 8028, 6484, 4504, 3832, 5687, 6174]
5453
},

test/image/mocks/gl2d_parcoords_blocks.json

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
"data": [
88
{
99
"type" : "parcoords",
10-
"line" : {
11-
"colorscale" : "Jet"
12-
},
1310
"dimensions" : [
1411
{
1512
"label" : "Dimension A",

test/image/mocks/gl2d_parcoords_large.json

-1
Large diffs are not rendered by default.

test/image/mocks/gl2d_scatter-color-clustering.json

+1-1
Large diffs are not rendered by default.

test/image/mocks/gl2d_scatter-colorscale-points.json

-1
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,6 @@
12101210
0.4536063371227177,
12111211
0.34963259129971425
12121212
],
1213-
"mode": "markers",
12141213
"colorscale": [
12151214
[
12161215
0,

test/image/mocks/gl2d_scatter-continuous-clustering.json

-2
Large diffs are not rendered by default.

test/image/mocks/gl2d_scatter_fill_self_next.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"x": [1, 2, 3, 1, null, 4, 5, 6],
55
"y": [2, 3, 2, 2, null, 3, 4, 3],
66
"fill": "tonext",
7-
"line":{"shape": "spline"},
87
"type": "scattergl"
98
},
109
{

test/image/mocks/gl2d_scattergl_errorbars_inherit_color.json

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
],
6767
"layout": {
6868
"width": 600,
69-
"heigh": 600,
7069
"title": {
7170
"text": "Scatter-gl error bars inherit color from line or marker"
7271
}

0 commit comments

Comments
 (0)