Files
Chart.js/src
Jonathon Hill 152ce9c9f8 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;
}
```
2016-12-03 17:42:33 -05:00
..
2016-12-03 16:09:45 -05:00
2016-12-03 16:09:45 -05:00