Quantcast
Viewing all articles
Browse latest Browse all 4841

Re: How to make i5Chart clickable

Hi Amr,

 

To make an element clickable you can use the below snippet (with jQuery):

 

$("#chart1").click(function() { window.open('http://www.google.com', '_blank'); });

 

where chart1 is the div id provided in i5Chart1.draw("chart1")

 

Best Regards,

Ria

 



 





Viewing all articles
Browse latest Browse all 4841

Trending Articles