Recidiviz / justice-counts-components

A set of React components powering a web app for exploring centralized, standardized metrics on the performance of justice systems across the United States
GNU General Public License v3.0
1 stars 0 forks source link

Change the logic for the default county in the Jails Incarceration Rate graph #98

Closed hobuobi closed 3 years ago

hobuobi commented 3 years ago

Currently, the default county is just the first one alphabetically.

We should change this to default to the top county by population. This will better align with the urban centers in the state and is more likely to be populated.

colincadams commented 3 years ago

@hobuobi Should this always be the most populous county, even if we don't have data for it? Or should we pick the most populous county for which we do have data?

jessex commented 3 years ago

Closed by #103