Environment
Product | Progress® Kendo UI for Angular Chart |
Description
How can I show a loading indicator inside the Chart component?
Solution
Create a Loader in a loading panel(see example).
When retrieving the data for the Chart component, display the loading panel by utilizing the
*ngIf
structural directive and remove the panel when the data retrieval is completed.
The following example shows the full implementation of the demonstrated approach.