码迷,mamicode.com
首页 > 其他好文 > 详细

echarts实现双y轴

时间:2020-02-07 11:14:32      阅读:286      评论:0      收藏:0      [点我收藏+]

标签:chart   val   charts   interval   tps   long   inter   code   min   

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轴

标签:chart   val   charts   interval   tps   long   inter   code   min   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!