Guest User

Untitled

a guest
Feb 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. tooltip: {
  2. formatter: function () {
  3. var tomorrow = new Date();
  4. tomorrow.setDate(<%version.mail_date%>+this.x);
  5. return Highcharts.dateFormat("%B %e %Y", (tomorrow ) + ': ' +
  6. 'Seeds:' + Highcharts.numberFormat(this.y, 0);
  7. }
  8. },
Add Comment
Please, Sign In to add comment