Private
Public Access
1
0

further removal of index

This commit is contained in:
Sander Roosendaal
2020-07-17 19:50:35 +02:00
parent a9d3353ac4
commit f5f4e2e8a6

View File

@@ -4236,7 +4236,6 @@ def interactive_cum_flex_chart2(theworkouts,promember=0,
data2['x1'] = []
data2['y1'] = []
data2['y2'] = []
data2['index'] = []
data2['distance'] = []
data2['power'] = []
data2['x1mean'] = []
@@ -4257,7 +4256,6 @@ def interactive_cum_flex_chart2(theworkouts,promember=0,
data2['y1'].push(y1[i])
data2['y2'].push(y2[i])
data2['spm'].push(spm1[i])
data2['index'].push(index1[i])
data2['driveenergy'].push(driveenergy1[i])
data2['distance'].push(distance1[i])
data2['power'].push(power1[i])