{% import "_chart.html" as ch %}
{#
The check-in scores, one line each. The Handler owns `entries.scores`, so it owns this
chart — core/routes.py has no idea these five numbers exist.
🔴 THE DOMAIN IS FIXED AT 1-10 AND IS NOT AUTO-RANGED. These are slider scores: the
scale is a fact about the question, not about the data. Auto-ranging a fortnight that
ran 5.8-6.2 draws it full-height and turns a quarter-point of noise into a crisis.
#}
{{ ch.line(c.ctx.chart,
note="One point per day — a day with three check-ins is that day's mean, not three points.
Days you did not check in are breaks in the line, not zeros; a 1-10 slider has no zero on it.") }}