bug fix
This commit is contained in:
@@ -4419,7 +4419,7 @@ def interactive_flexchart_stacked(id,r,xparam='time',
|
||||
yparam4='spm',
|
||||
mode='erg'):
|
||||
|
||||
columns = [xparam,yparam1,yparam2,
|
||||
columns = [xparam,yparam1,yparam2,yparam3,yparam4,
|
||||
'ftime','distance','fpace',
|
||||
'power','hr','spm','driveenergy',
|
||||
'time','pace','workoutstate']
|
||||
@@ -4429,6 +4429,8 @@ def interactive_flexchart_stacked(id,r,xparam='time',
|
||||
rowdata = dataprep.getsmallrowdata_db(columns,ids=[id],doclean=True,
|
||||
workstrokesonly=False)
|
||||
|
||||
|
||||
|
||||
if r.usersmooth > 1:
|
||||
for column in columns:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user