mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Shorten animation delay
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -14,8 +14,8 @@ var queryTypePieChart, forwardDestinationPieChart;
|
||||
// Register the ChartDeferred plugin to all charts:
|
||||
Chart.register(ChartDeferred);
|
||||
Chart.defaults.set("plugins.deferred", {
|
||||
yOffset: "50%",
|
||||
delay: 500,
|
||||
yOffset: "20%",
|
||||
delay: 300,
|
||||
});
|
||||
|
||||
// Functions to update data in page
|
||||
|
||||
Reference in New Issue
Block a user