From b89f091052b7af7e221c2b8e38e57e2c194f462c Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Fri, 29 Oct 2021 19:56:03 +0300 Subject: [PATCH] don't pan on mouse move over label #7 --- client/src/components/hastic_pod/index.ts | 1 + 1 file changed, 1 insertion(+) 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[]) {