styling
This commit is contained in:
@@ -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
|
||||||
}]
|
}]
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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>
|
||||||
Reference in New Issue
Block a user