series : [
{
name:'协议',
type:'bar',
stack: '总量',
barWidth : 30,//柱图宽度
}
]
在series里面写barWidth : 30,//柱图宽度 就可以设置宽度啦,就看不到那么肥肥的啦
echarts柱状图宽度设置
阅读 250
2022-05-27
series : [
{
name:'协议',
type:'bar',
stack: '总量',
barWidth : 30,//柱图宽度
}
]
在series里面写barWidth : 30,//柱图宽度 就可以设置宽度啦,就看不到那么肥肥的啦
相关推荐
精彩评论(0)