
I want to select two or more markers in a chart and perform an action using their coordinates. Selecting the points is the main problem since I didn't find anything on this topic and I'm not sure if it can be done.
|
I want to select two or more markers in a chart and perform an action using their coordinates. Selecting the points is the main problem since I didn't find anything on this topic and I'm not sure if it can be done. |
|||
|
|
|
I did something like this in a Pie Chart. What I did was use "connectToPlot" to change the series color when the user click on it. This is a resume of the work that I did: change series color when user click on it See that when you click on the serie, the color changes to gray and if you click again the series returns to it original color (saved it in the attribute "originalColor").
|
|||||
|