mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
Shorten animation delay
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user