设置儿echarts柱状图柱子的宽度

图中柱图只需要设置series中的坐标系属性barWidth就可以,

 series : [

             {
                 name:'协议',
                 type:'bar',
                 stack: '总量',
                 barWidth : 30,//柱图宽度
                 /*itemStyle : { normal: {label : {show: true, position: 'insideTop',textStyle:{color:'#000'}}}},*/
                 data:seriesyx
             }
         ]

    原文作者:m0_56232239
    原文地址: https://blog.csdn.net/m0_56232239/article/details/122595024
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞