Additional data for point
It would be nice to be able to add an array to a point, call it 'user' or 'data' and make it available to the tooltip formatter.
This way, extra information can be stored in the point and rendered in the tooltip.
E.g. I have a graph that shows how many people are listening to my radio station over time, it would be nice to add the title of the song that was playing to the tooltip.
3
votes
Anthony
shared this idea
You can! The config object is available from the tooltip formatter as point.opoints. See http://jsfiddle.net/Z2GRH/.