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-10-26 20:23:51 -05:00
2016-11-26 12:58:49 -05:00
2016-11-26 12:58:49 -05:00
2016-11-12 21:43:58 -05:00