This PR is removing dblclick event hook. This is done in order to enable the chart redrawing from event hook, see issue #593.
To perform a double click, the plugin has to work in asynchronous way and this is a showstopper to enable the chart redrawing because the event hook should return true if redrawing is needed.
This PR is removing
dblclick
event hook. This is done in order to enable the chart redrawing from event hook, see issue #593.To perform a double click, the plugin has to work in asynchronous way and this is a showstopper to enable the chart redrawing because the event hook should return
true
if redrawing is needed.