mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-26 05:19:05 +01:00
feat: enable uplot XY-Zoom for metrics
- Disable jobView manual zoom
This commit is contained in:
parent
3e73df76dd
commit
2655bda644
@ -279,9 +279,9 @@
|
||||
</Button>
|
||||
{/if}
|
||||
</Col>
|
||||
<Col xs="auto">
|
||||
<!-- <Col xs="auto">
|
||||
<Zoom timeseriesPlots={plots} />
|
||||
</Col>
|
||||
</Col> -->
|
||||
</Row>
|
||||
<br />
|
||||
<Row>
|
||||
|
@ -177,7 +177,7 @@
|
||||
x: { time: false },
|
||||
y: maxY ? { range: [0., maxY * 1.1] } : {}
|
||||
},
|
||||
cursor: { show: false },
|
||||
cursor: { drag: { x: true, y: true } },
|
||||
legend: { show: false, live: false }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user