How to add links in google chart api

前端 未结 5 743
南方客
南方客 2021-01-01 22:43

Can I add links in google chart api?

For example,

\"enter

How could I

5条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-01 23:24

    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:

    ['Work', 'http://www.thefreedictionary.com/work', < ? php echo $row_rs_age_total['Old']], $row_rs_age_total['Old']; ?>],
    

提交回复
热议问题