covid19india / covid19india-react

Tracking the impact of COVID-19 in India
https://www.covid19india.org
MIT License
6.86k stars 3.41k forks source link

Negative daily active cases #2472

Closed stephen-talari closed 3 years ago

stephen-talari commented 3 years ago

Describe the bug Negative daily active counts are shown in the spread trends, we can not have any number less than 0. Ex:

The Active cases on 16th May is '-100883', previous day difference is '-44895'

We can not have -100883 as daily count.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://www.covid19india.org
  2. Click on 'Daily' tab in 'spread trends' and select 'India' from drop down
  3. Scroll down to 'Active Chart(blue)'
  4. See negative daily counts from May 10th to 16th

Expected behavior Daily counts should always be a whole number [>=0]

Screenshots

Screenshot 2021-05-17 at 10 40 44 AM

Desktop (please complete the following information):

ShikariShambuJr commented 3 years ago

Refer to https://github.com/covid19india/covid19india-react/issues/2038#issuecomment-641962963

stephen-talari commented 3 years ago

Referred to that comment, from that comments, only delta will be negative but not daily reported active cases.

This issue is not related to that!