In the following example how can i format the tooltip for both series AND flags?
I want to show extra information in series tooltip and other data in flag tooltip.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One way is to create a tooltip formatter that checks if the current object is a point.
You could go one step further and give your flags names and then check if the point has a name (instead of if it just exists) to prevent non-flag points from getting the same format.
Here is your example modified to reflect the former http://jsfiddle.net/aTcFe/