hot fix user account delete
This commit is contained in:
@@ -3697,9 +3697,12 @@ def interactive_multiple_compare_chart(ids,xparam,yparam,plottype='line',
|
||||
datadf.dropna(axis=0,how='any',inplace=True)
|
||||
|
||||
nrworkouts = len(ids)
|
||||
|
||||
tseconds = datadf.ix[:,'time']
|
||||
|
||||
try:
|
||||
tseconds = datadf.ix[:,'time']
|
||||
except KeyError:
|
||||
tseconds = datadf.ix[:,xparam]
|
||||
|
||||
yparamname = axlabels[yparam]
|
||||
|
||||
#datadf = datadf[datadf[yparam] > 0]
|
||||
|
||||
Reference in New Issue
Block a user