I am creating a GeoChart and depending on an external event I want to refresh the Chart.
When I create a new DataTable or add/remove rows and just say chart.draw() with ChartWrapper or say chart.draw(datatable,options) with normal draw it sometimes refreshes the chart, sometimes not. If I recreate the chart in refresh with chart = new google.visualization.GeoChart() it always refreshes. But then it recreates the DOM element. do we really need that? And on times when I don't use constructor to redraw but just use chart.draw() method, it always draws successfully at first time, but refreshes the chart only 50% of the time on subsequent calls. Is it a known bug? -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
