[visualization-api] Re: Values / Labels on annotated time lines charts

2013-06-05 Thread eric . lebrestois
Thanks for your advises. I'll try to understand your method... But before that I would like to be sure to have at least two important parameters with your 'line chart with range filter : (1) I need multiple vertival axis (at least 3) (2) I need automatic scaling Please have a look at my

[visualization-api] Re: Values / Labels on annotated time lines charts

2013-06-05 Thread eric . lebrestois
I've tried to modify my scriptbut as I don't really understand this language...It doesn't work for the moment ! Here is an extract of my script...can you help me ? Thanks !-- You are free to copy and use this sample in accordance with the terms

[visualization-api] Getting formated value of selection in Geochart

2013-06-05 Thread Carlos Moreira
Hello all My data is in this format: data.addRows([[{v:'AU-NSW',f:'New South Wales'},0,'Click to visit Wikipedia']]); How can I get 'New South Wales' on a string to use it after a user selects that region? Let's say, for example, I want to have it on an alert box? I tried a couple of thing

Re: [visualization-api] Getting formated value of selection in Geochart

2013-06-05 Thread Sergey Grabkovsky
You can use data.getFormattedValue(selectedRow, selectedColumn) to get the formatted value from a DataTable. You may find the documentation for this method herehttps://developers.google.com/chart/interactive/docs/reference#DataTable_getFormattedValue . Happy coding! - Sergey On Wed, Jun 5,

Re: [visualization-api] Getting formated value of selection in Geochart

2013-06-05 Thread Carlos Moreira
Thank you Sergey! Thank you for the prompt reply and the link! Works perfectly. cheers Quarta-feira, 5 de Junho de 2013 15:52:37 UTC+2, Sergey escreveu: You can use data.getFormattedValue(selectedRow, selectedColumn) to get the formatted value from a DataTable. You may find the

[visualization-api] Switching rows / columns in a Area Chart

2013-06-05 Thread Luis Novo
Hi , When I use an Area Chart on Google Drive, I can select an option to Switch Rows / Columns. Now that I am playing with the Javascript API, I'd like to do the same but couldn't find a way to do it in the documentation. Here's the code I am using successfully. All I need is to switch

[visualization-api] Re: Licensing Motion charts

2013-06-05 Thread jguerra
Please read carefully the FAQ. https://developers.google.com/chart/interactive/faq?hl=en#commercialuse -- 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

[visualization-api] Geocharts is missing a logScale equivalent. Got a workaround?

2013-06-05 Thread Chris Johnson
Hi there. I am using a Geochart to show some impression data by country. This data is in the range of [0, 296932090]. With only a few countries making up the majority of the distribution, there are only a few countries that show any color, while the rest show the datalessRegionColor. As