Difference between revisions of "Web Element: Google Chart"


Line 9: Line 9:
 
         var wrapper = new google.visualization.ChartWrapper({
 
         var wrapper = new google.visualization.ChartWrapper({
 
           chartType: 'LineChart',
 
           chartType: 'LineChart',
           dataSourceUrl: 'http://spreadsheets.google.com/tq?key=pCQbetd-CptGXxxQIG7VFIQ&pub=1',
+
           dataSourceUrl: 'https://docs.google.com/spreadsheets/d/1YUqF27YsO2tVdFL1R6Oxu5BT5itjA_ozZDrekzfFclk',
           query: 'SELECT A,D WHERE D > 100 ORDER BY D',
+
           query: 'SELECT A,B',
 
           options: {'title': 'Countries'},
 
           options: {'title': 'Countries'},
 
           containerId: 'vis_div'
 
           containerId: 'vis_div'

Revision as of 13:32, 28 April 2020