4 messages in com.googlegroups.google-chart-apiRe: Is there anyone tried to add "cli...
FromSent OnAttachments
bluedolphin19 May 2008 12:30 
Mike19 May 2008 13:41 
bluedolphin19 May 2008 14:18 
ngaspero14 Jul 2008 16:33 
Subject:Re: Is there anyone tried to add "click" function on Google Map Chart?
From:bluedolphin (jack@gmail.com)
Date:05/19/2008 02:18:17 PM
List:com.googlegroups.google-chart-api

Thanks your reply.

The case looks a little different, for dot-chart, it knows the positions so it could create image map based on the dot position. But for the map chart, I don't have the boundary data, or I am just a little "lazy" to create one. I am wondering whether google or some other third party created those country/state boundary data already.

Thanks again .

On May 19, 4:41 pm, Mike <xqui@gmail.com> wrote:

Here is an example of tooltips on chart data points for a line chart.

http://informationandvisualization.de/blog/tooltips-google-chart-api

In addition to the data point tooltips, it also highlights a grid row when a data point is clicked.

On May 19, 2:30 pm, bluedolphin <jack@gmail.com> wrote:

Say in US map, user click on one state, say, "Texas", some event will be triggered with "Texas" information. I guess it would need imagemap along with the border info of each country and each state. Some concern is that since the since of map chart could be various, now sure whether those border info would be adjusted accordinately.

Thanks in advance.