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]);