From 48099fcbd9edb3010fada407b294e3eb6967671b Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Sun, 2 Apr 2023 22:42:37 +1000 Subject: [PATCH] Dont display exercise title on graph as its being shown via dom --- templates/partials/page/person.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/partials/page/person.html b/templates/partials/page/person.html index 0a578d3..2875fba 100644 --- a/templates/partials/page/person.html +++ b/templates/partials/page/person.html @@ -192,7 +192,6 @@ } ], { - title: '{{ exercise_graph['ExerciseName'] }}}', margin: { t: 0 }, xaxis: { type: 'date', showgrid: false }, yaxis: { title: 'Reps', showgrid: false },