carlcraig / tc-angular-chartjs

AngularJS directives for Chart.js
http://carlcraig.github.io/tc-angular-chartjs/
Other
233 stars 83 forks source link

Bug in chart-click #75

Closed Zeioth closed 8 years ago

Zeioth commented 8 years ago

Using chart-click I was recieving the error "ReferenceError: event is not defined" in Firefox. I solved it changing the line 76 of the directive from

chartEvent: event,

to

chartEvent: evt,

tc-angular-chartjs version: 2 chartjs version: 2.1.6

carlcraig commented 8 years ago

This should be fixed in 2.1.1