Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1836 from tokyo-metropolitan-gov/feature/issue-16…
Browse files Browse the repository at this point in the history
…92-add-data

検査実績人数用のデータを作成
  • Loading branch information
mikkame authored Mar 19, 2020
2 parents 931349d + 3acccfb commit 4f50d03
Showing 1 changed file with 149 additions and 0 deletions.
149 changes: 149 additions & 0 deletions data/data.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2063,6 +2063,10 @@
{
"日付": "2020-03-18T08:00:00.000Z",
"小計": 9
},
{
"日付": "2020-03-19T08:00:00.000Z",
"小計": 0
}
]
},
Expand Down Expand Up @@ -2288,6 +2292,10 @@
{
"日付": "2020-03-18T08:00:00.000Z",
"小計": 0
},
{
"日付": "2020-03-19T08:00:00.000Z",
"小計": 0
}
]
},
Expand Down Expand Up @@ -2464,6 +2472,147 @@
"3\/17"
]
},
"inspection_persons": {
"date": "2020\/03\/18 11:00",
"labels": [
"2020-01-24T08:00:00.000Z",
"2020-01-25T08:00:00.000Z",
"2020-01-26T08:00:00.000Z",
"2020-01-27T08:00:00.000Z",
"2020-01-28T08:00:00.000Z",
"2020-01-29T08:00:00.000Z",
"2020-01-30T08:00:00.000Z",
"2020-01-31T08:00:00.000Z",
"2020-02-01T08:00:00.000Z",
"2020-02-02T08:00:00.000Z",
"2020-02-03T08:00:00.000Z",
"2020-02-04T08:00:00.000Z",
"2020-02-05T08:00:00.000Z",
"2020-02-06T08:00:00.000Z",
"2020-02-07T08:00:00.000Z",
"2020-02-08T08:00:00.000Z",
"2020-02-09T08:00:00.000Z",
"2020-02-10T08:00:00.000Z",
"2020-02-11T08:00:00.000Z",
"2020-02-12T08:00:00.000Z",
"2020-02-13T08:00:00.000Z",
"2020-02-14T08:00:00.000Z",
"2020-02-15T08:00:00.000Z",
"2020-02-16T08:00:00.000Z",
"2020-02-17T08:00:00.000Z",
"2020-02-18T08:00:00.000Z",
"2020-02-19T08:00:00.000Z",
"2020-02-20T08:00:00.000Z",
"2020-02-21T08:00:00.000Z",
"2020-02-22T08:00:00.000Z",
"2020-02-23T08:00:00.000Z",
"2020-02-24T08:00:00.000Z",
"2020-02-25T08:00:00.000Z",
"2020-02-26T08:00:00.000Z",
"2020-02-27T08:00:00.000Z",
"2020-02-28T08:00:00.000Z",
"2020-02-29T08:00:00.000Z",
"2020-03-01T08:00:00.000Z",
"2020-03-02T08:00:00.000Z",
"2020-03-03T08:00:00.000Z",
"2020-03-04T08:00:00.000Z",
"2020-03-05T08:00:00.000Z",
"2020-03-06T08:00:00.000Z",
"2020-03-07T08:00:00.000Z",
"2020-03-08T08:00:00.000Z",
"2020-03-09T08:00:00.000Z",
"2020-03-10T08:00:00.000Z",
"2020-03-11T08:00:00.000Z",
"2020-03-12T08:00:00.000Z",
"2020-03-13T08:00:00.000Z",
"2020-03-14T08:00:00.000Z",
"2020-03-15T08:00:00.000Z",
"2020-03-16T08:00:00.000Z",
"2020-03-17T08:00:00.000Z"
],
"datasets": [
{
"label": "検査実施人数",
"data": [
0,
1,
0,
1,
0,
5,
1,
2,
1,
0,
0,
4,
3,
5,
4,
0,
3,
1,
0,
1,
4,
3,
130,
74,
7,
24,
80,
60,
35,
34,
7,
14,
44,
51,
68,
64,
56,
14,
32,
74,
82,
79,
71,
94,
0,
23,
65,
119,
84,
58,
71,
0,
19,
71
]
}
]
},
"inspection_status_summary": {
"date": "2020\/03\/18 11:00",
"attr": "検査実施人数(累計)",
"value": 1743,
"children": [
{
"attr": "検査実施件数(累計)",
"value": 3103,
"children": [
{
"attr": "都内発生",
"value": 2350
},
{
"attr": "その他(チャーター便・クルーズ船等)",
"value": 753
}
]
}
]
},
"lastUpdate": "2020\/03\/19 8:00",
"main_summary": {
"attr": "検査実施人数",
Expand Down

0 comments on commit 4f50d03

Please sign in to comment.