{# Inputs: account_points: list[AccountValuePoint] -- selected-period series period_label: str -- e.g. "YTD 2025", "2024", "Lifetime" The lifetime "brush strip" that previously sat below this chart was removed: the Period dropdown in the toolbar already handles the same re-period intent more clearly, and the strip's lifetime account-value compute dominated cold body-load latency. #} {% set has_data = account_points and account_points|length >= 2 %} {% set missing_dates_count = account_points|selectattr('account_value', 'none')|list|length if account_points else 0 %}