Re: [visualization-api] Upload data from google Charts

2017-05-04 Thread 'Daniel LaLiberte' via Google Visualization API
The only way to update a Google Charts chart is to draw it again. You don't have to create it again (with e.g. new google.visualization.PieChart(container)). On Thu, May 4, 2017 at 9:54 AM, jose mendes wrote: > hi, > > My problem is that I want to update the graphics data but not draw them > a

Re: [visualization-api] Upload data from google Charts

2017-05-04 Thread jose mendes
hi, My problem is that I want to update the graphics data but not draw them again. Is it possible to do that? -- 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

Re: [visualization-api] Upload data from google Charts

2017-05-04 Thread 'Daniel LaLiberte' via Google Visualization API
If you refresh the page, that normally means that everything starts from scratch, so you must recreate everything on the page. I don't know what "refresh" means for ionic 2, but it appears from the error message that at least the container elements have been regenerated. To help you figure this o

[visualization-api] Upload data from google Charts

2017-05-04 Thread jose mendes
Hi all, I'm working with the google charts on ionic 2 and by now I'm loving it. But I have a problem .. When I try to update the data in the graph it gives me an error about the container. When the application starts I create 3 graphs dynamically, and what I want to do is that when the user r