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
|
hover.tooltips = TIPS
|
||||||
|
|
||||||
if labeldict:
|
if labeldict:
|
||||||
legend=labeldict[id]
|
try:
|
||||||
|
legend=labeldict[id]
|
||||||
|
except KeyError:
|
||||||
|
legend = str(id)
|
||||||
else:
|
else:
|
||||||
legend=str(id)
|
legend=str(id)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user