Merge tag 'v1.53' into develop
fix workoutstate in flexchart
This commit is contained in:
@@ -1167,7 +1167,8 @@ def interactive_flex_chart2(id=0,promember=0,
|
||||
'power','hr','spm','driveenergy',
|
||||
'time','pace','workoutstate','time']
|
||||
|
||||
rowdata = dataprep.getsmallrowdata_db(columns,ids=[id],doclean=True)
|
||||
rowdata = dataprep.getsmallrowdata_db(columns,ids=[id],doclean=True,
|
||||
workstrokesonly=workstrokesonly)
|
||||
|
||||
rowdata.dropna(axis=1,how='all',inplace=True)
|
||||
rowdata.dropna(axis=0,how='any',inplace=True)
|
||||
|
||||
Reference in New Issue
Block a user