That is correct. However, this is made a lot simpler if you use the Data Source Library<http://code.google.com/apis/chart/interactive/docs/dev/dsl_about.html>. You probably want to look at the SqlDataSourceServlet<http://code.google.com/p/google-visualization-java/source/browse/trunk/examples/src/java/SqlDataSourceServlet.java> .
HTH On Wed, Sep 14, 2011 at 3:54 AM, Roni Biran <[email protected]> wrote: > Sure thing. All you have to do is render your output datatables into google > charts datatable objects. > > > > On Sep 14, 2011, at 1:02 AM, HollyMolly <[email protected]> wrote: > > Can I draw charts with Google Visualization API from data that I have > in SQL database? > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
