diff --git a/web/src/components/graph/LineGraph.tsx b/web/src/components/graph/LineGraph.tsx index ad841dea2..c54c72595 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 a02127398..2c5b2184b 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 fcafeda22..b003d9fdf 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 }) => {