on 2015 Apr 15 10:18 AM
Hi,
var oDataSet = sap.viz.ui5.data.FlattenedDataset({
dimensions : [ {
name : "Status",
axis : 1,
value : "{Alignment}"
} ],
measures : [
{name : 'CNT' ,value : '{Containers}'},
],
data : {
path : "/ContainerStatusCollection",
factory : function() {
}
}
});
Please see the attachment .My requirement is to add the count inside .
Br
Dibya
Hi Dibya,
you have to do this:
oVizFrame.setVizProperties({
plotArea: {
showGap: true,
dataLabel: {
visible: true
}
}
});
Regards
Philipp
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
10 | |
10 | |
10 | |
10 | |
8 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.