设置echarts图表上Y轴的单位 代码如下: yAxis: [ { type: 'value', axisLabel: { show: true, interval: 'auto', formatter: '{value}(%)' }, show: true } ],