Browse Source

don't pan on mouse move over label #7

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

1
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[]) {

Loading…
Cancel
Save