Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
update json data 2020-04-09T12:18:06Z (#230)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Apr 9, 2020
1 parent e02d68a commit 4df1e3a
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 15 deletions.
7 changes: 6 additions & 1 deletion data/inspections.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,12 @@
"判明日": "2020-04-07",
"検査検体数": 176,
"陽性確認": 20
},
{
"判明日": "2020-04-08",
"検査検体数": 169,
"陽性確認": 19
}
],
"last_update": "2020-04-08T00:00:00+09:00"
"last_update": "2020-04-09T00:00:00+09:00"
}
11 changes: 7 additions & 4 deletions data/inspections_summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
118,
33,
97,
176
176,
169
],
"陽性確認": [
0,
Expand Down Expand Up @@ -138,7 +139,8 @@
15,
13,
6,
20
20,
19
]
},
"labels": [
Expand Down Expand Up @@ -209,7 +211,8 @@
"04/04",
"04/05",
"04/06",
"04/07"
"04/07",
"04/08"
],
"last_update": "2020-04-08T00:00:00+09:00"
"last_update": "2020-04-09T00:00:00+09:00"
}
2 changes: 1 addition & 1 deletion data/last_update.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"last_update": "2020-04-08T21:03:00+09:00"
"last_update": "2020-04-09T21:02:00+09:00"
}
10 changes: 5 additions & 5 deletions data/main_summary.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"attr": "検査実施人数",
"value": 3327,
"value": 3496,
"children": [
{
"attr": "陽性患者数",
"value": 229,
"value": 248,
"children": [
{
"attr": "入院中",
"value": 157,
"value": 176,
"children": [
{
"attr": "軽症・中等症",
"value": 149
"value": 168
},
{
"attr": "重症",
Expand All @@ -31,5 +31,5 @@
]
}
],
"last_update": "2020-04-08T00:00:00+09:00"
"last_update": "2020-04-09T00:00:00+09:00"
}
6 changes: 5 additions & 1 deletion data/patients_summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,11 @@
{
"日付": "2020-04-07T00:00:00+09:00",
"小計": 20
},
{
"日付": "2020-04-08T00:00:00+09:00",
"小計": 19
}
],
"last_update": "2020-04-08T00:00:00+09:00"
"last_update": "2020-04-09T00:00:00+09:00"
}
6 changes: 3 additions & 3 deletions data/sickbeds_summary.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"data": {
"入院患者数": 157,
"残り病床数": 89
"入院患者数": 176,
"残り病床数": 70
},
"last_update": "2020-04-08T00:00:00+09:00"
"last_update": "2020-04-09T00:00:00+09:00"
}

0 comments on commit 4df1e3a

Please sign in to comment.