ClickSeries problems: position - pie - fired twice
Posted: Fri Feb 10, 2012 5:15 pm
Hi,
I am having some trouble with the clickseries event:
1 - In the layout shown on the attached sample, clicks on the lower part of the bars won't fire the clickseries event, but if I click on the higher part of the bars, even above them clickseries is fired. In fact, as far as we were able to observe, it is like if the click's position that the chart takes into account in order to calculate if it was a click on a series or another element is moved exactly the height of the blue div at the bottom.
2 - If I change the Bar3d series for a Pie series valueIndex in the clickseries is always 0, is this right?
3 - Some times the clickseries event is fired twice.
The updatePanel and the way the chart is added(by code) are because this is how our application needs it to work.
Thanks
I am having some trouble with the clickseries event:
1 - In the layout shown on the attached sample, clicks on the lower part of the bars won't fire the clickseries event, but if I click on the higher part of the bars, even above them clickseries is fired. In fact, as far as we were able to observe, it is like if the click's position that the chart takes into account in order to calculate if it was a click on a series or another element is moved exactly the height of the blue div at the bottom.
2 - If I change the Bar3d series for a Pie series valueIndex in the clickseries is always 0, is this right?
3 - Some times the clickseries event is fired twice.
The updatePanel and the way the chart is added(by code) are because this is how our application needs it to work.
Thanks