[visualization-api] Re: AngularJS equivalent of this code please :)

2014-05-23 Thread Neil Camara
I'm not having any luck :( Still no response from the author -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe from this group and stop receiving emails from it, send an email to

[visualization-api] Re: AngularJS equivalent of this code please :)

2014-05-22 Thread Andrew Gallant
Unless someone has made a plugin for Angular that does something special with the Visualization API, there is nothing special about that event handler as far as Angular is concerned - just use it as-is. On Thursday, May 22, 2014 1:53:32 AM UTC-4, Neil Camara wrote: Hi folks, Can someone

[visualization-api] Re: AngularJS equivalent of this code please :)

2014-05-22 Thread Neil Camara
Got it. I'll try it. Thanks! On Thursday, May 22, 2014 1:46:47 AM UTC-5, Andrew Gallant wrote: Unless someone has made a plugin for Angular that does something special with the Visualization API, there is nothing special about that event handler as far as Angular is concerned - just use it

[visualization-api] Re: AngularJS equivalent of this code please :)

2014-05-22 Thread Neil Camara
this is an example google chart using angular http://plnkr.co/edit/E4iPtQ?p=preview -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe from this group and stop receiving emails from it, send an email to

[visualization-api] Re: AngularJS equivalent of this code please :)

2014-05-22 Thread Andrew Gallant
Ahh, that is using a 3rd-party angular directive (https://github.com/bouil/angular-google-chart). As I understand it, that is a new directive, so you will likely have better luck asking for help from the author. On Thursday, May 22, 2014 10:06:13 AM UTC-4, Neil Camara wrote: this is an