Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
makoragi committed May 10, 2020
2 parents 4a08569 + b29efca commit 528513c
Showing 1 changed file with 28 additions and 14 deletions.
42 changes: 28 additions & 14 deletions data/data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdate": "2020/05/09 16:00",
"lastUpdate": "2020/05/11 0:00",
"contacts": {
"data": [
{
Expand Down Expand Up @@ -477,7 +477,9 @@
9,
9,
15,
16
25,
16,
15
],
"熊本市": [
0,
Expand Down Expand Up @@ -577,7 +579,9 @@
20,
21,
17,
24
16,
24,
21
]
},
"labels": [
Expand Down Expand Up @@ -678,9 +682,11 @@
"5/4",
"5/5",
"5/6",
"5/7"
"5/7",
"5/8",
"5/9"
],
"date": "2020/05/09 16:00"
"date": "2020/05/11 0:00"
},
"patients": {
"data": [
Expand Down Expand Up @@ -920,7 +926,7 @@
"居住地": "熊本市東区",
"年代": "20代",
"性別": "男性",
"退院": null,
"退院": "",
"date": "2020-04-10",
"県番号": 24
},
Expand Down Expand Up @@ -1050,7 +1056,7 @@
"居住地": "熊本市北区",
"年代": "70代",
"性別": "男性",
"退院": null,
"退院": "",
"date": "2020-04-18",
"県番号": 37
},
Expand Down Expand Up @@ -1090,7 +1096,7 @@
"居住地": "熊本市東区",
"年代": "60代",
"性別": "男性",
"退院": null,
"退院": "",
"date": "2020-04-20",
"県番号": 41
},
Expand Down Expand Up @@ -1165,7 +1171,7 @@
"県番号": 48
}
],
"date": "2020/05/09 16:00"
"date": "2020/05/11 0:00"
},
"patients_summary": {
"data": [
Expand Down Expand Up @@ -1476,25 +1482,33 @@
{
"小計": 1,
"日付": "2020-05-08T08:00:00.000Z"
},
{
"小計": 0,
"日付": "2020-05-09T08:00:00.000Z"
},
{
"小計": 0,
"日付": "2020-05-10T08:00:00.000Z"
}
],
"date": "2020/05/09 16:00"
"date": "2020/05/11 0:00"
},
"main_summary": {
"attr": "検査実施人数",
"value": 3456,
"value": 3492,
"children": [
{
"attr": "陽性患者数",
"value": 48,
"children": [
{
"attr": "入院中",
"value": 27,
"value": 24,
"children": [
{
"attr": "軽症・中等症",
"value": 25
"value": 22
},
{
"attr": "重症",
Expand All @@ -1504,7 +1518,7 @@
},
{
"attr": "退院",
"value": 18
"value": 21
},
{
"attr": "死亡",
Expand Down

0 comments on commit 528513c

Please sign in to comment.