TODO
This visualization is designed to be used on https://www.covidexitstrategy.org/.
- Include the widget's css in the site's
<head>element:
<link rel="stylesheet" href="https://devinhunt.github.io/ces-hero-v2/index.css">- Include the widget's script and initilize it on a empty, root element:
<script src="https://devinhunt.github.io/ces-hero-v2/index.js"></script>
<script>
// Initialize the map on an empty div named #hero-chart
CESHero(document.getElementById('hero-chart'))
</script>