[visualization-api] Separate areas for line chart from google sheets

2018-12-13 Thread 'ms1110' via Google Visualization API
Hi! I create a linechart from a google sheet with two lines and want to have two separate areas - one for each line, one on top and one underneath. Also, options for the chart do not work. So my questions: can I split the chart in two different areas - a crosshair above both would be nice and

[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