Re: [visualization-api] Re: Query Language not working with new Sheets

2014-06-13 Thread mth
I continue to have the same problem as Tom Fletcher. On Tuesday, April 8, 2014 3:33:14 AM UTC-7, Tom Fletcher wrote: > > +1. > > Complete spreadsheet is returned by > https://docs.google.com/spreadsheets/d//gviz/tq?tq=SELECT%20A%20WHERE%20B%20=%20Mon. > > ie. the tq parameter is ignored. > > O

[visualization-api] Re: form select multiple parameters connection DB

2014-06-13 Thread Andrew Gallant
First, remove the 'onchange="drawChart(this.value)"' attribute from your element, and give your elements ID's: ... ... Then in javascript, hook up change event handlers to your elements: google.setOnLoadCallback(function () { function updateChart () { var parameter = $('Parametr'

Re: [visualization-api] form select multiple parameters connection DB

2014-06-13 Thread 'Daniel LaLiberte' via Google Visualization API
Vincenzo, When you call google.setOnLoadCallback() it always takes a function, not a function call and setOnLoadCallback always calls that function with no arguments. Sounds like you might be stuck, except you can create another function that calls your drawChart function with one or more argumen

[visualization-api] form select multiple parameters connection DB

2014-06-13 Thread Vincenzo Diligente Tizzani
Hi,i have a question. This is my index.php: Prova https://www.google.com/jsapi";> // Load the Visualization API and the piechart package. google.load('visualization', '1', {'packages':['corechart']}); // Set a c

[visualization-api] Alternative To Deprecated Google Chart Tools API

2014-06-13 Thread JavaJive
I currently have a very successful web-page which enables UK citizens to align a terrestrial TV aerial towards a given transmitter. Here's an example of it in action: http://www.macfh.co.uk/JavaJive/AudioVisualTV/TerrestrialTV/TerrestrialCalculator.php?iRxLat=57.273276&iRxLong=-5.73917&iTxWhere