Hi Paul,
Thanks, but the Issue is fixed, I tried running the display Template in MII SSCE, and from the source code I found this.
try{ | ||||||
jQuery.sap.require("sap.viz.library"); | ||||||
var SPCChart = new com.sap.xmii.chart.hchart.i5SPCChart("DisplayTemplate","QueryTemplate"); | ||||||
SPCChart.draw("chart"); | ||||||
}catch(err){ | ||||||
sap.ui.core.BusyIndicator.hide(); | ||||||
console.log("An error has occured: " + err.name + "-" + err.message); | ||||||
} |
|
It is working now, I think there was some problem with the i5SPC Library.