Chartjs-Overlay loading indicator before data and charts are loaded

0👍

The options.animation lets you define how animation looks and how long it takes. Especially the onProgress and onComplete animation callbacks may be useful in your case.

Please have a look at the following code sample: https://www.chartjs.org/samples/latest/advanced/progress-bar.html

Leave a comment