Shorten animation delay

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2023-11-08 22:06:14 +01:00
parent 1b7666b998
commit 611daf735a
2 changed files with 4 additions and 4 deletions

View File

@@ -15,8 +15,8 @@ var cacheSize = 0,
// Register the ChartDeferred plugin to all charts:
Chart.register(ChartDeferred);
Chart.defaults.set("plugins.deferred", {
yOffset: "50%",
delay: 500,
yOffset: "20%",
delay: 300,
});
function updateCachePie(data) {