Open fengelniederhammer opened 6 months ago
CoV-Spectrum supports "compare to baseline"-queries where it is possible to compare two entirely unrelated variants/sets of sequences: e.g., JN.1 vs XBB..
At the moment, the Prevalence over time plot's y-axis is fixed to 0-100% but it would be great if we could make it configurable, allowing the maintainer to set a fixed value, or let the plot set the upper bound itself to the maximum of the data. Then, we can use the component for the same type of comparison.
By @JonasKellerer: for values beyond 100%, logit doesn't make sense/wouldn't work.
_Originally posted by @JonasKellerer in https://github.com/GenSpectrum/dashboards/pull/255#discussion_r1608341117_
I think we should at least mention it in the docs that
numerator
s should be subsets ofdenominator
. Do we also want some real validation? We could also think about merging eachnumerator
with thedenominator
? Then we can be sure that it's the case.