Re: Visualization-API Table usage

39 views
Skip to first unread message

Thomas Pischulski

unread,
Oct 11, 2012, 9:32:43 AM10/11/12
to google-visua...@googlegroups.com
Problem solved, had to use Table.Options.create() instead of the Options object

On Thursday, October 11, 2012 3:15:16 PM UTC+2, Thomas Pischulski wrote:
Hi,

I'm trying to set up a Google Chart Table via gwt-visualization-api in the following way:

Options options = Options.create();
DataTable data = DataTable.create();

Table table = new Table(data, options);
I use: com.google.gwt.visualization.client.DataTable
com.google.gwt.visualization.client.visualizations.Table (this one is extending AbstractDataTable) and
com.google.gwt.visualization.client.visualizations.corechart.Options

Eclipse reports me an error saying that "The constructor Table(DataTable, Options) is undefined"
How can I fix that?

Cheers,

Thomas
Reply all
Reply to author
Forward
0 new messages