I'm new to the google charts api and I've been trying to set up google charts and I'm running into some difficulty.
I couldn't find any documentation with regards to creating a connection to an sql server and using the query to retrieve the information, so I am doing it in a roundabout manner. My page is embedded in a c++ program. I am retrieving the information from the program and storing it into arrays in my javascript, which I am then trying to use to create the datatable for the google charts api. I am trying to pull the information for just one known set of values at the momment, I actually have several stored, just to see if I can get things running, but I'm running into some issues. My program runs, I load my data set in my c++, I call the GetMapChartData function to retrieve the information, then I call initChart which it then fails to perform the google.setOnLoadCallback(drawVisualization()); Any ideas what I'm doing wrong? Here's the link: http://www.suntransformer.com/peter/GoogleAPI3/test/charts2.html Any advice, recommendations are appreciated and thanks in advance. -- You received this message because you are subscribed to the Google Groups "Google Chart 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-chart-api?hl=en.
