热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

如何在谷歌图表API中添加链接-Howtoaddlinksingooglechartapi

CanIaddlinksingooglechartapi?我可以在googlechartapi中添加链接吗?Forexample,例如,HowcouldIad

Can I add links in google chart api?

我可以在google chart api中添加链接吗?

For example,

例如,

enter image description here

How could I add link to "Work" or "Eat" ?

我怎么能添加“工作”或“吃”的链接?

Thanks!

谢谢!

3 个解决方案

#1


13  

http://code.google.com/apis/chart/interactive/docs/events.html

http://code.google.com/apis/chart/interactive/docs/events.html


#2


25  

Lucky Frank's answer is good, but it just prints an alert box. Here is a more complete answer. I put the links in the DataTable, then I create a DataView so they are not passed to the chart.

幸运弗兰克的答案很好,但它只是打印一个警报框。这是一个更完整的答案。我把链接放在DataTable中,然后我创建了一个DataView,因此它们不会传递给图表。


  
    
    
  
  
    

BTW, the Google Charts API really rocks! Thanks whoever wrote this.

顺便说一下,Google Charts API真的很棒!谢谢谁写了这个。

#3


-3  

I simply use echo command. You can just replace the text between a comma with a php echo statement. for example you could replace the 11 with a link to sql data:

我只是使用echo命令。您可以使用php echo语句替换逗号之间的文本。例如,您可以使用sql数据的链接替换11:

['Work', 'http://www.thefreedictionary.com/work', ],

推荐阅读
author-avatar
Tags | 热门标签
RankList | 热门文章
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有