Re: [visualization-api] Very basic question

2016-03-22 Thread Philipp Alexander Asbrand-Eickhoff
Hi Sergey, thanks for the fast and helpful response, just what I was looking for! Sounds like it is a sound investment to focus on this. You rock, have a great day! > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To

Re: [visualization-api] Very basic question

2016-03-22 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Alexander, 1. It depends on what you're talking about. We don't support 3D charts like the one on that page, but our dashboards do support the type of connectivity that you appear to be looking for. 2. It really depends on your capabilities and capacity to understand new concepts. In my

[visualization-api] Very basic question

2016-03-22 Thread Philipp Alexander Asbrand-Eickhoff
Hey guys! I only have very limited web-design experiences, but for a project I need to include ineractive charts like these . 1. From what I have gathered, this is possible with the Google Visualization API - correct? 2. Would you

Re: [visualization-api] Russian Federation, Greenland country not coming in Google world maps

2016-03-22 Thread 'Sergey Grabkovsky' via Google Visualization API
Yes, no license is required. Google Charts is free to use as long as you follow our Terms of Service. On Tue, Mar 22, 2016 at 1:34 PM Akash Jain wrote: > ok got it.. I checked the documentation and that helped me to change the > colors etc. > > One last thing, I hope I can

Re: [visualization-api] Russian Federation, Greenland country not coming in Google world maps

2016-03-22 Thread Akash Jain
ok got it.. I checked the documentation and that helped me to change the colors etc. One last thing, I hope I can use it without license for my Prod env.? Thank you so much. On Tuesday, 22 March 2016 13:14:56 UTC-4, Sergey wrote: > > Akash, > > We don't provide any utilities for doing

Re: [visualization-api] Russian Federation, Greenland country not coming in Google world maps

2016-03-22 Thread 'Sergey Grabkovsky' via Google Visualization API
Akash, We don't provide any utilities for doing drilldown for any of our charts. However, we do support enough events for you to hook this up yourself. There have been numerous people asking about this on this mailing list. You should be able to find a post pretty easily. You can certainly

Re: [visualization-api] Russian Federation, Greenland country not coming in Google world maps

2016-03-22 Thread Akash Jain
Awesome.. Thank you so much. Really appreciate it. It works fine in GeoChart. Does it need any license ? Or I can simply use the following URL https://www.google.com/jsapi "> https://www.gstatic.com/charts/loader.js "> Also, does it support drilldown also, like if I click on United

Re: [visualization-api] Russian Federation, Greenland country not coming in Google world maps

2016-03-22 Thread 'Sergey Grabkovsky' via Google Visualization API
The GeoMap is extremely deprecated and we strongly urge anyone using it to use the GeoChart instead. Please post back if you experience these issues with the GeoChart. On Tue, Mar 22, 2016 at 11:52 AM Akash Jain

Re: [visualization-api] Russian Federation, Greenland country not coming in Google world maps

2016-03-22 Thread Akash Jain
Hi, I understand your concern. This is for our Oracle BI reporting tool wherein we want to use the data coming from the report to plot the world map. This is the Prefix part of the code. https://www.google.com/jsapi";> https://www.gstatic.com/charts/loader.js";>

Re: [visualization-api] Russian Federation, Greenland country not coming in Google world maps

2016-03-22 Thread 'Sergey Grabkovsky' via Google Visualization API
Akash, I will need more code than that if I am to help you figure this out. Could you either link to the website where you are experiencing this error, or distill the error into a jsfiddle? The code you gave doesn't appear to have any relevance to the issue you're experiencing. On Tue, Mar 22,

Re: [visualization-api] Google Charts on a Closed Network

2016-03-22 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi J, It is against our terms of service to download Google Charts code and serve it yourself. We may support this use case at some point in the future, but currently do not. On Mon, Mar 21, 2016 at 10:56 AM J Richards wrote: > Hi, > I'd like to use Google Charts for an

Re: [visualization-api] Russian Federation, Greenland country not coming in Google world maps

2016-03-22 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Akash, We identify the "Russian Federation" as "Russia". "Russian Federation" should still work, however, if you loaded `https://www.google.com/jsapi` in order to enable geocoding. Here is a jsfiddle where I use both "Greenland" and "Russian Federation" on a world map:

Re: [visualization-api] Viewing amounts in national currency of choice

2016-03-22 Thread 'Daniel LaLiberte' via Google Visualization API
Here are some ideas to ensure your columns are tall enough to be visible. * You can set the chart height and chartArea height. * You can set the vAxis viewWindow.min and max to avoid excess white space on the top or bottom. * You can set the vAxis.scaleType to 'log' or 'mirrorLog' so that smaller

Re: [visualization-api] Viewing amounts in national currency of choice

2016-03-22 Thread Markus Weiss
OK. and how can I influence the height of the columns? So that at low amounts the columns turn yet higher as a whole? Because otherwise the column is barely visible in an amount of just 300 CHF. Am Montag, 21. März 2016 18:38:47 UTC+1 schrieb Daniel LaLiberte: > > Markus, > > You can get