This commit is contained in:
frankknoll
2023-04-16 15:59:51 +02:00
parent 870f5ae245
commit ec98862dc4
2 changed files with 9 additions and 16 deletions

View File

@@ -44,12 +44,6 @@ class AdverseReactionReportsChartView {
ADRDescr['Life Threatening Illnesses'], ADRDescr['Life Threatening Illnesses'],
ADRDescr['Adverse Reaction Reports'] - (ADRDescr['Deaths'] + ADRDescr['Disabilities'] + ADRDescr['Life Threatening Illnesses']) ADRDescr['Adverse Reaction Reports'] - (ADRDescr['Deaths'] + ADRDescr['Disabilities'] + ADRDescr['Life Threatening Illnesses'])
], ],
backgroundColor: [
'rgb(255, 99, 132)',
'rgb(54, 162, 235)',
'rgb(255, 205, 86)',
'grey'
],
hoverOffset: 4 hoverOffset: 4
}] }]
}; };

View File

@@ -51,9 +51,7 @@
<body> <body>
<h1>Batch Codes of Coronavirus 2019 Vaccines</h1> <h1>Batch Codes of Coronavirus 2019 Vaccines</h1>
<p> <p>
<b>Check out your batch code</b> (Last updated: <span id="last_updated">April 07, 2023</span>) Check out your batch code:
</p>
<p>
<select id="batchCodeSelect" name="batchCode"> <select id="batchCodeSelect" name="batchCode">
<option disabled="" hidden="" selected="" value="">Select Batch</option> <option disabled="" hidden="" selected="" value="">Select Batch</option>
<option value="FE6208">FE6208</option> <option value="FE6208">FE6208</option>
@@ -49774,13 +49772,14 @@
</div> </div>
</div> </div>
</div> </div>
<p><b>Data Source:</b> <dl>
<a href="https://vaers.hhs.gov/data/datasets.html" target="_blank">Vaccine Adverse Event Reporting System <dt>Data Source:</dt>
(VAERS)</a> <dd><a href="https://vaers.hhs.gov/data/datasets.html" target="_blank">Vaccine Adverse Event Reporting System
</p> (VAERS)</a></dd>
<p> <dt>Last updated:</dt>
<span id="forkongithub"><a href="https://github.com/KnollFrank/HowBadIsMyBatch">Fork me on GitHub</a></span> <dd id="last_updated">April 07, 2023</dd>
</p> </dl>
<span id="forkongithub"><a href="https://github.com/KnollFrank/HowBadIsMyBatch">Fork me on GitHub</a></span>
</body> </body>
</html> </html>