Hello experts,
I am encountering a wierd issue. We upgraded our gateway system from SP07 to SP10 recently. And from then, I am facing issue whenever I try to display a chart/graph via VIZ Library.
When my code passes the below line,
var vChart = new sap.viz.ui5.Column("vChart123",{
width : "90%",
height : "290px",
interaction:vInteractionChart,
plotArea : new sap.viz.ui5.types.VerticalBar({colorPalette:columnColor}),
/*selectData:function(oEvent){
alert(this._oVIZInstance.selection()[0].data);
},*/
dataset : vValue
}).addStyleClass("abc");
I get the following error.
What should be the cause? And How can I resolve this? Please help.
Best Regards
Seyed Ismail MAC.