I noticed a bug in double click events... i have a couple charts in my application, only one is getting the doubleclick event but I have created 3 of them.
top20channelschart.addEventListener(ChartItemEvent.ITEM_DOUBLE_CLICK, getSnappData); tho, when I switch the line to top20channelschart.addEventListener(ChartItemEvent.ITEM_CLICK, getSnappData); it always works fine, unfortunately, what to do about making a double click event, roll my own? Thanks, Patrick

