mocdaniel / dashing-icinga2

Dashing dashboard for Icinga 2 using the REST API
MIT License
204 stars 47 forks source link

Disable roundchart animation #128

Closed Cube38282 closed 2 years ago

Cube38282 commented 2 years ago

Hello,

the 10sec refresh always replays the inital animation of the doughnut charts. Is it possible to disable said animations? If yes, could somebody please point me to the file containing this configuration?

Thanks in advance.

mocdaniel commented 2 years ago

You could take a look at the ChartJS documentation regarding chart animations. If this isn't good enough for you to fix the issue, feel free to ask again.

Cube38282 commented 2 years ago

Thank you, I was able to disable the Animations in the Chart.bundle.js & Chart.bundle.min.js

mocdaniel commented 2 years ago

Glad I could point you in the right direction!