liu-zoe / orcasalmon

A dashboard visualizing salmon population of the Fraser River and southern resident killer whales in and around Puget Sound
MIT License
1 stars 1 forks source link

Display latest year of Chinook data on top #3

Closed scottveirs closed 1 year ago

scottveirs commented 1 year ago

I find myself checking the dashboard to see what's currently happening with this year's counts... but to see the (mostly near-zero so far) data points for 2023 I have to uncheck 2021 and 2022. Here's two screenshots illustrating the issue:

The default view when dashboard is first loaded for Bonneville data:

Screenshot 2023-04-11 at 9 12 06 AM

Notice how the majority of 2023 data points are covered by data points from previous years.

The view I find most helpful for quickly "seeing" the condition of current Chinook returns on the Columbia relative to the historic mean:

Screenshot 2023-04-11 at 9 11 51 AM

Proposed solution: Invert the plot order (and display in the legend, presumably) from:

  1. 2023
  2. 2022
  3. 2021
  4. historic

to

  1. 2021
  2. 2022
  3. 2023
  4. historic
liu-zoe commented 1 year ago

Years reordered!