mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-22 20:36:43 +00:00
First reports.
This commit is contained in:
@@ -13,31 +13,31 @@ function drawChart() {
|
||||
$(function () {
|
||||
|
||||
|
||||
//googleLineChart();
|
||||
/**
|
||||
* get data from controller for home charts:
|
||||
*/
|
||||
$.getJSON('chart/home/account').success(function (data) {
|
||||
//$('#accounts-chart').highcharts(options);
|
||||
});
|
||||
|
||||
/**
|
||||
* Get chart data for categories chart:
|
||||
*/
|
||||
$.getJSON('chart/home/categories').success(function (data) {
|
||||
//$('#categories-chart');
|
||||
});
|
||||
|
||||
/**
|
||||
* Get chart data for budget charts.
|
||||
*/
|
||||
$.getJSON('chart/home/budgets').success(function (data) {
|
||||
//$('#budgets-chart');
|
||||
|
||||
});
|
||||
|
||||
$.getJSON('chart/home/recurring').success(function (data) {
|
||||
//$('#recurring-chart');
|
||||
});
|
||||
////googleLineChart();
|
||||
///**
|
||||
// * get data from controller for home charts:
|
||||
// */
|
||||
//$.getJSON('chart/home/account').success(function (data) {
|
||||
// //$('#accounts-chart').highcharts(options);
|
||||
//});
|
||||
//
|
||||
///**
|
||||
// * Get chart data for categories chart:
|
||||
// */
|
||||
//$.getJSON('chart/home/categories').success(function (data) {
|
||||
// //$('#categories-chart');
|
||||
//});
|
||||
//
|
||||
///**
|
||||
// * Get chart data for budget charts.
|
||||
// */
|
||||
//$.getJSON('chart/home/budgets').success(function (data) {
|
||||
// //$('#budgets-chart');
|
||||
//
|
||||
//});
|
||||
//
|
||||
//$.getJSON('chart/home/recurring').success(function (data) {
|
||||
// //$('#recurring-chart');
|
||||
//});
|
||||
|
||||
});
|
Reference in New Issue
Block a user