PieCharts using JQuery in Siebel IP16.9
Hi Team ,
We have a requirement where we need to create multiple charts using Jquery instead of using the OOB siebel Vanilla charts .
To create these charts we have used the jquery.jsplot plugin provided by siebel.
Requirement : We have a Contact list applet on top that has a button create Graph. When we click that button a custom Opportunity Pie chart will be created that displays the Opportunity Sales Stage and count related to that Contact .
The issue here is that first time when the chart loads , it creates a line chart instead of a PieChart . When we refresh the page again , it displays the correct PieChart.