echart使用标注

6 阅读1分钟

1.tooltip 组件

image.png

confine: true 不被遮挡

2.legend

image.png

3.grid

调整横纵坐标遮挡问题

grid: {
  left: '3%',
  right: '20%',
  bottom: '10%',
  top: '15%',
  containLabel: true,
}