Is there a function to call after update() so the tooltip hides itself? On click I'm finding the corresponding element in a scatter plot and deleting it from the chart, then refreshing the chart. However, the tooltip doesn't hide itself when calling update even though the point is no longer in the dataset. I'd like to hide it manually so it doesn't linger around if possible. Any assistance on how this could be accomplished as I don't see how to in the API?
I dont' want to disable tooltips altogether, just hide the currently showing one.