免费观看又色又爽又黄的小说免费_美女福利视频国产片_亚洲欧美精品_美国一级大黄大色毛片

tp5基于js折線圖插件統計會員注冊數量-創新互聯

樣式比較簡單 功能實現了 和大家共享
tp5基于js折線圖插件統計會員注冊數量

我們提供的服務有:網站設計制作、成都網站制作、微信公眾號開發、網站優化、網站認證、同江ssl等。為成百上千企事業單位解決了網站和推廣的問題。提供周到的售前咨詢和貼心的售后服務,是有科學管理、有技術的同江網站制作公司

這個地址里面有好多插件可以用 圓柱 折線 等等 大家可以去參考 開發
https://bbs.hcharts.cn/forum.php

上代碼(第一版本還有好多地方處理的不周到,大家可以自行改進)
html+插件js代碼 繼續優化迭代
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8"><link rel="icon" href="https://static.jianshukeji.com/highcharts/images/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
/ css 代碼/
</style>
<script src="https://img.hcharts.cn/highcharts/highcharts.js"></script>
<script src="https://img.hcharts.cn/highcharts/modules/exporting.js"></script>
<script src="https://img.hcharts.cn/highcharts/modules/oldie.js"></script>
<script src="https://img.hcharts.cn/highcharts-plugins/highcharts-zh_CN.js"></script>
<script src="https://img.hcharts.cn/highcharts/themes/sand-signika.js"></script>
</head>
<body>
<div id="container" style="min-width:400px;height:400px"></div>
<script type="text/javascript" src="/static/index/js/jquery-1.12.4.js"></script>
<script type="text/javascript" src="/static/index/js/gw-2.js"></script>
<script>
$.ajax({
type:"post",
url :"{:url('user/user_gy')}",
data :"list:0,list:1",
dataType:"json",
success:function(data){
/ var i = 0;
for(i;i<data.length;i++){
var d_time = data[i].date;
var count = data[i].count;
}
/
var chart = Highcharts.chart('container', {
chart: {
type: 'line'
},
title: {
text: '注冊會員統計'
},
subtitle: {
text: '數據來源:嬌美夫集團 '
},
xAxis: {

                    categories: [data[0].date,data[1].date]
            },
            yAxis: {
                title: {
                    text: '人數(個)'
                }
            },
            plotOptions: {
                line: {
                    dataLabels: {
                        // 開啟數據標簽
                        enabled: true
                    },
                    // 關閉鼠標跟蹤,對應的提示框、點擊事件會失效
                    enableMouseTracking: false
                }
            },
            series: [{
                name: '會員量',
                data: [data[0].count,data[1].count]
            }]
        });

    }
});

</script>
</body>
</html>

基于tp5框架開發
控制器
public function user_gy(){
if(request()->isPost()){
$time = date("Y-m-d");
$j_t =time();
$lastM =date("Y-m-d",strtotime("$time -1 month"));
$new_T =strtotime($lastM);
$user = Db::name("User")
->field("count(id) as count,FROM_UNIXTIME(update_time,'%Y-%m-%d') as date")
->where("status = 1 and update_time <= '$j_t' and update_time >= '$new_T'")
->group("date")
->select();
return json($user);
}else{

          return $this->fetch();
      }

}

    數據表:
    ![](https://s1.51cto.com/images/blog/201808/02/45df760c594c76c6117e5eb26d1bc27e.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3poZW5naGVpdGk=)

另外有需要云服務器可以了解下創新互聯cdcxhl.cn,海內外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業上云的綜合解決方案,具有“安全穩定、簡單易用、服務可用性高、性價比高”等特點與優勢,專為企業上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。

本文標題:tp5基于js折線圖插件統計會員注冊數量-創新互聯
網頁鏈接:http://m.newbst.com/article22/disscc.html

成都網站建設公司_創新互聯,為您提供商城網站微信公眾號做網站網站排名營銷型網站建設全網營銷推廣

廣告

聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯

成都網站建設