All Questions
3 questions
1
vote
1
answer
487
views
TypeMismatchException when creating a google visualization datatable with Date type column
Ok, so after trying really hard for some days i am still not able to make this work.
This is the problem: I have a JSP which hosts a Google chart that is going to be constructed from data that is ...
1
vote
1
answer
883
views
spring mvc 3 and google datatable
I am new to google.visualization.datasource and I was wondering if there is a simple example for creating the datatable with a helper class and return it back to the client but, without using query ...
0
votes
1
answer
317
views
GWT - get custom property from datasource datable
I am sending a visualization.datasource.datatable.DataTable from the server side in my GWT app. I am setting a custom property.
datatable.setCustomProperty("key","value");
i can see the property ...