You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -671,11 +675,11 @@ class DiagramCtrl extends MetricsPanelCtrl {
671
675
672
676
for(varkeyindata){
673
677
varseriesItem=data[key];
674
-
678
+
675
679
// Find nodes by ID if we can
676
680
//console.info('finding targetElement');
677
681
vartargetElement=d3.select(svg[0].getElementById(key));// $(svg).find('#'+key).first(); // jquery doesnt work for some ID expressions [prometheus data]
0 commit comments