v1 activity_chart
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user