Expand views

This commit is contained in:
James Cole
2023-08-09 14:13:32 +02:00
parent deb51bd8de
commit 3925077223
7 changed files with 322 additions and 82 deletions

View File

@@ -24,7 +24,8 @@ import {setVariable} from "../../store/set-variable.js";
import Dashboard from "../../api/v2/chart/account/dashboard.js";
import formatMoney from "../../util/format-money.js";
import Get from "../../api/v1/accounts/get.js";
import Chart from "chart.js/auto";
//import Chart from "chart.js/auto";
import {Chart, LineController, LineElement, PointElement, CategoryScale, LinearScale} from "chart.js";
// this is very ugly, but I have no better ideas at the moment to save the currency info
// for each series.