Back again with another XY Chart question. I have my chart displaying correctly i'm now trying to figure out the 'selection' options. I can figure out how to select a single point (click on it) but how can I select multiple?
series.0.line.appearance.bullets.0.fill.opacity
You probably want to disable the stroke.
There are some bugs with the bullets. The size setting doesn't work below 3. (The Perspective charts were "bought-in" from AM Charts and the implementation has a few funnies.)
Oooh! Can you do it again though and share it with the rest of us?
Event script bound to a double click on the chart:
This adds the selected point to the table dataset, the table dataset is bound to a second chart dataset which in turn has a series associated with it, so it shows up the selected points:
The events configuration should have options called 'Stop Propagation' and 'Prevent Default'. Try turning those (or either one) on and see if that stops the zoom reset.
Unfortunately not, the zoom only resets when the dataset is bound back to the chart. i.e. if I just have the double click update the table then the zoom remains. But once the chart datasets are dynamic then the zoom resets on update
If you pass the dataset into the "selected data" section of the chart properties it works but then it doesn't display them