Skip to main content

All Questions

1 vote
0 answers
705 views

how to use google bar chart with spring mvc

what should be controller and how i can get my db values here dynamically following is the google chart api link which i want to implement google chart api html <script type="text/javascript" ...
suraha's user avatar
  • 387
0 votes
1 answer
2k views

Displaying Table has no Columns using Google Charts

Trying to change the format of JSON to make it readable for Google charts. The JSON content is working fine and currently displaying this on the browser: [["name","cost"],["godzilla",12],["harry ...
Harsh Vardhan's user avatar
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