mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Code for #833
This commit is contained in:
1
public/js/ff/bills/show.js
vendored
1
public/js/ff/bills/show.js
vendored
@@ -22,6 +22,7 @@
|
||||
|
||||
$(function () {
|
||||
"use strict";
|
||||
configAccounting(billCurrencySymbol);
|
||||
columnChart(billUri, 'bill-overview');
|
||||
}
|
||||
);
|
2
public/js/ff/charts.defaults.js
vendored
2
public/js/ff/charts.defaults.js
vendored
@@ -85,7 +85,7 @@ var defaultChartOptions = {
|
||||
display: false
|
||||
},
|
||||
ticks: {
|
||||
// Include a dollar sign in the ticks
|
||||
// break ticks when too long.
|
||||
callback: function (value, index, values) {
|
||||
return formatLabel(value, 20);
|
||||
}
|
||||
|
1
public/js/ff/charts.js
vendored
1
public/js/ff/charts.js
vendored
@@ -202,7 +202,6 @@ function columnChart(URI, container) {
|
||||
var chartType = 'bar';
|
||||
|
||||
drawAChart(URI, container, chartType, options, colorData);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user