[visualization-api] Re: Pass JSON using java servlet to populate the simple Column chart

2014-08-06 Thread Andrew Gallant
There are two approaches you can take with this: either insert your data into the page server-side, or use an AJAX request client-side to dynamically fetch the data. Since you already have a servlet that serves up a JSON object, using AJAX should be simple enough. I recommend using a

[visualization-api] Re: Pass JSON using java servlet to populate the simple Column chart

2014-08-06 Thread George Rosario
Thanks Andrew On Wednesday, August 6, 2014 6:24:00 PM UTC+5:30, Andrew Gallant wrote: There are two approaches you can take with this: either insert your data into the page server-side, or use an AJAX request client-side to dynamically fetch the data. Since you already have a servlet