Is it possible to insert a hyperlink in a graph? For instance, if my x-axis is several months (may, june, july, etc) I want to be able to click on the month and have that take me to another page with a graph with data focused on that month.
Adding click event to the axis label is not possible as of now.
You can add a click event handler on a dataSeries to navigate to a specific chart when the user clicks on a dataPoint(also known as Drilldown chart). Please take a look at this JSFiddle for the same.