{% extends 'graphs.html' %} {% set active_graph_page='activities' %} {% block graph_body %}

{% trans %}Activities{% endtrans%}

{% trans %}Cumulative number of new, deleted and changed files by period of time.{% endtrans%}

{% set height=(22 * limit)|string + "px" %} {% bar_chart data.activities with stacked=True height=height %} {% endblock %}