I know this is old, but I had the same problem and solved it by loading the
library correctly, which apparently is not part of 'corechart'. I did as so:
google.load('visualization', '1', {packages: ['corechart', 'table']});
This works perfectly for me.
On Friday, October 15, 2010 5:18:31 AM UTC-5, [email protected]
wrote:
>
> Hi,
>
> I got an exception when trying to create a Table of the Google
> Visualization API. I am working in java with GWT in Eclipse.
>
> I just write : Table matable = new Table();
>
> The exception is :
> com.google.gwt.core.client.JavaScriptException: (TypeError):
> $wnd.google.visualization.Table is not a constructor
>
> What can make this exception?
>
>
> Christophe.
--
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/-/HozFRzAtWnsJ.
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.