GeriLife / wellbeing-client

Client-only code for Wellbeing project.
Apache License 2.0
0 stars 0 forks source link

Charts should show loading icon when loading data #48

Closed brylie closed 3 years ago

brylie commented 3 years ago

Currently, some charts start out with a message saying essentially "no data found" while fetching data from the backend. E.g.

Ensure that all charts show a loading icon when fetching data from the server and only show a message when no data exists.

A good example to follow would be the Report page, which shows a spinner on each chart when loading data.