Hans, What you are doing sounds like it should work. Perhaps there is a javascript error which stops all processing before the second dashboard.draw(dt) call.
If you can provide a link to a page with your dashboard, we could take a look at the code. Or if that is not possible, maybe you can produce a simpler case in jsfiddle. On Sat, Oct 11, 2014 at 1:07 PM, Hans - Jürgen Alps < [email protected]> wrote: > 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. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton MA -- 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.
