vector-engineering / covidcg

A COVID-19 CoV Genetics (CG) browser to inform therapeutics development
https://covidcg.org
MIT License
26 stars 5 forks source link

Fix: fill missing surveillance counts with 0 instead of lirping between known values #641

Closed atc3 closed 8 months ago

atc3 commented 8 months ago

Current surveillance plot linearly interprets across missing values. Fix this to show percentages of 0 when no data is available.

atc3 commented 8 months ago

Before:

image

After:

image

(2020 now set to 0)