Hi guys,
How can I interact with specific bubbles in a bubbles chart?
What I need to do is to have a way of hiding/showing specific bubbles in a bubbles chart. I already know that I can set the "alpha" to 0 for certain datapoints, and I know I can add an event listener to "datapointClick", however I don't know how to fetch a specific datapoint object and change its properties.
How can this be done?
Thanks,
Diogo