Some call-out for top 5 eviction filing locations and eviction filing rate locations, based on whatever geography and time is selected by the user (e.g., if I had census tracts selected for Dallas County for 2021, this call-out would feature the top 5 tracts in eviction filings and the top 5 tracts in eviction filing rates).
Goals
allow users to easily identify which locations have the most eviction filings, filings per 1000 renters, etc.
provide users an entry point for exploring the data for locations with high eviction values
Specification
in the card area in map view, there is a card labelled "Eviction Hotspots"
the card indicates for which metric it is showing top values (e.g. "eviction filings")
the card indicated for which date range the numbers represent (e.g. Jan 1 - Nov 24, 2021)
the card has a list of the top 5 locations in descending order based on the currently active metric, region, and date range
each location name has a "primary" value for the location (e.g. "Dallas County") and a "secondary" value for the parent locations (e.g. "Texas")
Actions
for each location on hover:
the tooltip shows for the location with corresponding values
the map highlights an outline of the location
the map legend updates with markers for the values for the given location
for each location on click:
the location panel opens with the full data for the corresponding location
the location is added to the "Selected Locations" card with "visible" status
the map has an outline corresponding to the location color indicated in the "selected locations" card
when the active eviction metric changes on the map / chart
the card updates to show the top locations for the newly selected metric.
when the date range changes on the map / chart
the card updates to show the top locations and values for the new date range
Summary
from Ashley:
Goals
Specification
Actions