settings-system.js: remove unused overlay code

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2025-05-13 18:43:25 +03:00
committed by GitHub
parent 04760b55c8
commit 453b017905

View File

@@ -80,7 +80,7 @@ function updateCachePie(data) {
// and push it at once
cachePieChart.data.datasets[0] = dd;
cachePieChart.data.labels = k;
$("#cache-pie-chart .overlay").hide();
// Passing 'none' will prevent rotation animation for further updates
//https://www.chartjs.org/docs/latest/developers/updates.html#preventing-animations
cachePieChart.update("none");