mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-26 22:26:08 +02:00
feat: enable uplot XY-Zoom for metrics
- Disable jobView manual zoom
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user