paulguz Report post Posted August 28, 2014 Hi, In the arguments to slicingStart and slicingEnd, please provide the index of the slice. Currently I have to manually compare the state of the chart at the start and end of the slice to determine this. The index is required to call slicePlotItem. Paul Share this post Link to post Share on other sites
Nabajeet Report post Posted September 2, 2014 Hi Paul, What you can do is use both the events 'dataplotClick' and 'slicingStart/slicingEnd' to get the slice index and sliced state.http://jsfiddle.net/b533S/10/ Hope this helps. Share this post Link to post Share on other sites
paulguz Report post Posted October 8, 2014 Yes, as you suggest, you can use the dataPlotClick and slicing events in tandem to get all the information required. However, it would make sense, and be simpler, to provide the index in the slicingEvents also. Thanks, Paul Share this post Link to post Share on other sites
Nabajeet Report post Posted October 9, 2014 Hi Paul, Thank you for your suggestion, we shall let you know if this feature can be implemented in the near future. Share this post Link to post Share on other sites