Problem with Google Charts + AngularJS + ng-view

2

I'm developing a SPA with AngularJS, and I'm running some tests with Google Charts, however, I'm having a problem that I can not pinpoint why. When logging into the application, the user is redirected to the start page in an ng-view, where there are 3 graphs, 1 column, 1 pie and 1 row. The first time, it loads everything normally, but when you switch pages and return to the beginning, the line graph is being scaled, getting smaller, the others are correct, only the row that is experiencing this problem. Has anyone else had this problem yet?

    
asked by anonymous 11.11.2015 / 11:19

1 answer

0

The problem was a JarvisWidget tag that was missing, after reviewing the whole code, comparing it to a functional tag and inserting the missing tag ( <section id="widget-grid"> ), it worked normally.

    
11.11.2015 / 19:48