Browse Source

payout charts Correct payout

master
yuriy0803 5 years ago committed by GitHub
parent
commit
964e4188ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      www/app/controllers/account/payouts.js

2
www/app/controllers/account/payouts.js

@ -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&nbsp;<b>" + this.y.toFixed(8) + "&nbsp;CLO</b>";
return "<b>" + Highcharts.dateFormat('%Y-%m-%d', new Date(this.x)) + "<b><br>Payment&nbsp;<b>" + this.y.toFixed(8) + "&nbsp;ETC</b>";
},
useHTML: true
},

Loading…
Cancel
Save