From 363affdc3a0a9dc90542a63901eaa9c5befc5b7c Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Tue, 2 Nov 2021 15:12:54 +0300 Subject: [PATCH] Not visible metrics because of labels #39 --- client/src/components/hastic_pod/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/hastic_pod/index.ts b/client/src/components/hastic_pod/index.ts index 70fa140..04f9929 100644 --- a/client/src/components/hastic_pod/index.ts +++ b/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]);