diff --git a/web/src/components/graph/LineGraph.tsx b/web/src/components/graph/LineGraph.tsx index ad841dea2b..c54c72595f 100644 --- a/web/src/components/graph/LineGraph.tsx +++ b/web/src/components/graph/LineGraph.tsx @@ -80,6 +80,9 @@ export function CameraLineGraph({ zoom: { enabled: false, }, + animations: { + enabled: false, + }, }, colors: GRAPH_COLORS, grid: { @@ -223,6 +226,9 @@ export function EventsPerSecondsLineGraph({ zoom: { enabled: false, }, + animations: { + enabled: false, + }, }, colors: GRAPH_COLORS, grid: { diff --git a/web/src/components/graph/StorageGraph.tsx b/web/src/components/graph/StorageGraph.tsx index a021273984..2c5b2184be 100644 --- a/web/src/components/graph/StorageGraph.tsx +++ b/web/src/components/graph/StorageGraph.tsx @@ -25,6 +25,9 @@ export function StorageGraph({ graphId, used, total }: StorageGraphProps) { zoom: { enabled: false, }, + animations: { + enabled: false, + }, }, grid: { show: false, diff --git a/web/src/components/graph/SystemGraph.tsx b/web/src/components/graph/SystemGraph.tsx index fcafeda22a..b003d9fdfd 100644 --- a/web/src/components/graph/SystemGraph.tsx +++ b/web/src/components/graph/SystemGraph.tsx @@ -90,6 +90,9 @@ export function ThresholdBarGraph({ zoom: { enabled: false, }, + animations: { + enabled: false, + }, }, colors: [ ({ value }: { value: number }) => {