Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e9c16c8

Browse files
Add Egypt/Sudan choropleth mock
1 parent b050574 commit e9c16c8

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"data": [
3+
{
4+
"type": "choropleth",
5+
"name": "Egypt",
6+
"locations": ["EGY"],
7+
"z": [1],
8+
"colorscale": [[0, "orange"], [1, "orange"]],
9+
"showscale": false,
10+
"showlegend": true
11+
},
12+
{
13+
"type": "choropleth",
14+
"name": "Sudan",
15+
"locations": ["SDN"],
16+
"z": [1],
17+
"colorscale": [[0, "blue"], [1, "blue"]],
18+
"showscale": false,
19+
"showlegend": true
20+
}
21+
],
22+
"layout": {
23+
"geo": {
24+
"projection": {
25+
"rotation": {
26+
"lon": 30,
27+
"lat": 20
28+
},
29+
"scale": 7
30+
}
31+
},
32+
"width": 800,
33+
"height": 600
34+
}
35+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /