COVID-19 tracker for Vanderbilt University created for the Vanderbilt Hustler.
Production: https://vanderbilthustler.com/category/coronavirus/
Local Chart preview: https://aadibajpai.github.io/hustler-coronavirus/
Graphs created using Plotly from the official Vanderbilt COVID-19 dashboard.
Put this in your html.
<div id='covid-vandy'><!-- chart will be drawn inside this DIV --></div>
<script src='https://cdn.plot.ly/plotly-latest.min.js'></script>
<script src="https://cdn.jsdelivr.net/gh/aadibajpai/hustler-coronavirus/coronavirus.min.js"></script>