Tuesday, 20 August 2013

Tooltip doesn't display on highchart graph

Tooltip doesn't display on highchart graph

I am using highchart.js to display graph of check-in time and check-out
time of employee in a month.
X-axis will be the day of month.
Y-axis is the hour-time of the day.
I want to customize the tooltip to be like
Check In
5 Aug: 09:40 am
or
Check Out
5 Aug: 09:40 am
For some weird reason, it only display the default format x and y. The
code is here: http://jsfiddle.net/BFnL9/1/
Is there any bug here.

No comments:

Post a Comment