echarts实现双y轴

Posted eternityz

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

以上是关于echarts实现双y轴的主要内容,如果未能解决你的问题,请参考以下文章

Echarts 双Y轴刻度不一致

echarts解决双Y轴刻度线不对齐问题

echarts解决双Y轴刻度线不对齐问题

echarts y轴最大值

ECharts关于y轴刻度调整

angular中对echarts图表进行封装(环形进度条、双Y轴折线区域图)