{% extends "base.html" %} {% load static %} {% block content %}

Insight Graphs: {{ person.name }}

Historical metrics for workspace {{ workspace_conversation.id }}. Points are range-downsampled server-side with high-resolution recent data and progressively sparser older ranges.

{% include "partials/ai-insight-nav.html" with active_tab="graphs" %}
{% for graph in graph_cards %}

{{ graph.group_title }}

{{ graph.title }}

{{ graph.count }} displayed of {{ graph.raw_count }} source point{{ graph.raw_count|pluralize }}

{% endfor %}
{{ graph_cards|json_script:"insight-graph-cards" }} {% endblock %}