start
This commit is contained in:
@@ -1549,7 +1549,7 @@ def interactive_multiflex(datadf, xparam, yparam, groupby, extratitle='',
|
||||
'groupname': groupname,
|
||||
}
|
||||
|
||||
script, div = get_chart("/trendflex", chart_data)
|
||||
script, div = get_chart("/trendflex", chart_data,debug=False)
|
||||
|
||||
return script, div
|
||||
|
||||
|
||||
@@ -475,8 +475,8 @@ def trendflexdata(workouts, options, userid=0):
|
||||
'groupsize': groupsize,
|
||||
})
|
||||
|
||||
if yparam == 'pace':
|
||||
df['y'] = dataprep.paceformatsecs(df['y']/1.0e3)
|
||||
#if yparam == 'pace':
|
||||
# df['y'] = dataprep.paceformatsecs(df['y']/1.0e3)
|
||||
|
||||
aantal = len(df)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user