首页 > 其他 > 详细

echarts实现双y轴

时间:2020-02-07 11:52:11      阅读:195      评论:0      收藏:0      [点我收藏+]
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轴

原文:https://www.cnblogs.com/eternityz/p/12271916.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!