add option to cut off omicron spike
This commit is contained in:
parent
46bf87f1e0
commit
58b40eb8b4
2 changed files with 127 additions and 60 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue