I'm developing a project that is expected to show this graph: http://jsfiddle.net/Kc23N/
When I click a point (tooltip) I want to show a date understandable, not the value in milliseconds.
I think needs to change this piece of code:
tooltip: {
headerFormat: '<b>{series.name}</b><br>',
pointFormat: '{point.x} date, {point.y} Kg',
}
how do I do? any kind help is appreciated.
Thanks