echarts实现双y轴

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

猜你喜欢

转载自www.cnblogs.com/eternityz/p/12271916.html