chartjs / chartjs/chartjs-plugin-zoom
OnZoomComplete callback final event to call a local method
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 623
- Forks
- 331
- Avg merge
- 7h 5m
- Merged PRs (30d)
- 7
Description
Hi,
Currently, **we get lots of onZoomComplete() callbacks even with a single mouse wheel scroll**.
We need to call a local method after the user done with the actual zoom completion.
Is there any way we can detect once when all the mouse wheel events are done so that we can call our local method after the zoom?
Contributor guide
Assessment
This issue has not been assessed yet.