Re: [visualization-api] Geochart options

2015-06-19 Thread donkey . kong . elite
Hi, Do you know if I can use a code or a script to add a popup box when hover (or click) I found this: !DOCTYPE html html body pClick the button to display an alert box:/p button onclick=myFunction()Try it/button script function myFunction() { alert(I am an alert box!); } /script /body

Re: [visualization-api] Geochart options

2015-06-19 Thread donkey . kong . elite
Is it possible to have an image replacing the information in the map? For example, when I hover a country, it shows a picture? -- 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

Re: [visualization-api] Geochart options

2015-06-12 Thread donkey . kong . elite
Many thanks for your help!! I have one last question: Is it possible to set markers while using the region geochart and not the markers geochart? I mean, how can I add markers only for the small countries or cities because we can't see them with the region color For example, if I want to

Re: [visualization-api] Geochart options

2015-06-12 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi, there isn't any way to add markers to a region map. This is something that we want to fix, but don't quite know how yet. On Fri, Jun 12, 2015 at 9:35 AM donkey.kong.el...@gmail.com wrote: Hey! I tried using your code and add a third column but I get an error. I can only have one

Re: [visualization-api] Geochart options

2015-06-12 Thread donkey . kong . elite
Hey! I tried using your code and add a third column but I get an error. I can only have one information like this: France Information But can I have something like this: France Information 1 Information 2 Thank you! -- You received this message because you are subscribed to the

Re: [visualization-api] Geochart options

2015-06-11 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi, 1. The second column cannot be text. It needs to be a number that will get scaled and have a color assigned to it. What are you trying to do here? Are you looking to do something like series, where each country has a category? 2. You can listen for either the 'regionClick' event or the

Re: [visualization-api] Geochart options

2015-06-11 Thread donkey . kong . elite
1. I just want the Countries to show some text information when hover. I set the countries concerned to be a specific color, all the same color because I don't need to show different color depending on data values numbers. 2. Do you have an example, I'm not sure I understand. On Thursday,

Re: [visualization-api] Geochart options

2015-06-11 Thread 'Sergey Grabkovsky' via Google Visualization API
If you simply want all the countries to be one color, you can easily do this by just providing one string column. This will cause all the locations to receive a value of null, which will be assigned a default color based on the option 'defaultColor'. Here's a simple example of this where I make

Re: [visualization-api] Geochart options

2015-06-11 Thread donkey . kong . elite
I already set all the countries to be the same color. What I need is the text information. For example, when I hover the USA, it will shows a popup with some line text informations. Maybe with another code or another charts? Thank you for the links On Thursday, June 11, 2015 at 6:12:48 PM

Re: [visualization-api] Geochart options

2015-06-11 Thread donkey . kong . elite
I already set all the countries to be the same color. What I need is the text information. For example, when I hover the USA, it will shows a popup with some line text informations. Maybe with another code or another charts? Thank you for the links -- You received this message because you are

Re: [visualization-api] Geochart options

2015-06-11 Thread 'Sergey Grabkovsky' via Google Visualization API
You can accomplish that with custom tooltips. Here is an example: https://jsfiddle.net/ywss09q3/3/ On Thu, Jun 11, 2015 at 12:29 PM donkey.kong.el...@gmail.com wrote: I already set all the countries to be the same color. What I need is the text information. For example, when I hover the USA,

[visualization-api] Geochart options

2015-06-11 Thread donkey . kong . elite
Hi, I have two questions : 1. When using Region display we have 2 columns (country and data value which is a number). Is it possible to change the second criteria to text value? 2. How can I set an option to click on the country to redirect to an url? Thank you -- You received this

[visualization-api] [GeoChart options] colorAxis customisation

2013-07-01 Thread Rupam Datta
Hi, I wanted to reduce/increase the width of the colorAxis. I've read the documentation but could not find a way to reduce/increase the same. Can you please suggest me how I should be doing that? Appreciate any suggestion. Rupam -- You received this message because you are subscribed to the

Re: [visualization-api] [GeoChart options] colorAxis customisation

2013-07-01 Thread Sergey Grabkovsky
Hi, there's currently no way to configure that, but it's coming, likely in the next release. - Sergey On Mon, Jul 1, 2013 at 5:48 AM, Rupam Datta ardeezst...@gmail.com wrote: Hi, I wanted to reduce/increase the width of the colorAxis. I've read the documentation but could not find a way to