echart 设置柱子之间的间距

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/Smy_0114/article/details/82752355
        series : 
  	            {
  	               name:'',
  	               type:'bar',
  	               barWidth:20,
  	               barGap:'80%',/*多个并排柱子设置柱子之间的间距*/
  	               barCategoryGap:'50%',/*多个并排柱子设置柱子之间的间距*/
  	               data:[],
  	               itemStyle: {
  	                   normal: {
  	                	   barBorderRadius: false,
  	                       color: '#1E9FFF',
  	                   }
  	               }
  	           }

猜你喜欢

转载自blog.csdn.net/Smy_0114/article/details/82752355