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 th
You can use {value:%Y-%m-%d} template filter.
{value:%Y-%m-%d}
For an example:
headerFormat: '{point.key:%Y-%m-%d}'