📊 Git Stats Visualization
📈 Commit Activity Over Time
Lines Changed
Commit Count
Day
Week
Month
🗓️ Aggregated Commit Activity
All Years
{% for year in years %}
{{ year }}
{% endfor %}
📁 Individual Repository Heatmaps
All Years
{% for year in years %}
{{ year }}
{% endfor %}
{% for item in sync_legend %}
{{ item.emoji }} {{ item.label }}
{% endfor %}
{% for item in individual_charts %}
{{ item.name }}
{% if item.sync_emoji %}
{{ item.sync_emoji }}
{% endif %}
📂 Open Folder
{{ item.path }}
{% endfor %}