diff --git a/db.py b/db.py index 566444c..acbbf8d 100644 --- a/db.py +++ b/db.py @@ -535,7 +535,7 @@ class DataBase(): # Return exercise data with SVG dimensions and data points return { - 'exercise_name': topsets[0]['exercise_name'], + 'title': topsets[0]['exercise_name'], 'vb_width': vb_width, 'vb_height': vb_height, 'plots': [repetitions, weight, estimated_1rm], diff --git a/templates/partials/sparkline.html b/templates/partials/sparkline.html index f4efdc3..eb3fe50 100644 --- a/templates/partials/sparkline.html +++ b/templates/partials/sparkline.html @@ -46,9 +46,8 @@
-