forked from Tokyo-Metro-Gov/covid19
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetro.json
51 lines (51 loc) · 1013 Bytes
/
metro.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"date": "2020\/3\/12 21:00",
"datasets": [
{
"label": "2月10日~14日",
"data": [
-0.96,
-2.94,
-7.48
]
},
{
"label": "2月17日~21日",
"data": [
-0.36,
-4.11,
-6.95
]
},
{
"label": "2月25日~28日",
"data": [
3.06,
-9.47,
-7.31
]
},
{
"label": "3月02日~05日",
"data": [
1.08,
-21.64,
-9.92
]
},
{
"label": "3月09日~12日",
"data": [
-0.78,
-24.51,
-12.13
]
}
],
"labels": [
"6:30~7:30",
"7:30~9:30",
"9:30~10:30"
],
"base_period": "1月20日~1月24日"
}