Open a web page for an on click from a chart
Set up a Drilldown: http://recordit.co/H27ay2sN6L
Use the 'On click event Handler':
Example:
alert(JSON.stringify(this.pointDetails));
window.open('https://en.wikipedia.org/wiki/' +this.pointDetails["Average Close"]);
Screenshot recording:
Please sign in to leave a comment.
0 comments