Hi everyone. 

Im working on a visual design project design for school.
I want to make a dashboard but each chart has his own query.

How do I combine them into one dashboard ?

   var chart7 = google.visualization.drawChart({
        "containerId": "chart_zoost",
        "dataSourceUrl": 'https://www.google.com/fusiontables/gvizdata?tq=',
       "query":"SELECT  'veiligheidsgevoel' , 'aangiften', 'bevolking'   
FROM 1JlGwMzm-gUq1b51zkWpJ3CsgLGlfh7yVbIAyh8I WHERE 'stadsdeel'='Zuidoost'",
        "refreshInterval": 5,
        "chartType":  "ColumnChart",
  
         "options": {
          "title":" nieuw west",
      "backgroundColor": { fill: "none" }}
        
      });
      
  
         var bar = new 
google.visualization.drawChart(document.getElementById('chart_centrum'));
            chart.draw(chart);

here is part of my code

thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-chart-api.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to