Skip to content

Commit f7a2caf

Browse files
committed
fix typo in contour legend test and update baseline
1 parent 117ee97 commit f7a2caf

7 files changed

+9
-4
lines changed
-134 Bytes
Loading

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

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
null,
7272
null
7373
],
74-
"mode": "lines",
7574
"name": "Take Rate",
7675
"xaxis": "x",
7776
"yaxis": "y2",

test/image/mocks/contour_legend.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"data":[{
33
"type": "contour",
4-
"contours":{"coloring":"fills", "showlabels": true},
4+
"contours":{"coloring":"fill", "showlabels": true},
55
"z":[[1, 2, 1], [2, 4, 1], [3, 4, 4]],
66
"colorscale": "Greys",
77
"showscale": false,
88
"showlegend": true,
9-
"name": "fills"
9+
"name": "fill"
1010
}, {
1111
"type": "contour",
1212
"contours":{"coloring":"lines", "showlabels": true},

test/image/mocks/gl2d_text_chart_styling.json

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"size": 18,
5050
"color": "#ff7f0e"
5151
},
52+
"textposition": "bottom",
5253
"type": "scattergl"
5354
}
5455
],

test/image/mocks/text_chart_styling.json

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"size": 18,
5050
"color": "#ff7f0e"
5151
},
52+
"textposition": "bottom",
5253
"type": "scatter"
5354
}
5455
],

test/image/mocks/violin_non-linear.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"1799-01-01"
1212
],
1313
"orientation": "h",
14+
"xcalendar": "discworld",
1415
"name": "discworld dates",
1516
"box": {"visible": true},
1617
"xaxis": "x",

test/image/mocks/yaxis-over-yaxis2.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@
4545
"shape": "vh",
4646
"dash": "solid"
4747
},
48-
"fill": "tozeroy"
48+
"fill": "tozeroy",
49+
"marker": {
50+
"color": "rgba(168, 216, 234, 0.5)"
51+
}
4952
}
5053
],
5154
"layout": {

0 commit comments

Comments
 (0)