在option中添加grid属性
grid: {
top: '1%',//生成的echarts图片和顶部的距离
bottom: '3%',//echarts图片和底部的距离
left: '1%',//echarts图片和左边的距离
right: '2%'//echarts图片和右边的间距,
containLabel: true//当containLabel:为ture时,以上设置生效
},
在option中添加grid属性
grid: {
top: '1%',//生成的echarts图片和顶部的距离
bottom: '3%',//echarts图片和底部的距离
left: '1%',//echarts图片和左边的距离
right: '2%'//echarts图片和右边的间距,
containLabel: true//当containLabel:为ture时,以上设置生效
},