Chart.js/src/core
Lubomir Sotirov 38f85c98b5 Fix 3267 Add "onHover" functionality for legend (#3271)
Add "onHover" to the legend options that will hold a user defined function (default is null) and called when a "mousemove" event is registered on top of a label item, with same parameters as the "onClick" option.

Also introduced logic that determines if the type of event passed to the legend "handleEvent" function is one we can handle. Currently allowing "click" and "mousemove" events. If the event is not one of those we stop the function execution (this is for the sake of reusing the legend hitbox calculations).
2016-09-08 14:42:42 +02:00
..
core.animation.js
core.canvasHelpers.js Added usePointStyle option to label boxes 2016-07-05 20:08:29 -06:00
core.controller.js Fix 3267 Add "onHover" functionality for legend (#3271) 2016-09-08 14:42:42 +02:00
core.datasetController.js Enforce consistent tab indentation 2016-09-03 18:42:26 +02:00
core.element.js Enforce consistent tab indentation 2016-09-03 18:42:26 +02:00
core.helpers.js Enforce curly braces for single statement block 2016-09-03 18:42:28 +02:00
core.js Gracefully handle creating the chart with no config 2016-06-21 18:45:22 -04:00
core.layoutService.js Fix #2734 Cleanup unused variables 2016-06-18 11:00:11 +02:00
core.legend.js Fix 3267 Add "onHover" functionality for legend (#3271) 2016-09-08 14:42:42 +02:00
core.plugin.js
core.scale.js Enforce consistent tab indentation 2016-09-03 18:42:26 +02:00
core.scaleService.js
core.title.js Fix #2734 Cleanup unused variables 2016-06-18 11:00:11 +02:00
core.tooltip.js 3127 - Modify the itemSort callback for tooltips to accept a third parameter of the data object passed to the chart 2016-08-10 09:54:21 -04:00