You must be logged in to post your query.
Home › Forums › Chart Support › Hyperlinks in graphs?
Tagged: hyperlinks
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.
@mbarens,
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.
— Shashi Ranjan Team CanvasJS
You must be logged in to reply to this topic. Login/Register