mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-03 06:40:22 +00:00
Merge 911834e223ac612bcedd4603b4071ecf0f4cf9e1 into de066d0062970153cabdf2dfe6998064ce3e94c6
This commit is contained in:
commit
05f87f0777
@ -80,6 +80,9 @@ export function CameraLineGraph({
|
|||||||
zoom: {
|
zoom: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
|
animations: {
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
colors: GRAPH_COLORS,
|
colors: GRAPH_COLORS,
|
||||||
grid: {
|
grid: {
|
||||||
@ -223,6 +226,9 @@ export function EventsPerSecondsLineGraph({
|
|||||||
zoom: {
|
zoom: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
|
animations: {
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
colors: GRAPH_COLORS,
|
colors: GRAPH_COLORS,
|
||||||
grid: {
|
grid: {
|
||||||
|
|||||||
@ -25,6 +25,9 @@ export function StorageGraph({ graphId, used, total }: StorageGraphProps) {
|
|||||||
zoom: {
|
zoom: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
|
animations: {
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
grid: {
|
grid: {
|
||||||
show: false,
|
show: false,
|
||||||
|
|||||||
@ -90,6 +90,9 @@ export function ThresholdBarGraph({
|
|||||||
zoom: {
|
zoom: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
|
animations: {
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
colors: [
|
colors: [
|
||||||
({ value }: { value: number }) => {
|
({ value }: { value: number }) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user