There are 2 ways to attach links to the chart: clickURL on the chart element and then the link attribute in the datasets. However they seem to be exclusive, which is too bad.
I would have liked to be able to attach a link on each bar of my chart to access data specific to this bar, and attach another link on the full chart to access another view of the same information (actually get extra information as the chart is more like a summary). I expected that when clicking where a bar was I would link to the bar, and when I click anywhere else on the chart it would link to the new view of the data.
Unfortunately, the event is caught at the chart level before reaching the bars themselves and therefore never reaches the bar links.
Am I missing something, or would anyone have a suggestion to achieve the same effect? (another solution would be to have an other link in the title or subtitle, but I do not think this is possible.
Thanks