Re: [visualization-api] How to add latest geo chart of india with telungana state

2015-10-28 Thread 'Sergey Grabkovsky' via Google Visualization API
This should be possible the next time we refresh the geochart data, but I have no estimates for when that might be. On Wed, Oct 28, 2015 at 5:53 AM Midhun Jose wrote: > i want to create a geo chart of india ,including telungana state.is > there anyway to do it? >

Re: [visualization-api] How can I add a separate datatable column to a column chart?

2015-10-28 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi, It's not very clear what you're asking. If you are indeed asking how to add another column to a DataTable, that can be done with the .addColumn method. However, I suspect that your question is more complex than that. Could you give an example of what you currently have and what you're trying

Re: [visualization-api] Re: two horizontal achses - values

2015-10-28 Thread 'Sergey Grabkovsky' via Google Visualization API
We don't really understand what you mean. I suspect you're asking about how to make a series go to one axis vs another, and I suspect you actually talking about vertical axes, though I can't be sure. If you are indeed talking about vertical axes, then the targetAxisIndex option for the series will

[visualization-api] Re: two horizontal achses - values

2015-10-28 Thread Nadja
Is there nobody, who can help me? Or don't you understand what I mean? NAdja Am Donnerstag, 22. Oktober 2015 10:22:49 UTC+2 schrieb Nadja: > > Hello, > > I habe a line chart with two horizontal achses and between 1 and 4 lines > whitch were drawn (columns). > But only one of these lines should

[visualization-api] convertOptions()

2015-10-28 Thread Chris
Up until now I was able to set the google.charts.Bar.convertOptions(optionsCount) in order to show a subtitle, and it worked, but only when creating a BarChart. What if I want to use the convertOptions() when dealing with a AreaChart? google.load("visualization", "1",

Re: [visualization-api] convertOptions()

2015-10-28 Thread 'Sergey Grabkovsky' via Google Visualization API
AreaChart does not require convertOptions, since it is one of the older charts. convertOptions is built for the purpose of giving us flexibility to develop a new options structure and change it at will while retaining compatibility with the Classic (documented) options structure for our new

[visualization-api] How can I add a separate datatable column to a column chart?

2015-10-28 Thread Huanxing SHEN
Just like the data column in the annotation chart. I have hundreds of data for one column to show, so I prefer to show them in a separate column. Thanks. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this

[visualization-api] How to add latest geo chart of india with telungana state

2015-10-28 Thread Midhun Jose
i want to create a geo chart of india ,including telungana state.is there anyway to do it? -- 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] Google timeline chart connect to Mysql PHP

2015-10-28 Thread Regi
Any you, please, could help me to fix this: I'm trying to connect a google timeline chart to my mysql database using PHP. I'm reading a loto on google but I realized I can't go further. Any one could give a hint on how this code below doesn't work? Any help will be appreciated. Also, I'm kind

[visualization-api] Building Dashboards using Google Charts

2015-10-28 Thread Rajaraman Soundararajan
Hi, There is a class google.visualization.ControlWrapper that defines a container for controls in the dashboard var donutRangeSlider = new google.visualization.ControlWrapper({

Re: [visualization-api] Building Dashboards using Google Charts

2015-10-28 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Rajaraman, You can certainly create a custom control, but it's not trivial, and we don't have any documentation for doing it. To help, I created a jsfiddle that shows a simple custom control . This control is a simple textbox where you enter a comma-delimited set

Re: [visualization-api] Building Dashboards using Google Charts

2015-10-28 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Rajaraman, You can use your own class, but it has to have the right interface to be usable as a control. You'll probably want to create a wrapper around classes like jQuery controls, in order to define the draw() method and other methods as required. It is also essential that your handle the

Re: [visualization-api] How can I add a separate datatable column to a column chart?

2015-10-28 Thread Huanxing SHEN
Hi, I made a mock-up. When clicking the individual column, the right data pane will show the data falls into that column. Hope you can understand what I am tying to do. Thanks. Hi, On

[visualization-api] Moneytizing pages with charts.

2015-10-28 Thread Zdenek Humpal
Hi, I'm n00b in copyrights, Is it OK to monetize pages with charts from https://developers.google.com/chart/ ? Not the code but the generated page. like this1: http://1stbitco.in/faucet/stats.php Is it OK to put ads on such pages? And make money? best regards Zdenek Humpal -- You received

Re: [visualization-api] Moneytizing pages with charts.

2015-10-28 Thread 'Jon Orwant' via Google Visualization API
Yes, that's fine. Jon On Wed, Oct 28, 2015 at 10:47 PM, Zdenek Humpal wrote: > Hi, I'm n00b in copyrights, > Is it OK to monetize pages with charts from > https://developers.google.com/chart/ ? Not the code but the generated > page. > like this1:

[visualization-api] Gantt: Grouping resources

2015-10-28 Thread kevin mulholland
I was using the timeline chart to create a type of Gantt chart, but now that the Gantt chart is available I am trying to use that. In the timeline, you can group resources together to have them appear on the same 'line'. Within Gantt if I do this, the items just get colored the same. Is it