forked from Tokyo-Metro-Gov/covid19
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagency.json
62 lines (62 loc) · 1.21 KB
/
agency.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
52
53
54
55
56
57
58
59
60
61
62
{
"date": "2020\/3\/6 21:00",
"labels": [
"1\/1~1\/5",
"1\/6~1\/12",
"1\/13~1\/19",
"1\/20~1\/26",
"1\/27~2\/2",
"2\/3~2\/9",
"2\/10~2\/16",
"2\/17~2\/23",
"2\/24~3\/1",
"3\/2~3\/8"
],
"datasets": [
{
"label": "第一庁舎計",
"data": [
0,
12572,
10267,
12387,
12248,
12924,
10221,
12690,
8841,
9468
]
},
{
"label": "第二庁舎計",
"data": [
0,
14656,
11548,
13963,
13611,
13711,
10997,
14374,
10734,
12271
]
},
{
"label": "議事堂計",
"data": [
0,
422,
316,
321,
632,
492,
464,
553,
492,
381
]
}
]
}