The dblclick event. paneIndex is the pane under the pointer. A listener that acts on the double-click itself (opening a text editor for the selected drawing, say) sets handled to true, and the chart's own action is skipped for that press.
dblclick
paneIndex
handled
The
dblclickevent.paneIndexis the pane under the pointer. A listener that acts on the double-click itself (opening a text editor for the selected drawing, say) setshandledto true, and the chart's own action is skipped for that press.