I have a simple DateTime vs Numeric chart with two series', and a legend to identify each series.
I'm using the onPointTap method to let the user select a data point of interest, which works fine before they toggle off one of the two series. But once a series is toggled off in the legend, the onPointTap method stops working. Then, it seems that ~30 seconds later, the onPointTap features suddenly starts working again.
Is there anything I can do to avoid this awkward 30 second gap and make these two features work together more reliably?