I've searched far and wide on this issue and have come up empty-handed. Is there an existing plugin for making x-axis ticks into clickable links? I understand how to make items along a bar graph clickable. I've also edited the ticks to display names along the x-axis. However, I also want to be able to click on the x-axis ticks and access a given URL.
I've noticed that any clicks outside the graphable area will produce pos.x and pos.y values, but cannot be associated with a specific item, and therefore can't be associated with a specific dataIndex.
Are there any existing plugins which deal with this issue?