feat: enable uplot XY-Zoom for metrics

- Disable jobView manual zoom
This commit is contained in:
Christoph Kluge 2023-07-24 11:12:22 +02:00
parent 3e73df76dd
commit 2655bda644
2 changed files with 3 additions and 3 deletions

View File

@ -279,9 +279,9 @@
</Button> </Button>
{/if} {/if}
</Col> </Col>
<Col xs="auto"> <!-- <Col xs="auto">
<Zoom timeseriesPlots={plots} /> <Zoom timeseriesPlots={plots} />
</Col> </Col> -->
</Row> </Row>
<br /> <br />
<Row> <Row>

View File

@ -177,7 +177,7 @@
x: { time: false }, x: { time: false },
y: maxY ? { range: [0., maxY * 1.1] } : {} y: maxY ? { range: [0., maxY * 1.1] } : {}
}, },
cursor: { show: false }, cursor: { drag: { x: true, y: true } },
legend: { show: false, live: false } legend: { show: false, live: false }
} }