I'm using seriesClick event handler to provide navigation features fro my users.
However, when I'm trying to enable selection and/or zooming for the chart:
seriesClick event is never fired, selectEnd event is fired instead. Expected behavior seriesClick for clicks on the line and selectEnd for changing selection
Sample without selection that works: http://dojo.telerik.com/avOxE
Sample with selection and broken seriesClick: http://dojo.telerik.com/avOxE/3
However, when I'm trying to enable selection and/or zooming for the chart:
categoryAxis: { field: "year", select: { from: 0, to:9 }, }, selectEnd: function(e) {// Handler here },seriesClick event is never fired, selectEnd event is fired instead. Expected behavior seriesClick for clicks on the line and selectEnd for changing selection
Sample without selection that works: http://dojo.telerik.com/avOxE
Sample with selection and broken seriesClick: http://dojo.telerik.com/avOxE/3