页面树结构

版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

 可以参考此扩展属性在图形上写扩展属性实现(具体扩展属性需要根据您实际情况修改):
       
        {
    series: [{
        label: {
            normal: {
                position: "top"
            }
        }
    }, {
        label: {
            normal: {
                position: "bottom"
            }
        }
    }, {
        label: {
            normal: {
                position: "top"
            }
        }
    }]
}

 

代码块
linenumberstrue
    {
    series: [{
        label: {
            normal: {
                position: "top"
            }
        }
    }, {
        label: {
            normal: {
                position: "bottom"
            }
        }
    }, {
        label: {
            normal: {
                position: "top"
            }
        }
    }]
}