Stacked Bargraph of Japan COVID19 Case Data. Data as of 3-25-2020.
Data from: https://covid19japan.com/ https://github.com/reustle/covid19japan#data-sources
As published by the Japan Times: https://www.japantimes.co.jp/liveblogs/news/coronavirus-outbreak-updates/
xxxxxxxxxx
<head>
<meta charset="utf-8">
<title>Japan COVID19</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div id="main"></div>
<div id="key"></div>
<script src="https://d3js.org/d3.v5.min.js"></script>
<script src="./index.js"></script>
</body>
https://d3js.org/d3.v5.min.js