Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

San Mateo data is broken #764

Open
thuongho opened this issue Dec 21, 2020 · 2 comments
Open

San Mateo data is broken #764

thuongho opened this issue Dec 21, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@thuongho
Copy link
Collaborator

Describe the bug
On Stats page, the data for San Mateo seems to be broken. It only show data from 9/23.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Stats'
  2. Click on 'Show Data For:' County Selector dropdown and select 'San Mateo'
  3. View the cases and deaths charts

Expected behavior
San Mateo should display current data like all the other counties.

Screenshots
Screen Shot 2020-12-20 at 5 49 43 PM

Desktop (please complete the following information):

  • OS: all
  • Browser: chrome, safari
  • Version: latest

Smartphone (please complete the following information):

  • Device: iphone
  • OS: latest
  • Browser chrome
  • Version: latest

Additional context
Add any other context about the problem here.

@thuongho thuongho added the bug Something isn't working label Dec 21, 2020
@yetesh
Copy link
Contributor

yetesh commented Dec 31, 2020

I'm working on this. Seems we filter our 0 cases in formatGraph.ts and San Mateo County data has 0 cases for month of December. The chartData props passed to TimeBarChar from Stats is an array of length 0 and hence TimeBarChar fails to load due to NPE.

@yetesh
Copy link
Contributor

yetesh commented Jan 7, 2021

fixed by @kbrdsk #791

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants