A Weekly Influenza Surveillance Report Prepared by the Influenza Division
Influenza-Like Illness (ILI) Activity Level Indicator Determined by Data Reported to ILINet
Data source: https://gis.cdc.gov/grasp/fluview/main.html
This Data visualization was created for the story Flu Frenzy - NBCNews.com
xxxxxxxxxx
<head>
<meta charset="utf-8">
<script src="//cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.18.1/babel.min.js"></script>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/topojson/3.0.0/topojson.min.js"></script>
<style>
#cartogram {
max-width: 600px;
margin: auto;
}
.week-label {
font-family: Helvetica;
font-size: 1em;
color: #fff;
}
body {
background-color:#000; margin:0;position:fixed;top:0;right:0;bottom:0;left:0; }
</style>
</head>
<body>
<div id="cartogram"></div>
<script type="text/babel" src="index.js"></script>
</body>
https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.18.1/babel.min.js
https://d3js.org/d3.v4.min.js
https://cdnjs.cloudflare.com/ajax/libs/topojson/3.0.0/topojson.min.js