Skip to content

Commit 117ee97

Browse files
committed
validate various mocks
1 parent 856f2ea commit 117ee97

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+35
-83
lines changed

test/image/mocks/16.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"12pm",
3737
"6pm"
3838
],
39-
"scl": [
39+
"colorscale": [
4040
[
4141
0,
4242
"rgb(128, 0, 38)"

test/image/mocks/21.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@
10191019
"end": 4,
10201020
"size": 0.1
10211021
},
1022-
"scl": [
1022+
"colorscale": [
10231023
[
10241024
0,
10251025
"rgb(12,51,131)"

test/image/mocks/25.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
"end": 13.01,
380380
"size": 1
381381
},
382-
"scl": [
382+
"colorscale": [
383383
[
384384
0,
385385
"rgb(12,51,131)"

test/image/mocks/2dhistogram_contour_subplots.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8021,7 +8021,7 @@
80218021
],
80228022
"name": "density",
80238023
"ncontours": 20,
8024-
"scl": "Hot",
8024+
"colorscale": "Hot",
80258025
"reversescl": true,
80268026
"showscale": false,
80278027
"type": "histogram2dcontour"

test/image/mocks/2dhistogram_contour_subplots_bingroup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8021,7 +8021,7 @@
80218021
],
80228022
"name": "density",
80238023
"ncontours": 20,
8024-
"scl": "Hot",
8024+
"colorscale": "Hot",
80258025
"reversescl": true,
80268026
"showscale": false,
80278027
"type": "histogram2dcontour",

test/image/mocks/autorange-tozero-rangemode.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
null,
7272
null
7373
],
74-
"mode": "line",
74+
"mode": "lines",
7575
"name": "Take Rate",
7676
"xaxis": "x",
7777
"yaxis": "y2",

test/image/mocks/blackbody_heatmap.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2603,7 +2603,7 @@
26032603
100
26042604
]
26052605
],
2606-
"scl": "Blackbody",
2606+
"colorscale": "Blackbody",
26072607
"type": "heatmap"
26082608
}
26092609
],

test/image/mocks/bluered_heatmap.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2603,7 +2603,7 @@
26032603
100
26042604
]
26052605
],
2606-
"scl": "Bluered",
2606+
"colorscale": "Bluered",
26072607
"type": "heatmap"
26082608
}
26092609
],

test/image/mocks/cividis_heatmap.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2603,7 +2603,7 @@
26032603
100
26042604
]
26052605
],
2606-
"scl": "Cividis",
2606+
"colorscale": "Cividis",
26072607
"type": "heatmap"
26082608
}
26092609
],

test/image/mocks/contour_heatmap_coloring.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"data":[{
3-
"contours":{"coloring":"heatmap","showlines":false},
3+
"contours":{"coloring":"heatmap"},
44
"z":[["1",""],["2",""],["3",""],["3",""],["4",""],["5",""],["6",""],["5",""],["2",""],["3",""],["3",""],["5",""],["6",""],["5",""],["4","1"],["4","2"],["2","3"],["1","4"],["3","5"],["2","4"],["1","3"],["3","2"],["5","3"],["4","4"],["3","3"],["2","2"],["1","1"],["2","2"],["3","3"],["4","4"],["5","6"],["4","5"],["3","4"],["2","3"],["3","2"],["2","3"],["3","4"],["3","3"],["3","2"]],
55
"type":"contour"
66
}],

0 commit comments

Comments
 (0)