irpas技术客

vue echarts调整图表和标题的距离_ur home

未知 5678

?

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:区域是否包含坐标轴的刻度标签

官网


1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,会注明原创字样,如未注明都非原创,如有侵权请联系删除!;3.作者投稿可能会经我们编辑修改或补充;4.本站不提供任何储存功能只提供收集或者投稿人的网盘链接。

标签: #Vue #grid