Files
firefly-iii/public/js/ff/categories/show-by-date.js

16 lines
377 B
JavaScript
Raw Normal View History

/*
* show-by-date.js
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
2017-01-02 08:30:20 +01:00
/** global: specific */
2016-12-06 07:48:41 +01:00
$(function () {
"use strict";
2017-04-09 07:56:46 +02:00
columnChart(specific, 'period-specific-period');
2016-12-06 07:48:41 +01:00
});