start
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user