on 2014 Nov 24 4:15 PM
Hello everyone,
I use the following statement to create a VizFrame column chart:
new sap.viz.ui5.controls.VizFrame(this.createId("vizFrame"), {
uiConfig : {
applicationSet : 'fiori'
},
vizProperties : {
interaction : {
selectability : {
mode : "none"
}
},
title : {
visible : false
},
legend : {
visible : false
},
yAxis : {
label : {
visible : false
}
}
},
vizType : "column",
width : "1000px",
height : "250px"
})
While some properties such as title.visible = false work, others such as yAxis.label.visible or interaction.selectability.mode seem to be ignored.
Does somebody have an idea which cause this might have?
I tried to check if those settings "reach" sap-viz by calling oVizFrame.getVizProperties() after the vizFrame instantiation. However, this yielded the following exception: Uncaught TypeError: Cannot read property 'legendGroup' of undefined sap-viz-controls.js:2
Request clarification before answering.
Hello Benjamin,
try to take away
I had some problems with it too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
76 | |
22 | |
9 | |
7 | |
6 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.