The Google Chart API returns an image and only an image. The
functionality you want requires JavaScript. As far as I know you have
two options:

1) Google Visualization API - http://code.google.com/apis/visualization/
-

2) Add your own JavaScript - If the size (width/height) of your
original chart won't change you can use your data (3 slices: 25%, 40%,
35%) to calculate pixel positions and create your own image map.
http://www.w3schools.com/js/js_image_maps.asp

After reviewing my e-mail, it appears that option (1) may not allow
you to add an event handler to the click event of the chart.

Good luck,
K

On Jan 18, 9:28 am, amit_GL <[email protected]> wrote:
> Hi All,
>
> We have a requirement where we want to make piechart's different
> section as clickable, ...
>
> Is there a way to acheive this using Google Charts?
> Appreciate if you can help me to gather any relevant information about
> it.
>
> Thanks a lot.
> Amit
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Chart API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-chart-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to