[visualization-api] Querying a DataTable Object

2018-10-14 Thread Alen James
Hi, Is it possible to query a DataTable Object using google.visualization.Query() instead of the google spreadsheet URL. Thanks in advance. Regards, Alen James -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe

Re: [visualization-api] Querying a DataTable Object

2018-10-14 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Alen, It is not possible to query a DataTable object, though that is an interesting idea, and I can see it would be convenient. The google.visualization.Query is actually interpreted by the spreadsheet server, so we would have to reimplement all that logic on the client side. On Sun, Oct 14,

[visualization-api] A hill before the change

2018-10-14 Thread airt
I have iterations on x-axis, all points on the plot are correct (57=58=59, 60=61), but why would this hill between 58 and 59 and "underhill" between 60 and 61 appear? Can I disable it somehow? Hope for your reply. Thanks. -- You received this message because you are subscribed to the Google

Re: [visualization-api] A hill before the change

2018-10-14 Thread 'Daniel LaLiberte' via Google Visualization API
That's a very clear demonstration of how the lines are smoothed currently. There has never been any option for another way to do it, though line smoothing can be done in a variety of ways. Maybe you can pick out one that would be better for you: https://en.wikipedia.org/wiki/Smoothing#Algorithms

[visualization-api] Time on 'x' axis line chart showing UTC hour/min

2018-10-14 Thread Jason Shave
I have a JavaScript function in a web page which is given a UTC date by a .NET web api. The incoming date format is {"2018-10-14T22:19:53.2124123"}. I convert the string using "new Date(dateTime)" which gives me a JavaScript date type of {Sun Oct 14 2018 22:19:53 GMT-0600 (Mountain Daylight