Dont display exercise title on graph as its being shown via dom

This commit is contained in:
Peter Stockings
2023-04-02 22:42:37 +10:00
parent c4bd430eaf
commit 48099fcbd9

View File

@@ -192,7 +192,6 @@
}
],
{
title: '{{ exercise_graph['ExerciseName'] }}}',
margin: { t: 0 },
xaxis: { type: 'date', showgrid: false },
yaxis: { title: 'Reps', showgrid: false },