前端-Echarts如何设置纵轴名字与图表的距离、名字的颜色、角度,以及如何隐藏隐藏最小/大值标签
self.option.yAxis.push({gridIndex:index,//y轴所在的grid的索引type:'value',name:currentValue.name,//纵坐标名字nameRotate:0,//纵坐标旋转的角度nameTextStyle:{padding:10,//设置与坐标轴的距离,单位为像素color:'black'//这里设置颜色},nameLocation:"