score:0

Accepted answer
        console.log(points);

instead

    if ($scope.chart) {
    console.log($scope.chart.getpointsatevent(evt));
}

it was that easy;/


Related Query

More Query from same tag