4000-520-616
欢迎来到免疫在线!(蚂蚁淘生物旗下平台)  请登录 |  免费注册 |  询价篮
主营:原厂直采,平行进口,授权代理(蚂蚁淘为您服务)
咨询热线电话
4000-520-616
当前位置: 首页 > 新闻动态 >
热卖商品
新闻详情
Flot画实时曲线_xmphoenix的专栏-CSDN博客
来自 : CSDN技术社区 发布时间:2021-03-25

源代码



深海的小鱼编制-PLOT
script language javascript   type text/javascript src jquery.js /script
script language javascript type text/javascript src jquery.flot.js /script


深海的小鱼儿-随机函数图像

script type text/javascript
$(function () {

    // we use an inline data source in the example, usually data would
    // be fetched from a server
    var data [], totalPoints 300;
    function getRandomData() {
        if (data.length 0)
            data data.slice(1);
        // do a random walk
       while (data.length totalPoints) {
            var prev data.length 0 ? data[data.length - 1] : 50;
           var y prev Math.random() * 10 - 5;
            if (y 0)
                y
            if (y 100)
                y 100;
            data.push(y);
        }
        // zip the generated y values with the x values
        var res [];
        for (var i i data.length; i)
            res.push([i, data[i]])
        return res;
    }
    var options {
        series: { shadowSize: 0 }, // drawing is faster without shadows
        yaxis: { min: 0, max: 100 },
        xaxis: { show: false }
    }
    var plot $.plot($( #apDiv1 ),[getRandomData()],options);
    function update() {
        plot.setData([ getRandomData() ]);
        // since the axes don t change, we don t need to call plot.setupGrid()
        plot.draw();
        setTimeout(update, 1);
    }
    update();

});

/script

图解

\"2011-4-3-16-18\"

本文链接: http://flotent.immuno-online.com/view-718956.html

发布于 : 2021-03-25 阅读(0)
公司介绍
品牌分类
联络我们
服务热线:4000-520-616
(限工作日9:00-18:00)
QQ :1570468124
手机:18915418616
官网:http://