效果图如下:
在这里插入图片描述
关键代码如下:

 series: [
    {
       data: [10, 30, 40, 20, 20, 20],
       type: "bar",
       barWidth: this.fontSize(0.45), // 柱子的宽度
       label: {
       		show: true,
            position: "top",  // 展示在柱子的上方
            distance: this.fontSize(0.2),  //与柱子之间的距离
            fontSize: this.fontSize(0.35),  
            color: "#333",
        },
    }
]
Logo

有“AI”的1024 = 2048,欢迎大家加入2048 AI社区

更多推荐