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