Dear Experts.
I am facing an issue in web scripting of i5SPC Display Template in MII 15.0.
When I am running from the Display Template itself, it is giving the correct result like this.
But, when I am calling it from a JavaScript page and drawing it into irpt, it is showing no data.
Here is the Web Script I am using :
var i5SPC = new com.sap.xmii.chart.hchart.i5SPCChart("DisplayTemplate", "QueryTemaplate"); |
i5SPC.setChartWidth("740px");
i5SPC.setChartHeight("500px");
i5SPC.draw("chart");
The output in irpt page...
The following warning message I am getting in the firebug the i5SPC library is getting loaded.
Is there any way to overcome this problem?
Please help