mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-03 20:14:31 +00:00
7 lines
120 B
JavaScript
7 lines
120 B
JavaScript
/* global comboChart, billID */
|
|
|
|
$(function () {
|
|
"use strict";
|
|
columnChart(billUri, 'bill-overview');
|
|
}
|
|
); |