It cannot read directly from the database - you have to use PHP or other server-side scripting to pull the data out of the database and put it in a format the API can understand. The easiest way using PHP is to query your database and output the data directly inside the javascript function (in place of the hard-coded data).
-- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/3k_CWKNeIY0J. 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.
