Skip to content

Commit dca4350

Browse files
committed
set autocolorscale: true in template to properly test mock
1 parent e50a6aa commit dca4350

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: test/image/mocks/colorscale_template.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,15 @@
138138
4.238752,
139139
4.299876
140140
],
141-
"type": "heatmap",
142-
"autocolorscale": true
141+
"type": "heatmap"
143142
}],
144143
"layout": {
145144
"template": {
145+
"data": {
146+
"heatmap": [{
147+
"autocolorscale": true
148+
}]
149+
},
146150
"layout": {
147151
"title": "heatmap template",
148152
"colorscale": {

0 commit comments

Comments
 (0)