[visualization-api] Google Query link format

2015-07-01 Thread doreentlu0
Hello, Can someone specify the format that the data source URL is suppose to be in? This is for a Google docs spreadsheet. I've tried the one shown on the API Language Reference page, but I still get a 'Request timed out' error. I'll paste the html code, and if the URL is correct, can anyone

Re: [visualization-api] Google Query link format

2015-07-01 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Doreen, Your URL is the problem. As the documentation page at https://developers.google.com/chart/interactive/docs/querylanguage says, you need to add '/gviz/tq?tq=' to your URL, without the pubhtml, like this: '

Re: [visualization-api] Google PieChart

2015-07-01 Thread 'Jon Orwant' via Google Visualization API
Yes. Jon On Wed, Jul 1, 2015 at 8:17 AM, Bogdan Ghetu bogdan.ghetu...@gmail.com wrote: Hi, I am working on an statistics application and I want to use Google PieCharts. Could I use for free PieCharts if I will sell my application? Thanks! -- You received this message because you are

Re: [visualization-api] Migration to WebComponents (Polymer)

2015-07-01 Thread 'Daniel LaLiberte' via Google Visualization API
Alex, We don't plan to require use of WebComponents or Polymer, though we do try to coexist with any libraries that people may use within their pages. The current API doesn't require all that much JavaScript for most applications, and it is mostly declarative JSON-like structures. If you use a

[visualization-api] Google PieChart

2015-07-01 Thread Bogdan Ghetu
Hi, I am working on an statistics application and I want to use Google PieCharts. Could I use for free PieCharts if I will sell my application? Thanks! -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe from this group

Re: [visualization-api] Two queries in one chart

2015-07-01 Thread Mark
I added: function AddKeyColumn(arr) { arr.addColumn('string', 'key'); arr.Lf.forEach(function(element, index, array) { var datatimeString = element.c[0].v; arr.setCell(index, 2, datatimeString.slice(-2)); }); }

Re: [visualization-api] Google Query link format

2015-07-01 Thread doreentlu0
Thank you very much. On Wednesday, July 1, 2015 at 10:12:29 AM UTC-4, Daniel LaLiberte wrote: Hi Doreen, Your URL is the problem. As the documentation page at https://developers.google.com/chart/interactive/docs/querylanguage says, you need to add '/gviz/tq?tq=' to your URL, without

Re: [visualization-api] How to enable Data Markers on Barcharts?

2015-07-01 Thread 'Jon Orwant' via Google Visualization API
Since you're asking about chm, that suggests you're using Image Charts, which are limited compared to the interactive Google Charts. Information on how to annotate bars in Google Charts is here: https://developers.google.com/chart/interactive/docs/gallery/barchart#labeling-bars Jon On Tue, Jun

Re: [visualization-api] [Event Listeners] IE 8 Support?

2015-07-01 Thread 'Daniel LaLiberte' via Google Visualization API
Christian, We would actually like to drop support for IE8, though we are continuing to support it as long as it is not too difficult. The addListener method *should* work, and I don't know why it is failing. It might be the particular event you are listening for in the particular chart, so if

Re: [visualization-api] [Event Listeners] IE 8 Support?

2015-07-01 Thread Christian Alexander
Daniel, I realized it wasn't a problem with the Event Listener. I tried to delete the message as there shouldn't be a problem with the listeners on IE 8. From what I gained out of the problem, it was a problem with VML drawing the charts. I ultimately decided to ignore it as I don't

[visualization-api] MySQL database connect

2015-07-01 Thread Darwin Jose De La Rosa Damian
Hi guys! There is a possibility to connect the graphics MySql database? And if there as I can do it ? Thanks in advance -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe from this group and stop receiving emails from

[visualization-api] Defer loading google charts

2015-07-01 Thread Viktor Ka
I have this google charts code which works fine: script type=text/javascript src=https://www.google.com/jsapi;/script script type=text/javascript async google.load(visualization, 1, {packages:[corechart]}); var t1 = 'IndexTitle' var t2 = 'IndicatorTitle'