Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 7, 2022
Merged

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

merged 4 commits into from
Apr 7, 2022

Conversation

stockiNail
Copy link
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