如上图所示:echarts图形左面的数据没有完全显示
只需在option中定义一下grid,例如:
grid:{
x:400,
y:20,
x2:20,
y2:25
} //根据图形展示需要可定义一个或多个参数(x,y,x2,y2)
时间: 2024-10-15 13:55:20