| Year | Sex | Age group | Value ({unitLabel(g.unit)}) | 95% CI | Type | Site definition | Source |
|---|---|---|---|---|---|---|---|
| {r.year_end && r.year_end !== r.year ? `${r.year}–${r.year_end}` : r.year} | {humanize(r.sex)} | {r.age_group === 'all' ? 'All ages' : r.age_group} | {fmtValue(r.value, r.unit)} | {r.lower_ci != null && r.upper_ci != null ? `${fmtValue(r.lower_ci, r.unit)}–${fmtValue(r.upper_ci, r.unit)}` : '—'} |
|
{r.site_definition ?? '—'} |
|
Showing the {ROWS_PER_TABLE} most recent rows of {g.rows.length}; every year is plotted above and available via{' '} the API .
) : null}