Arange tooltip content based on highest number
On one of your twitter post you refer to a chart with Carlsen and annad's chess ratings over time. one ting that bugged me was that in the tool tip carlsen was always on top I think it would be an idea to arange who is on top based on who has the biggest number. downside would be if you have alot of people and the are all really close to one another in ranking so this might be a plugin or a toggleble feature.
-
It's a good point, and in the latest dev code we have also created a hook for this kind of things. You can extend the Tooltip.bodyFormatter. See http://jsfiddle.net/highcharts/Lsncqf5n/.