Display Statistics (BES2)
In the previous post we displayed the details of a selected activity. Now let’s load activity statistics via the Activity API (eBike System 2) and display them. To do so we need to
- add another endpoint in activity service to fetch the activity statistics
- add mock data for local development
- add a statistics page to display the activities as a list
- add a bar chart to display the distances of the previous 30 days

In the next post we will display diagnosis events of a component.