liquidpizza
liquidpizza
Thanks for the answer, but can you post your `getManager()`?
Thank you!
Thank you. Could someone post this to the overview page?
I just added ` ngOnChanges(changes) { if (googleLoaded) { this.drawGraph(this.chartOptions,this.chartType,this.chartData,this._element); } }` in _angular2-google/directives/angular2-google-chart.directive.ts_ and imorted `OnChanges`. Works fine too. Can someone include this in the code?