myChart.setOption({
title:{
text:"图表1"
},
grid:{
left:'8%',
right:'0',
bottom:'1%',
containLabel:true
},
echarts 调整图表 位置 的方法
1 min read
myChart.setOption({
title:{
text:"图表1"
},
grid:{
left:'8%',
right:'0',
bottom:'1%',
containLabel:true
},