Browse Source

Not visible metrics because of labels #39

pull/25/head
Alexey Velikiy 3 years ago
parent
commit
363affdc3a
  1. 2
      client/src/components/hastic_pod/index.ts

2
client/src/components/hastic_pod/index.ts

@ -202,7 +202,7 @@ export class HasticPod extends LinePod {
return;
}
this.segmentsContainer = this.metricContainer
.append('g')
.insert('g', ':first-child')
.attr('class', 'segmentsContainer')
for (const s in segments) {
this.renderSegment(segments[s]);

Loading…
Cancel
Save