I have created a bubble chart using d3js and have added Extjs tooltip to it. In doing so, I have created separate tooltip for each of the circles in the bubble chart. There is a noticeable delay in display of the tooltip when I move the mouse pointer from 1 circle to the other. So I want to have a single tooltip for all the circles.
Can someone tell me how to use delegate: '.x-form-field-wrap'
to create a single tooltip.
Here is the fiddle.