0๐
โ
console.log(points);
instead
if ($scope.chart) {
console.log($scope.chart.getPointsAtEvent(evt));
}
It was that easy;/
Source:stackexchange.com