small bug fixes
This commit is contained in:
@@ -4360,8 +4360,11 @@ def interactive_multiple_compare_chart(ids,xparam,yparam,plottype='line',
|
||||
try:
|
||||
tseconds = datadf.loc[:,'time']
|
||||
except KeyError:
|
||||
tseconds = datadf.loc[:,xparam]
|
||||
|
||||
try:
|
||||
tseconds = datadf.loc[:,xparam]
|
||||
except:
|
||||
return ['','<p>A chart data error occurred</p>','','A chart data error occurred']
|
||||
|
||||
yparamname = axlabels[yparam]
|
||||
|
||||
#datadf = datadf[datadf[yparam] > 0]
|
||||
|
||||
Reference in New Issue
Block a user