mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-04 15:34:04 +01:00
* Cleanup Event Handling code to match style of tooltip plugin. Eliminates saving two arrays of items on the chart prototype. The `onHover` callback now receives the wrapped event instead of the native one.