VEuPathDB / web-eda

Web browser code for EDA-based applications
Apache License 2.0
0 stars 0 forks source link

Browse and subset tab: Rounding just a bit too much #1678

Open asizemore opened 1 year ago

asizemore commented 1 year ago

Sometimes mbio has maxes that are very very small. The histogram handles these well, but the summary values at the top are rounded (i'm guessing) and so it looks like the max and mean are 0 when the histogram says they're non-zero.

image

Assuming this "Mean: 0" and "Max: 0" are appearing because we're rounding the super small number, can we reduce our rounding aggression please so that we see non-zero values appear? I'd be quite stoked to not round at all for these values, but not sure if clinepi wants rounding here?