Merge branch 'release/v12.50'
This commit is contained in:
@@ -5216,7 +5216,10 @@ def interactive_multiple_compare_chart(ids,xparam,yparam,plottype='line',
|
||||
hover.tooltips = TIPS
|
||||
|
||||
if labeldict:
|
||||
legend=labeldict[id]
|
||||
try:
|
||||
legend=labeldict[id]
|
||||
except KeyError:
|
||||
legend = str(id)
|
||||
else:
|
||||
legend=str(id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user