User Interactive Pie charts in Siebel IP16.9
Hi Team ,
We are working on a requirement on IP16.9. We have created a custom Opportunity Pie chart that displays the Opportunity Sales Stage and count . We have created this custom chart using jqplot .
Now we need that once the user clicks on any of the Oppty Pie chart slice it should display the corresponding records associated to that Sales Stage in a list applet .
Suppose : If the user clicks on "Capture" Pie slice it should be navigated to a view showing all the Oppty with Sales Stage as "Capture".
Tried to use the event "jqplotDataClick" in the file "jqplot.pieRenderer" but it does not show which pie slice has been clicked . I mean it captures the Count of Capture opptys but not the "Datalabel" that is capture .