I want to implement Highcharts into my projects and want to include color coded Points based on Value. If its below 40 it should be red. 40-70 it should be amber and above that it should be Green

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.
You’d need to provide additional marker element with appropriate fillColor to each of your data points. Documentation is available here.
Here is an example: