Specify animation: false for the bar graphs

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2020-06-03 17:37:10 +03:00
parent 38dc8a5f13
commit 3b22d681ff

View File

@@ -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",