1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-07-28 07:06:08 +02:00

Disable chart.js animations

This commit is contained in:
Christoph Kluge
2023-08-11 11:42:30 +02:00
parent c04344bfde
commit f758e52ccd
2 changed files with 2 additions and 0 deletions
web/frontend/src/plots

@@ -55,6 +55,7 @@
const options = {
maintainAspectRatio: false,
animation: false,
plugins: {
legend: {
display: displayLegend

@@ -89,6 +89,7 @@
// No custom defined options but keep for clarity
const options = {
maintainAspectRatio: false,
animation: false
}
</script>