|
1 | 1 | # Fava Dashboards |
2 | | -[](https://github.com/andreasgerstmayr/fava-dashboards/actions/workflows/continuous-integration.yaml) |
| 2 | +[](https://github.com/andreasgerstmayr/fava-dashboards/actions/workflows/continuous-integration.yml) |
| 3 | +[](https://pypi.org/project/fava-dashboards/) |
3 | 4 |
|
4 | 5 | fava-dashboards allows creating custom dashboards in [Fava](https://github.com/beancount/fava). |
5 | 6 |
|
6 | 7 | Example dashboards with random data: |
7 | | -[](frontend/tests/e2e/dashboards.test.ts-snapshots/PNG-Snapshot-Tests-Light-Theme-Overview-1-chromium-linux.png) |
8 | | -[](frontend/tests/e2e/dashboards.test.ts-snapshots/PNG-Snapshot-Tests-Light-Theme-Assets-1-chromium-linux.png) |
9 | | -[](frontend/tests/e2e/dashboards.test.ts-snapshots/PNG-Snapshot-Tests-Light-Theme-Income-and-Expenses-1-chromium-linux.png) |
10 | | -[](frontend/tests/e2e/dashboards.test.ts-snapshots/PNG-Snapshot-Tests-Light-Theme-Travelling-1-chromium-linux.png) |
11 | | -[](frontend/tests/e2e/dashboards.test.ts-snapshots/PNG-Snapshot-Tests-Light-Theme-Sankey-1-chromium-linux.png) |
12 | | -[](frontend/tests/e2e/dashboards.test.ts-snapshots/PNG-Snapshot-Tests-Light-Theme-Projection-1-chromium-linux.png) |
| 8 | +[](https://github.com/andreasgerstmayr/fava-dashboards/raw/main/frontend/tests/e2e/dashboards.test.ts-snapshots/PNG-Snapshot-Tests-Light-Theme-Overview-1-chromium-linux.png) |
| 9 | +[](https://github.com/andreasgerstmayr/fava-dashboards/raw/main/frontend/tests/e2e/dashboards.test.ts-snapshots/PNG-Snapshot-Tests-Light-Theme-Assets-1-chromium-linux.png) |
| 10 | +[](https://github.com/andreasgerstmayr/fava-dashboards/raw/main/frontend/tests/e2e/dashboards.test.ts-snapshots/PNG-Snapshot-Tests-Light-Theme-Income-and-Expenses-1-chromium-linux.png) |
| 11 | +[](https://github.com/andreasgerstmayr/fava-dashboards/raw/main/frontend/tests/e2e/dashboards.test.ts-snapshots/PNG-Snapshot-Tests-Light-Theme-Travelling-1-chromium-linux.png) |
| 12 | +[](https://github.com/andreasgerstmayr/fava-dashboards/raw/main/frontend/tests/e2e/dashboards.test.ts-snapshots/PNG-Snapshot-Tests-Light-Theme-Sankey-1-chromium-linux.png) |
| 13 | +[](https://github.com/andreasgerstmayr/fava-dashboards/raw/main/frontend/tests/e2e/dashboards.test.ts-snapshots/PNG-Snapshot-Tests-Light-Theme-Projection-1-chromium-linux.png) |
13 | 14 |
|
14 | 15 | ## Installation |
15 | 16 | ``` |
16 | | -pip install git+https://github.com/andreasgerstmayr/fava-dashboards.git |
| 17 | +pip install fava-dashboards |
17 | 18 | ``` |
18 | 19 |
|
19 | 20 | Enable this plugin in Fava by adding the following lines to your ledger: |
|
0 commit comments