mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
Final code for #595
This commit is contained in:
@@ -8,11 +8,15 @@
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
/** global: all, current, specific */
|
||||
/** global: everything, current, specific */
|
||||
|
||||
$(function () {
|
||||
"use strict";
|
||||
columnChart(all, 'all');
|
||||
columnChart(current, 'period');
|
||||
columnChart(specific, 'period-specific-period');
|
||||
|
||||
console.log('Getting charts');
|
||||
columnChart(everything, 'category-everything');
|
||||
|
||||
console.log('Specific: ' + specific);
|
||||
columnChart(specific, 'specific-period');
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user