gonewandering / angles

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

Get handle on the instance of chart created from controller #42

Open sr-nu opened 10 years ago

sr-nu commented 10 years ago

As the created instance is not added to root/controller scope, it is not possible to interact with the instance (eg: SelectedSegments on chart instance.) is difficult. Can the instances be added to the controller or Root scope?

LosD commented 10 years ago

+1, that would also fix #50.

Greynight commented 10 years ago

+1

ta4ka commented 9 years ago

+1

72gm commented 8 years ago

yeah, some (nice) way of interacting would be good... sort of defeats the purpose to use Angular then have to write some non angular code to interact with it