I could reproduce the error in the following cod sample: http://savedbythegoog.appspot.com/?id=9a0851a0489270bb5535ab87dba942ad6e3614c9
Again I put a motionchart into a hidden div. If I press the "Show" button the hidden div will be displayed and the draw method of the motionchart is called. This works for the first time. As soon as I hide the container div again (by clicking on the button) and displaying it again I get following error: Object #<HTMLEmbedElement> has no method 'dataChanged' I only get this error if I use* style="display:block/none* for the div. It doesn't occur if I use* style="visibility:visible/hidden". * * * In my case GWT automatically uses the display:none style setting for hiding widgets and therefore I suffer from this problem. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/XkPF2Jepqg4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
