Skip to content

Commit be253fa

Browse files
committed
Add mocks and baseline images
1 parent fd7650b commit be253fa

4 files changed

Lines changed: 32 additions & 0 deletions

File tree

125 KB
Loading
104 KB
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"data": [
3+
{
4+
"hovertext": ["San Marino", "Cairo", "Istanbul", "Trondheim"],
5+
"lat": [43.9360958, 30.06263, 41.01384, 63.43049],
6+
"lon": [12.4417702, 31.24967, 28.94966, 10.39506],
7+
"marker": { "color": "#f00" },
8+
"mode": "markers",
9+
"type": "scattermap"
10+
}
11+
],
12+
"layout": { "width": 900, "height": 600 }
13+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"data": [
3+
{
4+
"hovertext": ["San Marino", "Cairo", "Istanbul", "Trondheim"],
5+
"lat": [43.9360958, 30.06263, 41.01384, 63.43049],
6+
"lon": [12.4417702, 31.24967, 28.94966, 10.39506],
7+
"marker": { "color": "#f00" },
8+
"mode": "markers",
9+
"type": "scattermap"
10+
}
11+
],
12+
"layout": {
13+
"map": {
14+
"center": { "lat": 0, "lon": 0 }
15+
},
16+
"width": 900,
17+
"height": 600
18+
}
19+
}

0 commit comments

Comments
 (0)