Skip to content

Remove dblclick hook to prepare chart redrawing from an event hook#716

Merged
stockiNail merged 4 commits into
chartjs:masterfrom
pepstock-org:removeDblClick
Apr 7, 2022
Merged

Remove dblclick hook to prepare chart redrawing from an event hook#716
stockiNail merged 4 commits into
chartjs:masterfrom
pepstock-org:removeDblClick

Conversation

@stockiNail
Copy link
Copy Markdown
Collaborator

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.

@stockiNail stockiNail marked this pull request as ready for review April 6, 2022 16:48
@stockiNail stockiNail added this to the 2.0.0 milestone Apr 6, 2022
@stockiNail stockiNail merged commit 70078cc into chartjs:master Apr 7, 2022
@stockiNail stockiNail deleted the removeDblClick branch April 7, 2022 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants