[visualization-api] Re: Timelines in js from a google script?

2014-11-01 Thread Andrew Gallant
The Apps Script environment runs in a sandbox that blocks some javascript files from loading. Since the Timeline visualizations are not officially supported in Apps Script, the javascript file is blocked, so you can't load them even when using the HtmlService. On Wednesday, October 29, 2014

[visualization-api] Drawing separate chart for subcategories using google visualization

2014-11-01 Thread saKw
Hi, I am trying to draw a chart using google visualization. I have 11 categories, out of those eleven categories 4 of them have subcategories. The Subcategories are different for different categories. For example: - a) Video - i. Subcategories: Netflix, YouTube, Vimeo, Vine,

Re: [visualization-api] unable to apply options to bar chart

2014-11-01 Thread Marc Tober
Sergey, disregard my last entry, everything is working fine. I called the draw() command without the convertOptions (or better: I called it twice and the last entry was without the convertOptions). I should better get some rest every once in a while I think I will get the desired column

[visualization-api] Google Timeline Chart date box

2014-11-01 Thread Craig
I have the below code for a Google timeline graph. When I hover over a bar in the graph, the date in the pop up box only shows the Month and year i.e. Jan 2014. I need this to show the full date i.e 23 Jan 2014. Does anyone know how i make this change? head meta http-equiv=Content-Type