vimalavinisha / angular2-google-chart

Angular 2 google chart
MIT License
59 stars 45 forks source link

Fix GoogleChart to work with Shadow Dom #13

Closed DomenicD closed 7 years ago

DomenicD commented 7 years ago

Referencing the container by ele.id breaks when Shadow Dom is used. Fixed this by passing in the element directly to the draw function.