Private
Public Access
1
0
This commit is contained in:
2024-04-16 13:38:22 +02:00
parent 4efe88c56d
commit 9568b6d132
2 changed files with 3 additions and 3 deletions

View File

@@ -1549,7 +1549,7 @@ def interactive_multiflex(datadf, xparam, yparam, groupby, extratitle='',
'groupname': groupname, 'groupname': groupname,
} }
script, div = get_chart("/trendflex", chart_data) script, div = get_chart("/trendflex", chart_data,debug=False)
return script, div return script, div

View File

@@ -475,8 +475,8 @@ def trendflexdata(workouts, options, userid=0):
'groupsize': groupsize, 'groupsize': groupsize,
}) })
if yparam == 'pace': #if yparam == 'pace':
df['y'] = dataprep.paceformatsecs(df['y']/1.0e3) # df['y'] = dataprep.paceformatsecs(df['y']/1.0e3)
aantal = len(df) aantal = len(df)