Making two queries is certainly possible. The first question I have is, can these two queries be logically combined into one? If you don't have to make a second query to get the data you need, then it makes sense to use only 1 query. The Visualization API has a tool called a DataView that you can use to separate the data into the different sets you need for different charts.
On Wednesday, December 12, 2012 12:00:32 PM UTC-5, Chrystopher Medina wrote: > > Yesterday i was working in the pie chart wich u help me to do. And i was > able to update the same pie chart with new data...... do u remeber that > i Have a file with a form this form has 2 fileds type=date. Well And then > another file obtains the values .... But now i want to do 2 mysql querys > with the values. And generate 2 json results completly diferent And send > them to the file wich has the form And generate 2 pie charts in the same > file And in the same time > -- 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/-/GtNLwoTRxy8J. 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.
