perf(ui): optimize dashboard chart updates and rendering

Add debouncing to chart updates to prevent rapid flickering, implement checks to avoid redundant history processing and double renders, and disable quota chart animations to fix visual glitches.
This commit is contained in:
jgor20
2026-01-11 15:34:51 +00:00
parent a76c364921
commit dde2910a1d
2 changed files with 23 additions and 7 deletions

View File

@@ -297,8 +297,8 @@ window.DashboardCharts.updateCharts = function (component) {
title: { display: false },
},
animation: {
animateScale: true,
animateRotate: true,
// Disable animation for quota chart to prevent "double refresh" visual glitch
duration: 0
},
},
});