I have 3 series on my chart. Is it possible to give user only one serie to modify (as dragable line) whilst other can’t be modify?
Share
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.
This is totally undocumented, but browsing the source for the dragable plugin it is as simple as setting the isDragable property for that series to false.
See working example here.