[visualization-api] Pie Chart, wrapping legend labels

2016-10-12 Thread FARHAN INAMDAR
Hi, I have been trying to wrap the legend labels for quite some time with no success. Could someone please help me with the same? Is there a property to manipulate the legend width that I can use? Please find the link to sample js fiddle: https://jsfiddle.net/ak8wqt6f/ Regards, Farhan --

[visualization-api] Google JS Script error on accessing protected sheet

2016-10-12 Thread Adil Yalcin
Hi, I am having problems accessing protected sheets. Specifically, the Sheet API response does not include a required parameter (reqId) if the sheet is protected, and Google API throws an error in executing this response. My goal is to get a graceful error message, so I can then use the

[visualization-api] Re: Pie Chart is blank

2016-10-12 Thread Matthew Poletiek
Removing the quotes around the numbers in the json output solved my issue. For some reason this wasn't an issue in most other charts. http://stackoverflow.com/questions/40003247/google-charts-api-pie-chart-not-displaying On Wednesday, October 12, 2016 at 8:53:24 AM UTC-7, Matthew Poletiek

[visualization-api] Pie Chart is blank

2016-10-12 Thread Matthew Poletiek
Hello, Trying to get visualizations.PieChart working, but its drawing a blank white box with a title even though there is data. Here is my code. google.charts.load('current', {'packages':['corechart','gauge','line','controls','geochart']}); google.charts.setOnLoadCallback(drawAllCharts);