This seems to be a timing issue. If you put your selection code in a setTimeout block, everything works perfectly. Here is the fixed version: http://jsfiddle.net/P77hd/
On Mon Jul 07 2014 at 11:12:14 AM, Murilo Faria <[email protected]> wrote: > I did a similar code like my app, and here works http://jsfiddle.net/uYcvq > > -- > 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. > -- 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.
