Skip to content

Commit 7410c34

Browse files
committed
Update mock to include disputed regions
1 parent 8944398 commit 7410c34

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

test/image/mocks/zz-geo_choropleth-egypt-sudan.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"data": [
3-
{
3+
{
44
"type": "choropleth",
55
"name": "Egypt",
66
"locations": ["EGY"],
@@ -14,13 +14,26 @@
1414
"name": "Sudan",
1515
"locations": ["SDN"],
1616
"z": [1],
17-
"colorscale": [[0, "blue"], [1, "blue"]],
17+
"colorscale": [[0, "green"], [1, "green"]],
18+
"showscale": false,
19+
"showlegend": true
20+
},
21+
{
22+
"type": "choropleth",
23+
"name": "Disputed",
24+
"locations": ["XHT", "XBT"],
25+
"z": [1, 1],
26+
"colorscale": [[0, "red"], [1, "red"]],
1827
"showscale": false,
1928
"showlegend": true
2029
}
2130
],
2231
"layout": {
32+
"title": {
33+
"text": "Used 'XHT' and 'XBT' country codes to show disputed regions between Egypt and Sudan"
34+
},
2335
"geo": {
36+
"showocean": true,
2437
"projection": {
2538
"rotation": {
2639
"lon": 30,

0 commit comments

Comments
 (0)