diff --git a/client/src/components/hastic_pod/index.ts b/client/src/components/hastic_pod/index.ts index 05e9ba0..0bcbb9e 100644 --- a/client/src/components/hastic_pod/index.ts +++ b/client/src/components/hastic_pod/index.ts @@ -153,6 +153,7 @@ export class HasticPod extends LinePod { .attr('height', h) .attr('fill', ANALYTIC_UNIT_COLORS[0]) .attr('opacity', '0.8') + .attr('pointer-events', 'none') } private async _updateRange(range: AxisRange[]) {