Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix onHover event not being triggered (chartjs#4297)
Fix onHover event not being triggered The core controller was looking at the wrong object (options.hover) to find the function to be called on hover. The function is provided on the top level options object (options.onHover). By using the helper function, there's no need to verify if the callback is defined, as the helper already does that. Fixes chartjs#4296
- Loading branch information