Re: [visualization-api] How use GeoMap with country and any states

2012-04-26 Thread Viz Kid
Hi I'm not sure what you mean. First, I suggest to use the GeoChart visualization (and not GeoMap), as we mainly support this one. https://google-developers.appspot.com/chart/interactive/docs/gallery/geochart You can choose the region of the map to be France by setting the 'region' option,

[visualization-api] How to set zoom start and end date for ATL?

2012-04-26 Thread Vikas Yadav
Hi All, Our data is not more than 3 months, so we do not want to show 6m (6 months), 1y (1 year) zoom options. Is there any way to disable/customize zoom options? Thanks, Vikas -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To post

Re: [visualization-api] Geochart Data for UK Counties

2012-04-26 Thread Jérôme
Still, the county list is on the ISO official list. It would be a lot better if the geochart could be drawn with precise county details. -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To view this discussion on the web visit

[visualization-api] Google line chart tooltip

2012-04-26 Thread Pari
I want to create custom tool tip for google line chart, the background color and text styles and want add some extra html control inside the tool tip. Want to edit the data point using the tool tip. Wnat to add button inside the tooltip. Is it possible? It's very urgent. Thanks, Pariventhan

[visualization-api] ScatterCharts and Threshold Marker

2012-04-26 Thread Arshia
Hi Fellaz, As always a newbie here and I'm wondering what has happened to the markers(as what it was called in deprecated imagecharts). I'm trying to create a scatter chart with a threshold but can't find a solution yet. I tried the combo charts but there is only line, bar and area combination

[visualization-api] Re: Range selector in charts Google IO 11 Video

2012-04-26 Thread Chris
Can we get an example of the xkcd/dilbert using ChartRangeFilter? I have been trying to reproduce it on my own with no luck. I can't figure out how to specify a different view of the same data table to the range filter. And it seems that a dashboard allows only one data table to be associated

[visualization-api] ScatterChart or...??

2012-04-26 Thread Shark986
Hi All!! I need to show a chart with theese informations: - On the y-axis a 0-50 scale - On the x-axis a list of combination of customer-year - For every customer-year, more values of the 0-50 scale - (if possible) A label for every 0-50 value Example of data (without labels): CustomerA-2010: 9,

[visualization-api] Resize a chart

2012-04-26 Thread BSTOKE
Hi I am a complete newbie so please be gentle!!! How do you get a chart to resize when you resize a div? A simple snippet of code would be great! -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To post to this group, send email to

[visualization-api] Re: Resize a chart

2012-04-26 Thread asgallant
When you resize the div, you'll have to grab it's new height and width parameters, set those in the chart's options, and redraw the chart. On Thursday, April 26, 2012 5:49:16 AM UTC-4, BSTOKE wrote: Hi I am a complete newbie so please be gentle!!! How do you get a chart to resize when

[visualization-api] Re: Google line chart tooltip

2012-04-26 Thread asgallant
You can customize the tooltips to an extent using the 'tooltip' column rolehttps://developers.google.com/chart/interactive/docs/roles#whatrolesavailable, but they don't support HTML, so you'll have to find some other way to handle this. On Thursday, April 26, 2012 6:29:37 AM UTC-4, Pari

[visualization-api] Re: ScatterChart or...??

2012-04-26 Thread asgallant
Sorry, but since the Scatter charts only support numeric axes, you can't change the labels to something text-based. You also cannot label individual data points. On Thursday, April 26, 2012 6:44:06 AM UTC-4, Shark986 wrote: Hi All!! I need to show a chart with theese informations: - On

[visualization-api] Re: How to set zoom start and end date for ATL?

2012-04-26 Thread asgallant
You can turn them off by setting the 'displayZoomButtons' option to false. On Thursday, April 26, 2012 7:08:12 AM UTC-4, Vikas Yadav wrote: Hi All, Our data is not more than 3 months, so we do not want to show 6m (6 months), 1y (1 year) zoom options. Is there any way to disable/customize

[visualization-api] Re: ScatterCharts and Threshold Marker

2012-04-26 Thread asgallant
I'm not familiar with a 'threshold marker' - describe what it is you are looking for, and I'll see if I can come up with something to do that in the Viz API. On Thursday, April 26, 2012 7:43:53 AM UTC-4, Arshia wrote: Hi Fellaz, As always a newbie here and I'm wondering what has happened to

[visualization-api] Re: Range selector in charts Google IO 11 Video

2012-04-26 Thread asgallant
Use the ui.chartView option to set the view used by the chartRangeFilter. You are correct, the dashboards allow you to use only one DataTable, but you can set different views of the DataTable on every chart and control in the dashboard. On Thursday, April 26, 2012 9:42:07 AM UTC-4, Chris

[visualization-api] GeoChart: Hide Latitude and Longitude in Tooltip

2012-04-26 Thread Trevor Davis
In this example fiddle http://jsfiddle.net/trevor_davis/zSc5c/, I would like to be able to hide the latitude and longitude from the tooltip. Is there any way to do that? -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To view this

[visualization-api] GeoChart: onmouseover event in the GeoChart

2012-04-26 Thread Soonho Kim
Hi, I know that Geochart doesn't support onMouseover event. Instead, GeoChart shows a tooltip when users mouse over a particular region. What I have been doing is to replace a flash map with a GeoChart. You can find the geo chart which I am working on (http://www.hyalina.com-- The first

[visualization-api] i have question. google char is not free?

2012-04-26 Thread 김현종
hello. i saw some site about sell google api license. if using google char in company, we need pay about license??? -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To post to this group, send email to

[visualization-api] Re: i have question. google char is not free?

2012-04-26 Thread asgallant
The Visualization API is free to use (within the limits of the Terms of Service https://developers.google.com/chart/terms). 3rd parties are, in fact, prohibited from charging for the use of the API, so if there is a site out there which does so, you might consider informing Google about them.

[visualization-api] Re: Event Bubbling in Visualization Table

2012-04-26 Thread asgallant
I use mouseover events all the time in the Viz API tables with no problems. How are you declaring the event handler? On Wednesday, April 25, 2012 1:05:24 PM UTC-4, Kerchival wrote: Greetings all. I'm using a Google Visualization table in a custom web app. I've inserted buttons into each row

Re: [visualization-api] Re: Event Bubbling in Visualization Table

2012-04-26 Thread Ben Jacobs
The handling for the button's mouse over is being handled by the jQuery UI .button() method. I'm not sure of the exact method or timing that the API uses for its event binding, but I will look into it. -- You received this message because you are subscribed to the Google Groups Google

[visualization-api] Re: How to set zoom start and end date for ATL?

2012-04-26 Thread Vikas Yadav
I want to disable it partially. like above 6 months options, not entirety. On Apr 26, 8:46 pm, asgallant drew_gall...@abtassoc.com wrote: You can turn them off by setting the 'displayZoomButtons' option to false. On Thursday, April 26, 2012 7:08:12 AM UTC-4, Vikas Yadav wrote: Hi