{# Lazy-loaded equity-curve lifetime brush strip. Inputs: lifetime_account_points: list[AccountValuePoint] current_year: int available_years: list[int] period_start, period_end: date -- initial brush selection range Rendered by /portfolio/equity-curve/brush (deferred from the main body so the ~1.8s lifetime account-value compute doesn't block first paint). #} {% set _lap = lifetime_account_points %} {% if _lap and _lap|length >= 2 %}
Lifetime shape · drag the selection to change period.
{% endif %}