mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
Specify animation: false for the bar graphs
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -408,6 +408,7 @@ function updateClientsOverTime() {
|
||||
}
|
||||
|
||||
$("#clients .overlay").hide();
|
||||
clientsChart.options.animation = false;
|
||||
clientsChart.update();
|
||||
})
|
||||
.done(function () {
|
||||
@@ -814,6 +815,7 @@ $(function () {
|
||||
]
|
||||
},
|
||||
options: {
|
||||
animation: false,
|
||||
tooltips: {
|
||||
enabled: true,
|
||||
mode: "x-axis",
|
||||
|
||||
Reference in New Issue
Block a user