diff --git a/web/frontend/src/plots/Pie.svelte b/web/frontend/src/plots/Pie.svelte index 326c062..0db451f 100644 --- a/web/frontend/src/plots/Pie.svelte +++ b/web/frontend/src/plots/Pie.svelte @@ -55,6 +55,7 @@ const options = { maintainAspectRatio: false, + animation: false, plugins: { legend: { display: displayLegend diff --git a/web/frontend/src/plots/Polar.svelte b/web/frontend/src/plots/Polar.svelte index bf4385f..e556cc2 100644 --- a/web/frontend/src/plots/Polar.svelte +++ b/web/frontend/src/plots/Polar.svelte @@ -89,6 +89,7 @@ // No custom defined options but keep for clarity const options = { maintainAspectRatio: false, + animation: false }