I used dimple._showPointTooltip to show my tooltip. In mouseout or mouseleave I want hidden it. Which command do I use to do this?
There are many components in this display.
Command used to display tooltip:
myChart.draw();
mySeries.shapes.on("click", function (e) {
dimple._showPointTooltip(e, this, myChart, mySeries);
});
Since I could not find a more suitable solution, I identified each object and removed them: