Private
Public Access
1
0

Updated - flex chart only, only pace

This commit is contained in:
Sander Roosendaal
2020-11-04 08:36:50 +01:00
parent 2fc303a664
commit d0cf9c745e
3 changed files with 33 additions and 11 deletions

View File

@@ -3839,7 +3839,7 @@ def workout_flexchart3_view(request,*args,**kwargs):
xparam=xparam,yparam1=yparam1,
yparam2=yparam2,
promember=promember,plottype=plottype,
workstrokesonly=workstrokesonly
workstrokesonly=workstrokesonly,mode=row.workouttype
)
axchoicesbasic = {ax[0]:ax[1] for ax in axes if ax[4]=='basic'}