Behavioral Graphs

{{ coverage.message_count }} messages · {{ coverage.event_count }} events · {{ coverage.session_count }} sessions

{% include "partials/behavioral-range-tabs.html" %}
{% for card in summary_cards %}
{% include "partials/behavioral-summary-card.html" with card=card %}
{% endfor %}
{% for group_key, group in behavioral_groups.items %}

{{ group.eyebrow }}

{{ group.title }}

{{ group.summary }}

{% for graph in graph_cards %} {% if graph.group == group_key %}
{% include "partials/behavioral-graph-card.html" with graph=graph person=person graphs_widget_url=graphs_widget_url %}
{% endif %} {% endfor %}
{% endfor %}