mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 21:25:24 +03:00
Add y axis to camera stats graphs
This commit is contained in:
parent
5085fa7135
commit
404f9f9a33
@ -340,7 +340,10 @@ export function CameraLineGraph({
|
||||
},
|
||||
},
|
||||
yaxis: {
|
||||
show: false,
|
||||
show: true,
|
||||
labels: {
|
||||
formatter: (val: number) => Math.ceil(val).toString(),
|
||||
},
|
||||
min: 0,
|
||||
},
|
||||
} as ApexCharts.ApexOptions;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user