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['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
}]
};

View File

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