Re: [visualization-api] Re: QR code API deprecated, alternative??

2019-01-02 Thread 'Jon Orwant' via Google Visualization API
I can't promise anything. One difference between Picasa and Google Image Charts (not to be confused with the non-deprecated Google Charts, a JavaScript library for modern interactive charts) is that Picasa was a real service that required lots live Google engineers. In contrast, Google Image

[visualization-api] query rows from google sheet

2019-01-02 Thread 'ms1110' via Google Visualization API
Hi there! Is it possible to query rows instead of columns? So far I have new google.visualization.Query('*sheet*');queryoszillator.setQuery('SELECT A, AB'); This is fine and brings the data from A and AB into the chart. But it would be easier to store the data in rows instead of columns. So my