Remove initial animation from charts

This commit is contained in:
2022-08-04 18:38:18 +02:00
parent 67b9847587
commit aa3e4ffded
2 changed files with 22 additions and 6 deletions

View File

@ -34,7 +34,11 @@ jQuery(document).ready(function($)
},
legend: {
display: false
}
},
animation: {
duration: 0
},
responsiveAnimationDuration: 0
}
});
@ -72,7 +76,11 @@ jQuery(document).ready(function($)
},
legend: {
display: false
}
},
animation: {
duration: 0
},
responsiveAnimationDuration: 0
}
});
@ -110,7 +118,11 @@ jQuery(document).ready(function($)
},
legend: {
display: false
}
},
animation: {
duration: 0
},
responsiveAnimationDuration: 0
}
});
});