Am working with sencha archictect4.2.1. We need to use chart and on click of chart series or category it will go to drill down charts.(open a new window and show up charts there). For chart click event we need to add following plugins:
plugins : {
ptype : 'chartitemevents',
moveEvents : true
}
how do I add above plugins into sencha Architect . I dont find any property with this name in cartesian chart component.
Regards,