DualChart与sap.viz.ui5.Combination

时间:2016-11-03 10:49:04

标签: java sapui5

我的图表有一个小问题。

enter image description here

如您所见,图表显示每个栏上方的数字。

代码如下所示:

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的方法,我可以隐藏我不想显示的数字?

1 个答案:

答案 0 :(得分:0)

请尝试以下解决方案:

Label

这将隐藏值为0的所有标签。