[visualization-api] Re: customize label mouse over wordtree

2015-06-11 Thread Informac Informac
no idea? -- 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 google-visualization-api+unsubscr...@googlegroups.com. To post to this group, send email to

[visualization-api] Geochart Map Display

2015-06-11 Thread donkey . kong . elite
Hi, I don't know if i'm the only one but my map is cutting a small part from the right side of Russia and put it on the left side of the map (near the United States). Is there a way to show the entire country? Thank you -- You received this message because you are subscribed to the

[visualization-api] Create Radar Chart

2015-06-11 Thread Kailas Kokate
I make bar chart orgchart and donutchart using google API. So I cant create Radar Chart. So please help me. -- 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

Re: [visualization-api] Tooltip Actions: strange behavior

2015-06-11 Thread Matthew Baute
Hi Sergey: Thanks for confirming the bug. It sure did seem strange so I'm glad to know I'm not going crazy! Hope to see a fix some time soon. :-) Matthew On Wednesday, June 10, 2015 at 2:26:53 PM UTC-5, Sergey wrote: Hi Matthew, It seems that you found a bug. It appears that

Re: [visualization-api] Geochart Map Display

2015-06-11 Thread 'Sergey Grabkovsky' via Google Visualization API
If your center your map on Russia, (using the option region: 'RU'), it should show the whole country, but it wouldn't show the entire world. Here is an example of that: https://jsfiddle.net/amLhagz6/ On Thu, Jun 11, 2015 at 7:59 AM donkey.kong.el...@gmail.com wrote: Hi, I don't know if i'm

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

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

2015-06-11 Thread Alessandro Zuliani
Hi, create a array $myarray1=60,40; (your data) $myarray2=Hello|World; (your labels) and put in the email body: img src='https://chart.googleapis.com/chart?cht=lcchd=t:?php print ($myarray1); ?chs=250x100chl=?php print ($myarray2); ?' others suggestions??? Il giorno lunedì 1 giugno

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] How is Scaling Set for Gauge Google Chart?

2015-06-11 Thread Tony Hunter
Hello, What is the math that calculates the scale/dial for the Google gauge chart? I'm trying to set the mid-point to a certain value, but it's a little tricky. From what I can see, the start and end points determine the scale, but I can't get the math down. I run into most of my issues

[visualization-api] Re: Gauge

2015-06-11 Thread Tony Hunter
I have the same question! Very difficult to figure out. On Tuesday, June 9, 2015 at 10:34:45 AM UTC-4, Leandro Medeiros wrote: Hi guiys, I would like to know how can I use negative and positive values in a gauge chart. Will be wonderfull if can I set the minus value as -20 and max as +20.

[visualization-api] Re: Cannot Access chart.apis.google.com when i using IE 11

2015-06-11 Thread htraish77
Same thing just happened to me. Latest Windows updates updates were just applied (not sure which one affected yet): KB3033890 KB2952664 KB3068708 KB3050265 KB3059317 KB3057839 KB3063858 KB890830 KB3054476 On Wednesday, June 10, 2015 at 8:36:39 PM UTC-4, Gangseok Gim wrote: base : 1. I don't

Re: [visualization-api] Re: Gauge

2015-06-11 Thread 'Daniel LaLiberte' via Google Visualization API
There are min and max options that should do what you want. These are documented at: https://developers.google.com/chart/interactive/docs/gallery/gauge You have to specify the min and max so it knows what your possible range is even if none of your data reaches the extremes. It might be

[visualization-api] SAS and Google Chart

2015-06-11 Thread Courtney Serra
Hey, everyone! I am interning with the New York State Department of Health Bureau of TB Control and we are looking for new possible ways to display our epidemiologic statistics in our annual TB report. We are currently using SAS to manage out data sets. Is anyone aware if Google Chart can

[visualization-api] Re: Google charts commercial use

2015-06-11 Thread Nikola Pavkovic
Thanks! On Thursday, June 11, 2015 at 2:22:35 PM UTC+2, Nikola Pavkovic wrote: Hi, I wonder if there are any constraints/royalty fees when using google charts on a commercial website? Thanks, Nikola -- You received this message because you are subscribed to the Google Groups Google

[visualization-api] Google charts commercial use

2015-06-11 Thread Nikola Pavkovic
Hi, I wonder if there are any constraints/royalty fees when using google charts on a commercial website? Thanks, Nikola -- 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

Re: [visualization-api] Google charts commercial use

2015-06-11 Thread 'Jon Orwant' via Google Visualization API
Nope! Google Charts are free for all. Jon On Thu, Jun 11, 2015 at 8:22 AM, Nikola Pavkovic nikola.pavko...@gmail.com wrote: Hi, I wonder if there are any constraints/royalty fees when using google charts on a commercial website? Thanks, Nikola -- You received this message because you

[visualization-api] Annotation Chart: Is it possible to set the precision of the data points on the fly?

2015-06-11 Thread david spagnolo
I'm currently working on a project using an annotation chart. The issue I'm having is that I want the user to be able to look at a point on a graph from a daily context where they can see the summation of all occurances within each of the 24 hours of a day. However, when they zoom in with the

Re: [visualization-api] SAS and Google Chart

2015-06-11 Thread Montacer
You should be able to transform your SAS datasets into Google tables the same way you transform SAS datasets into Excel files for example (using ods or proc export). On 11 Jun 2015 21:08, Courtney Serra serr0...@d.umn.edu wrote: Hey, everyone! I am interning with the New York State Department

[visualization-api] Google Donut Chart not displaying correct using data from database

2015-06-11 Thread Iva Nikolova
Hello everybody! I'm trying to make Donut Chart using Google Charts. I get data from database - json format. I've seen example format for json data and I tried it. Now my pie chart looks in this way: http://prntscr.com/7fmpnx It shows data - these 2 firms but it's not donut. Am I missing

Re: [visualization-api] Geochart Map Display

2015-06-11 Thread donkey . kong . elite
Ok thank you, I really don't understand why they decided to show it like this by default, it's not very good to see On Thursday, June 11, 2015 at 5:30:02 PM UTC+2, Sergey wrote: In that case, what you're asking for is not possible. On Thu, Jun 11, 2015 at 11:25 AM donkey.k...@gmail.com

[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

Re: [visualization-api] Geochart Map Display

2015-06-11 Thread donkey . kong . elite
Thank you for your help, However, I need to show the entire world. On Thursday, June 11, 2015 at 4:11:57 PM UTC+2, Sergey wrote: If your center your map on Russia, (using the option region: 'RU'), it should show the whole country, but it wouldn't show the entire world. Here is an example

Re: [visualization-api] Geochart Map Display

2015-06-11 Thread 'Sergey Grabkovsky' via Google Visualization API
In that case, what you're asking for is not possible. On Thu, Jun 11, 2015 at 11:25 AM donkey.kong.el...@gmail.com wrote: Thank you for your help, However, I need to show the entire world. On Thursday, June 11, 2015 at 4:11:57 PM UTC+2, Sergey wrote: If your center your map on Russia,

Re: [visualization-api] Geochart Map Display

2015-06-11 Thread 'Sergey Grabkovsky' via Google Visualization API
A number of popular printed maps do this. I suppose it's not many, but it's a significant amount. On Thu, Jun 11, 2015 at 11:33 AM donkey.kong.el...@gmail.com wrote: Ok thank you, I really don't understand why they decided to show it like this by default, it's not very good to see On