我的图表有一个小问题。
如您所见,图表显示每个栏上方的数字。
代码如下所示:
oDualChart = new sap.viz.ui5.Combination(
{
// id: "dualcombination",
width : "90%",
height : "550px",
// legendDirection: 'left',
// setplotArea : combination,
dataLabel : {visible : true,
positionPreference : true,
position : sap.viz.ui5.types.
Datalabel_position.outside
},
是否有sap.viz.ui5.Combination的方法,我可以隐藏我不想显示的数字?
答案 0 :(得分:0)
请尝试以下解决方案:
Label
这将隐藏值为0的所有标签。