further removal of index
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user