|
|
|
|
@ -68,7 +68,7 @@ export default Ember.Controller.extend({
|
|
|
|
|
}, |
|
|
|
|
tooltip: { |
|
|
|
|
formatter: function() { |
|
|
|
|
return "<b>" + Highcharts.dateFormat('%Y-%m-%d', new Date(this.x)) + "<b><br>Payment <b>" + this.y.toFixed(4) + " CLO</b>"; |
|
|
|
|
return "<b>" + Highcharts.dateFormat('%Y-%m-%d', new Date(this.x)) + "<b><br>Payment <b>" + this.y.toFixed(8) + " CLO</b>"; |
|
|
|
|
}, |
|
|
|
|
useHTML: true |
|
|
|
|
}, |
|
|
|
|
|