score:1

Accepted answer

I was able to find a solution to my problem. Had to add:

tooltip:
                                {
                                        formatter: function ()
                                        {
                                            var text = this.x + ': ' + secondsTimeSpanToHMS(this.y/1000);
                                            return text;
                                        }
                                },

and it gave this result: enter image description here

(Would mark this post as answered but stackoverflow wont let me do it until 2 days)


Related Query

More Query from same tag