vue echarts调整图表和标题的距离
this.chart.setOption({grid: {left: 10,right: 10,bottom: 10,top: 10,containLabel: true,},})this.chart.setOption({grid: {left: 10,right: 10,bottom: 10,top: 100,co...
·

this.chart.setOption({
grid: {
left: 10,
right: 10,
bottom: 10,
top: 10,
containLabel: true,
},
})

this.chart.setOption({
grid: {
left: 10,
right: 10,
bottom: 10,
top: 100,
containLabel: true,
},
})
left:grid 组件离容器左侧的距离
right:grid 组件离容器右侧的距离
bottom:grid 组件离容器下侧的距离。
top:grid 组件离容器上侧的距离。
containLabel:区域是否包含坐标轴的刻度标签
更多推荐



所有评论(0)