]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Pass the hover event to the onHover event handler (#3669)
authorJonathon Hill <jhill9693@gmail.com>
Sat, 3 Dec 2016 22:42:33 +0000 (17:42 -0500)
committerEvert Timberg <evert.timberg+github@gmail.com>
Sat, 3 Dec 2016 22:42:33 +0000 (17:42 -0500)
commit152ce9c9f83e3678aee663ee250d7cda06bb3b99
tree6e7f1f43df5b50b4279abce4a868996bb07715a1
parent5a24bfa500a35000de8eddce2ebdcb4efd6c1d41
Pass the hover event to the onHover event handler (#3669)

Pass the hover event to the onHover event handler

This makes the behavior of the `onHover` handler consistent with the `onClick` handler:

```
function(event, activeElements) {
    var chartInstance = this;
}
```
docs/01-Chart-Configuration.md
src/core/core.controller.js