[visualization-api] Re: Container height is zero. Expecting a valid height error when I add any chart to spread sheet on Google Drive

2014-05-19 Thread Kakha O
Same problem here, is there any way out? On Thursday, May 15, 2014 10:58:40 AM UTC+4, Rehan Razi wrote: Container height is zero. Expecting a valid height error when I add any chart to spread sheet on Google Drive. I am not only facing this issue when I create a new document, previously

[visualization-api] How to make content in Google charts indexable?

2014-05-19 Thread Michal Danilák
Hi, we are using Google timeline charts on our website. In the charts we use many valuable keywords, which aren't used anywhere else on the site. By following the tutorials on the official websites (https://developers.google.com/chart/interactive/docs/gallery/timeline), these keywords are

Re: [visualization-api] How to make content in Google charts indexable?

2014-05-19 Thread 'Jon Orwant' via Google Visualization API
Hi Michal, That's a great question! I'll research and report back. Jon On Mon, May 19, 2014 at 7:26 AM, Michal Danilák mimino.co...@gmail.comwrote: Hi, we are using Google timeline charts on our website. In the charts we use many valuable keywords, which aren't used anywhere else on the

[visualization-api] Re: Container height is zero. Expecting a valid height error when I add any chart to spread sheet on Google Drive

2014-05-19 Thread Jonathan KRIEF
Same bug, found a solution, don't know if it will work for you: you place your mouse on the bottom left corner of the chart until it switch to a double arrow, then you extend the graph width a bit and bam your graph is back. -- You received this message because you are subscribed to the

[visualization-api] Re: Container height is zero. Expecting a valid height error when I add any chart to spread sheet on Google Drive

2014-05-19 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi everyone, you can consider this bug as having been reported to Google. We are now aware of this bug and have a fix ready. It should be deployed in a week or two assuming all goes well. On Mon May 19 2014 at 9:15:17 AM, Jonathan KRIEF jkr...@gmail.com wrote: Same bug, found a solution, don't

[visualization-api] Chart not rendering

2014-05-19 Thread TheInnovator
Can somebody please help me figure out why my page refreshes without drawing my table chart? Enter in just the first two dates and click submit. It's supposed to render a google chart but the page just refreshes You can enter the following dates 10/2013 and 11/2013.

[visualization-api] Re: Geochart: Problem in iOS

2014-05-19 Thread Carlos Moreira
Thank you for the fast reply asgallant! I tried doing the touch events mapping, but I had no success. After some hours wasted with this I narrowed it down to *a conflict with the use of html tooltips*. tooltip: {isHtml: false} = Select Listener will work.

[visualization-api] Re: Chart not rendering

2014-05-19 Thread Andrew Gallant
I think that the page is calling a form submission when you click those buttons (as if they were submit type inputs). According to Chrome's DOM inspector, there are 5 click event handlers (not including the in-line onclick declaration) on those buttons. Some seem innocuous, but others are

Re: [visualization-api] Re: Chart not rendering

2014-05-19 Thread Isaac Sogunro
I was missing the table corechart package but, the table appears and then disappears. On Mon, May 19, 2014 at 9:22 PM, Andrew Gallant asgallant...@gmail.comwrote: I think that the page is calling a form submission when you click those buttons (as if they were submit type inputs). According

Re: [visualization-api] Re: Chart not rendering

2014-05-19 Thread Isaac Sogunro
Nevermind, I changed the function around On Mon, May 19, 2014 at 10:06 PM, Isaac Sogunro isogu...@gmail.com wrote: I was missing the table corechart package but, the table appears and then disappears. On Mon, May 19, 2014 at 9:22 PM, Andrew Gallant asgallant...@gmail.comwrote: I think