diff --git a/src/core/core.controller.js b/src/core/core.controller.js index 45009d95e..6eb74a7c4 100644 --- a/src/core/core.controller.js +++ b/src/core/core.controller.js @@ -384,7 +384,7 @@ module.exports = function(Chart) { } }); - return elementsArray; + return elementsArray.slice(0, 1); }, getElementsAtEvent: function(e) {