cmu-delphi / www-covidcast

Front end for interactive visualizations powering the COVIDcast website.
https://delphi.cmu.edu/covidcast/
MIT License
13 stars 2 forks source link

Raw data not showing for all dates #1199

Open ryantibs opened 1 year ago

ryantibs commented 1 year ago

For cases, I can get the data to show for the last 4 months, but not get raw data to show for all dates. See screenshots below.

FWIW, the same thing also happens for hospitalizations. I haven't tried other indicators yet.

Screen Shot 2022-12-08 at 3 02 56 PM Screen Shot 2022-12-08 at 3 03 02 PM

ryantibs commented 1 year ago

Just an update that this behavior still persists for me, on the current dashboard, with hospitalizations.

@krivard @carlynvandyke Do we have anybody that is able to address this? It's not a high priority but I'd like it fixed if we are able to make it happen. Thanks!

krivard commented 1 year ago

That may be a screen size issue -- there are sufficiently many individual days in the "all dates" view that unless your monitor is huge, each bar is too narrow to display. On the monster I have at home, it displays fine:

image

Options for next steps:

"scrolling window widget" reference: image

ryantibs commented 1 year ago

Whoa good catch, that's a weird one.

I would suggest we narrow the options down to:

  1. find someone to investigate and fix, so that the bars display properly
  2. disable "raw data" when "show all dates" is toggled on (I would not want to disable either individually)

I think the other two are work but are less preferable atm to option 1 in my opinion. Does anyone on the team know enough about the frontend or want to learn in order to pursue option 1?