The y-axis of the display text echarts incomplete, set the interval between the axis and the y-axis text

first step:

grid: {
  left: "55",
  containLabel: true
},
  • From the left side of the left container.
  • containLabel for "tag to prevent overflow" of the scene, the label overflow means that the length of the label when the dynamic changes that may overflow container or cover other components.

Step two:

yAxis:{
	offset:50 
}
  • Y-axis offset
Published 26 original articles · won praise 1 · views 2225

Guess you like

Origin blog.csdn.net/qq_38396070/article/details/102742296
Recommended