diff --git a/www/app/controllers/account/payouts.js b/www/app/controllers/account/payouts.js index 28708c1..7ed6828 100644 --- a/www/app/controllers/account/payouts.js +++ b/www/app/controllers/account/payouts.js @@ -68,7 +68,7 @@ export default Ember.Controller.extend({ }, tooltip: { formatter: function() { - return "" + Highcharts.dateFormat('%Y-%m-%d', new Date(this.x)) + "
Payment " + this.y.toFixed(4) + " CLO"; + return "" + Highcharts.dateFormat('%Y-%m-%d', new Date(this.x)) + "
Payment " + this.y.toFixed(8) + " CLO"; }, useHTML: true },