Private
Public Access
1
0

v1 activity_chart

This commit is contained in:
2024-03-28 18:30:38 +01:00
parent 672cfab0c4
commit c004244506
2 changed files with 44 additions and 8 deletions

View File

@@ -166,6 +166,8 @@
$("#total_maxhr").append(totalsdict.hrmax);
$("#total_power").append(totalsdict.powermean);
$("#total_maxpower").append(totalsdict.powermax);
$("#selectors").hide();
listofdicts.forEach(function(item){
var id = "#"+item.id+"_hr";
$(id).append(item.hrmean);