yAxis : [{
          type: 'value',
          min: 0,
          max: 5,
          interval: 1,
        },
        {
          type: 'value',
          min: 0,
          max: 125,
          interval: 25,
          axisLabel: {
            formatter: '{value} %'
          }
        }],
https://blog.csdn.net/lilongwei4321/article/details/82013027
https://blog.csdn.net/shu580231/article/details/77837279
原文:https://www.cnblogs.com/eternityz/p/12271916.html