pombreda / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

GWT with visualization: link two visualizations #487

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
gwt-visualization-1.1.2

Platform information (OS, Browser, GWT version). 
Windows 7
Chrome
GWT 2.4.0

Does the issue exist on
other platforms?
Don't know

Give a Detailed description of the problem.  If possible, please include
some code that reproduces the problem and a verbatim copy of any error
messages you can find.

I have a BarChart and Table on the same data.

I want to link these two visualizations such that if I sort the table column by 
a mouse click on one of the columns, it would reflect in the bar chart.

I found one example for the Visualization api:

http://code.google.com/apis/chart/interactive/docs/examples.html

But the sort method is not avaiable for 
com.google.gwt.visualization.client.DataTable.

How can I do it?

Workaround if you have one:

Links to the relevant Google Group posts:

Original issue reported on code.google.com by sachinpk...@gmail.com on 12 Dec 2011 at 5:30