Spaces:
Running
Running
File size: 1,439 Bytes
2e8f0de 7002c2f 2e8f0de 8fb2f05 7002c2f 2e8f0de 7002c2f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
---
title: KPI Demo
emoji: π
colorFrom: blue
colorTo: blue
sdk: docker
pinned: false
license: apache-2.0
short_description: Example of a Key Performance Indicator (KPI) dashboard
---
# KPI dashboard
This demo dashboard provides an example of a Key Performance Indicator (KPI) dashboard, designed to help users get started and extend further.
It uses fictional budget data to demonstrate the capabilities of Vizro using real world applications.
Special thanks to the [#RWFD Real World Fake Data initiative](https://opendatainitiative.io/), a community project that
provides high-quality fake data for creating realistic dashboard examples for real-world applications.
Note: The data has been additionally edited for the purpose of this example.
<img src="./assets/images/kpi_dashboard.gif" alt="Gif to KPI dashboard">
## Possible future iterations
- Enable selection of year filter
- Enable current year vs. past year comparison
- Enable dynamic KPI Cards
- Bar - Enable drill-downs from Issue to Sub-issue and Product to Sub-product
- Bar - Reformat numbers with commas in bar chart
- Bar - Left-align y-axis labels
- Bar - Shorten labels
- Line - Customize function to always show selected year vs. past year
- Table-view - Check why date format does not work on `Date Received`
- Table-view - Add icons to `On time?` column
- Table-view - Improve speed by applying cache or overcome limitation that entire data set is loaded in |