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

使用echarts实现了一个折现图,数据是一天24小时

时间:2019-06-14 12:21:40      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:一个   style   bsp   charts   start   eal   实现   code   length   

arr //你的数据

dataZoom : {
    show: true,
    realtime: true,
    startValue: arr.length - 240,
    endValue: arr.length
}

 使用echarts实现了一个折现图,数据是一天24小时,每隔30s从数据库取一次数据,但是这样可读性很低。所以需要在加载图片后,显示最近两个小时的数据,但是dataZoom只能控制起始值,用此方法来显示最近两小时的数据

使用echarts实现了一个折现图,数据是一天24小时

标签:一个   style   bsp   charts   start   eal   实现   code   length   

原文地址:https://www.cnblogs.com/ronle/p/11022408.html

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