Creating a link from Google Chart timeline item
问题 I have quite complex timeline with lots of items. I'm trying to create a link for the contract details straight from the timeline, so that when the user clicks the element it has the option to follow the link. This is what i have so far: var chart1 = new google.visualization.Timeline(document.getElementById('example3')); var data1 = new google.visualization.DataTable(); data1.addColumn({ type: 'string', id: 'fracao' }); data1.addColumn({ type: 'string', id: 'contrato' }); data1.addColumn({