openui5-chartjs
openui5-chartjs copied to clipboard
Fix hover event not firing
This fix will let the hover event fire again.
globalOptions.onHover
is not working - globalOptions.hover.onHover
seems to work fine.
See https://github.com/chartjs/Chart.js/issues/4296