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

官网

Logo

前往低代码交流专区

更多推荐