You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: