Some code cleanup and I sneaked in a chart optimisation.

This commit is contained in:
James Cole
2016-04-26 22:21:34 +02:00
parent 5199377113
commit 66f2df9677
4 changed files with 30 additions and 39 deletions

View File

@@ -156,8 +156,8 @@ var defaultColumnOptions = {
callback: function (tickValue, index, ticks) {
"use strict";
return accounting.formatMoney(tickValue);
}
},
beginAtZero: true
}
}]
},