Skip to content

Commit 793c2a3

Browse files
committed
categorical 2dMap: update mock and baseline
1 parent ebf545f commit 793c2a3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Loading

test/image/mocks/heatmap_shared_categories.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
[1, 0.8, 0.6],
1010
[0.6, 0.4, 0.2]
1111
],
12-
"yaxis": "y"
12+
"yaxis": "y",
13+
"coloraxis": "coloraxis"
1314
}, {
1415
"type": "heatmap",
1516
"x": ["Team B", "Team C"],
@@ -20,7 +21,8 @@
2021
[0.8, 0.6],
2122
[0.4, 0.2]
2223
],
23-
"yaxis": "y2"
24+
"yaxis": "y2",
25+
"coloraxis": "coloraxis"
2426
}],
2527
"layout": {
2628
"xaxis": {
@@ -44,6 +46,9 @@
4446
"type": "category",
4547
"range": [-0.5, 2.5],
4648
"autorange": true
49+
},
50+
"coloraxis": {
51+
"colorscale": "RdBu"
4752
}
4853
}
4954
}

0 commit comments

Comments
 (0)