I have created a scatter chart using the highcharts Scatter Chart.Now I want to add multiple/dynamic series ie. Products and the values for the series name(Product name).Also the data should be fetched from an array.
Thanks in Advance
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.
Have you gone through the API? You are looking for chart.addSeries()
jsFiddle to add series on button click