gonewandering / angles

An angular.js wrapper for Chart.js
MIT License
632 stars 87 forks source link

Chart.js prototype functions not implemented #50

Open jordan-wester opened 10 years ago

jordan-wester commented 10 years ago

The documentation for Chart.js states that there is a prototype method, getBarsAtEvent(e), that is available to determine which bar in the chart was clicked on. I don't see anything in the angles.js script that implements any of the prototype functions or an alternate method of capturing click events.

Link to Chart.js prototype method documentation: http://www.chartjs.org/docs/#bar-chart-prototype-methods