mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-25 23:06:14 +00:00
Basic new dashboard.
This commit is contained in:
@@ -52,8 +52,6 @@
|
||||
},
|
||||
mounted() {
|
||||
this.chartOptions = DefaultLineOptions.methods.getDefaultOptions();
|
||||
|
||||
|
||||
this.loaded = false;
|
||||
axios.get('./api/v1/chart/account/overview?start=' + window.sessionStart + '&end=' + window.sessionEnd)
|
||||
.then(response => {
|
||||
|
Reference in New Issue
Block a user