Skip to main content

All Questions

0 votes
1 answer
1k views

Spring MVC with Google Charts, what is the best way to create javascript data tables?

I'm building a Spring MVC application where I create graphs in browser using data from database. I have already created data handling in the backend and I have needed keys and values in a Java map. I ...
JohnP's user avatar
  • 1,086
5 votes
4 answers
12k views

Timestamp comes with .0 at the end

I'm trying to put in some time stamps in a AnnotatedTimeLine (Google Chart), and its req. to be in the Datetime format. When I reformat (to Timestamp format) the string that I receive from the class, ...
benskiiii's user avatar
  • 469
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 ...
Ahmed Farahat's user avatar