Map Stats Panel

Floating data-display panel showing aggregate statistics for the current filtered map view. Always visible; updates reactively when filters (country chips, family checkboxes) change. Positioned top-right to avoid collision with map zoom controls. Reference implementation: gis.woodfinegroup.com (v0.1.94).

Live previewrendered from recipe via {tokens} resolution
default

4 cells, 2×2 grid. Current GIS use.

compact

2 cells horizontal. Single-axis stat dashboards.

wide

6 cells, 3×2 grid. Federated cluster comparison.

with-sparkline

Each cell carries a small inline sparkline. Phase-2 use.

ARIA notes

role='region' + aria-label='Map statistics'. aria-live='polite' — filter-change updates announced without interrupting current speech. Each stat cell uses <dt>/<dd> pairing. <dd aria-label='N corridors'> spells out units when not implicit. Contrast 4.5:1 on label, 7:1 on value.

The usage tab for this component is not yet authored. Creative Design Contributors — pick this up.

Recipe is at /api/components/map-stats-panel.json.