maxschulz-COL commited on
Commit
f2615c7
Β·
verified Β·
1 Parent(s): e5a22b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -9
README.md CHANGED
@@ -1,11 +1,12 @@
1
  ---
2
  title: KPI Demo
3
- emoji: πŸƒ
4
- colorFrom: pink
5
- colorTo: yellow
6
  sdk: docker
7
  pinned: false
8
  license: mit
 
9
  ---
10
 
11
  # KPI dashboard
@@ -20,11 +21,6 @@ Note: The data has been additionally edited for the purpose of this example.
20
 
21
  <img src="./assets/images/kpi_dashboard.gif" alt="Gif to KPI dashboard">
22
 
23
- ## How to run the example locally
24
-
25
- 1. If you have `hatch` set up, run the example with the command `hatch run example kpi`. Otherwise, run the `app.py` file with your environment activated where `vizro` is installed.
26
- 2. You should now be able to access the app locally via http://127.0.0.1:8050/.
27
-
28
  ## Possible future iterations
29
 
30
  - Enable selection of year filter
@@ -37,4 +33,4 @@ Note: The data has been additionally edited for the purpose of this example.
37
  - Line - Customize function to always show selected year vs. past year
38
  - Table-view - Check why date format does not work on `Date Received`
39
  - Table-view - Add icons to `On time?` column
40
- - Table-view - Improve speed by applying cache or overcome limitation that entire data set is loaded in
 
1
  ---
2
  title: KPI Demo
3
+ emoji: πŸ“Š
4
+ colorFrom: blue
5
+ colorTo: blue
6
  sdk: docker
7
  pinned: false
8
  license: mit
9
+ short_description: Example of a Key Performance Indicator (KPI) dashboard
10
  ---
11
 
12
  # KPI dashboard
 
21
 
22
  <img src="./assets/images/kpi_dashboard.gif" alt="Gif to KPI dashboard">
23
 
 
 
 
 
 
24
  ## Possible future iterations
25
 
26
  - Enable selection of year filter
 
33
  - Line - Customize function to always show selected year vs. past year
34
  - Table-view - Check why date format does not work on `Date Received`
35
  - Table-view - Add icons to `On time?` column
36
+ - Table-view - Improve speed by applying cache or overcome limitation that entire data set is loaded in