add option to cut off omicron spike

This commit is contained in:
xenofem 2022-04-16 12:42:46 -04:00
parent 46bf87f1e0
commit 58b40eb8b4
2 changed files with 127 additions and 60 deletions

View file

@ -17,6 +17,7 @@
#controls {
display: flex;
justify-content: center;
align-items: center;
gap: 20px 20px;
}
</style>
@ -33,6 +34,10 @@
End date:
<input id="endDate" type="date">
</label>
<label>
Cut off Omicron spike?
<input id="cutOmicron" type="checkbox">
</label>
</div>
<div class="chart">
<canvas id="northCanvas"></canvas>