mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-22 19:21:23 +00:00
7 lines
91 B
JavaScript
7 lines
91 B
JavaScript
$(function () {
|
|
"use strict";
|
|
|
|
columnChart(budgetChartUri, 'budgetOverview');
|
|
|
|
});
|