Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2020-11-06 19:57:55 +01:00
parent 72ee5b2dff
commit 219442f891

View File

@@ -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: