How to add links in google chart api

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

Can I add links in google chart api?

For example,

\"enter

How could I

5条回答
  •  旧时难觅i
    2021-01-01 23:18

    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.

    
      
        
        
      
      
        

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

提交回复
热议问题