A call to Google's Chart API only returns an image at this time and I doubt they'll support this functionality in the future (unless they add support for Flash-based charts, perhaps).
That said, you can create your own functionality using an image map (HTML <map> and <area> tags). Do a search on "Image Maps" in this group for some relevant discussion and a few examples. Good luck, K On Aug 27, 6:21 am, khairule <[EMAIL PROTECTED]> wrote: > I utilized the shape marker's text feature to label the values of each > bar, as shown below: > > http://chart.apis.google.com/chart?chs=600x250&cht=bvs&chxt=x,y&chxl=0:|Jan|Feb|Mar|Apr|May|Jun|&chbh=40,20&chf=bg,s,ffffa0&chco=ff0000|00ff00|0000ff|ffff00|00ffff|000000&chd=t:10,20,30,40,50,60&chm=t10,000000,0,0,20|t20,000000,0,1,20|t30,000000,0,2,20|t40,000000,0,3,20|t50,000000,0,4,20|t60,000000,0,5,20 > > Is it possible to implement a feature for hyperlinks in the text-style > shape marker, so that if i click the text on the shape marker, the web > browser could point me to a page? > > e.g. > > chm=t<a href="www.mydomain.com/q?s=10">10</a>,000000,0,0,20| > > ideally, the value "10" on the red bar in the graph will be linking > towww.mydomain.com/q?s=10. > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
