01 / Trend
Commit Activity Over Time
02 / Aggregate
Aggregated Commit Activity
03 / Repositories
Individual Repository Heatmaps
{% set ns = namespace(current=None) %}
{% for item in sync_legend %}
{% if item.kind != ns.current %}
{% if ns.current %}{% endif %}
{{ item.kind }}
{% set ns.current = item.kind %}
{% endif %}
{{ item.label }}
{% endfor %}
{% if ns.current %}{% endif %}
{% for item in individual_charts %}
{% endfor %}