diff --git a/templates/new_workout.html b/templates/new_workout.html index 40fda74..abd3db5 100644 --- a/templates/new_workout.html +++ b/templates/new_workout.html @@ -335,7 +335,7 @@ updateBikeDisplay(distance, calories, watts, speed, rpm); updateGraph(); - workout.push({ rpm, timestamp: new Date() }) + workout.push({ distance, calories, watts, speed, rpm, timestamp: new Date() }) } } prevRes = res;