I created a dashboard with a category filter and a Combo chart. The Combo chart shows the number of new and fixed defects for each day and a trendline which is the difference of those two numbers. The category filter contains the applications from which the defects were raised. When I select an application from the category filter I call a webservice in order to recalculate the numbers according to the selected applications. The webservice delivers a New datatable. When I call dashboard.draw(dt) where dt is the new datatable nothing happens. The Combo chart still shows the old data. How can I update the chart?
-- 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.
