improved callout on trend flex
This commit is contained in:
@@ -3631,11 +3631,16 @@ def multiflex_view(request,userid=0,
|
||||
df = pd.DataFrame({
|
||||
xparam:xvalues,
|
||||
yparam:yvalues,
|
||||
'x':xvalues,
|
||||
'y':yvalues,
|
||||
'xerror':xerror,
|
||||
'yerror':yerror,
|
||||
'groupsize':groupsize,
|
||||
})
|
||||
|
||||
if yparam == 'pace':
|
||||
df['y'] = dataprep.paceformatsecs(df['y']/1.0e3)
|
||||
|
||||
aantal = len(df)
|
||||
|
||||
if groupby != 'date':
|
||||
|
||||
Reference in New Issue
Block a user