WIP: Add option to toggle graphs (havent yet added axis filter)

This commit is contained in:
Peter Stockings
2023-04-02 23:27:20 +10:00
parent d44582d2a2
commit ca3eb48da6
4 changed files with 38 additions and 12 deletions

View File

@@ -4,6 +4,6 @@
{{ render_partial('partials/page/person.html',
person=person, selected_exercise_ids=selected_exercise_ids, max_date=max_date,
min_date=min_date, tags=tags) }}
min_date=min_date, tags=tags, graph_axis=graph_axis) }}
{% endblock %}