We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Supported by:
You can redirect the user to a different URL when she clicks on a point in a series of your chart by using the class [RedirectFunction] (http://thombergs.github.io/wicked-charts/apidocs/com/googlecode/wickedcharts/highcharts/options/functions/RedirectFunction.html):
options.addSeries(new PointSeries() .setData(new Point(1,2) .setEvents(new Events() .setClick(new RedirectFunction("https://github.com/thombergs/wicked-charts"))));