[visualization-api] TreeMaps / Why no content?

2016-05-25 Thread Jahn
I am wondering why you don't allow content to be included within the TreeMaps. Thank you! -- 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 it, send an email to

[visualization-api] Custom legend text with formatter

2016-05-25 Thread Evan Johnson
I have the shown chart. I'd like my legend to show the raw value in it (i.e. Capacity - 744). I understand I can do this by making the label 'Capacity - 744' but I'd

[visualization-api] Re: Send google chart with email

2016-05-25 Thread David
Was this ever resolved? Doesn't seem to be a good way in Google Charts to use for email since Google Image Charts is deprecated... On Thursday, December 17, 2015 at 9:51:32 AM UTC-5, Yariv Attar wrote: > > Hi did you found a way to do this? I need to send email with charts to my > boss > > On

[visualization-api] Charts saved as JPG?

2016-05-25 Thread David
Hi All, Are Google charts able to save to a file in JPG format - it doesn't appear to have this functionality? I have an ancient Classic ASP application moving from Server 2003 to Server 2012 R2 and the charting component on there from ServerObjects doesn't seem to work on Server 2012 so it

Re: [visualization-api] Re: Dynamic Icons in Image Charts (Deprecated)

2016-05-25 Thread 'Jon Orwant' via Google Visualization API
(Clarification for others: Image Charts are not Google Charts. Image Charts is the older service that lets you pack your data into a https://chart.googleapis.com/chart URL to make Google render a static PNG.) I can't make any promises about how long we'll keep up our Image Chart service. I can

[visualization-api] Re: Dynamic Icons in Image Charts (Deprecated)

2016-05-25 Thread Rukhshanda S
Hi David, Did you get any answer or solution? If anyone can help would be appreciated. On Saturday, June 27, 2015 at 12:26:29 AM UTC+5, DMal wrote: > > I work for an enterprise that would like to use these dynamic icons to > represent different points on a map. I've read a few other posts saying

Re: [visualization-api] Is there a way to set bar width for 'timeofday' column?

2016-05-25 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Jan, The google.charts.Bar is the newer Material chart. google.visualization.BarChart is the older "classic" chart, not exactly outdated. Documentation on the new bar width and gap options needs to be updated. The new options apply to the classic charts, though not the material Bar chart.

[visualization-api] Re: hAxis title problem

2016-05-25 Thread lizeth sanchez
Estimados tengo un problema con la configuración de haxis en un gráfico de combochart, me muestra el texto entrecortado, quiero saber si hay la manera de ponerle un tamaño fijo o mostrarlo en varias lineas. Gracias

Re: [visualization-api] this.ma.parentElement is undefined when generating PDF of pie charts

2016-05-25 Thread Andy Lower
Thank you, Daniel. Works perfectly now! On Tuesday, 24 May 2016 16:54:53 UTC+1, Daniel LaLiberte wrote: > > Hi Andy, > > If you are using the jsapi loader to load Google Charts, that code was > updated a couple weeks so, with a larger jump in versions because we have > been doing most updates

[visualization-api] Re: StackedBar Chart annotation labels

2016-05-25 Thread Baljit Ghai
I am trying to do something similar but my data is coming from an encoded json string. How can I encode { role: 'annotation' } in the following code on the first line: array('Kwd' => 'Keywords','type' => 'string'), //keywords for annotation A working example would be a great help. Thanks