Using jQuery to catch clicks on area graphs

This demo uses drawn event in chart and jQuery to attach click events to the whole fill of the area graphs.

jQuery selector relies on addClassNames being set in chart config as well all of the graphs having their id property set. With that, the chart attaches various class names, including ones based on object id, which then can be used as jQuery selectors.