This is a migrated thread and some comments may be shown as answers.

Enabling Chart selection block series Click event

1 Answer 75 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Konstantin
Top achievements
Rank 1
Konstantin asked on 13 Nov 2014, 05:59 PM
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:
  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

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 17 Nov 2014, 04:34 PM
Hi Konstantin,

This behaviour can be considered as limitation in the current implementation of Kendo UI Chart - the selection overlays the chart therefore the seriesClick event never fires. Unfortunately there is no suitable workaround we can suggest at this point. Please excuse us for any inconvenience this may cause.

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Charts
Asked by
Konstantin
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or