实用代码,用php+js走势图代码分享

2022-10-11 20:53:00 165 0
魁首哥

先来个截图:

代码:

define(‘IN_ECS’, true);

require (dirname(__FILE__) . ‘/includes/init.php’);

/* 载入语言文件 */

require_once (ROOT_PATH . ‘languages/’ . $_CFG[‘lang’] . ‘/user.php’);

$datashow=array();

$sqljs = “select * FROM ” . $GLOBALS[‘ecs’]->table(“qushi”) . ” order by ndate asc “;

$rowjs=$db->getALL($sqljs);

foreach($rowjs as $k=>$v){

$datashow[$k]=array(y=>floatval($v[“ndata”]),label=>date(“Y-m-d”,$v[“ndate”]));

//array_push($datashow,$v);

}

?>

%20

%20

–>%20

%20

%20

%20

折线图

产能走势

收藏
分享
海报
0 条评论
165
上一篇:喝绿茶到底好不好(天天喝绿茶能降血压吗) 下一篇:8 款适合树莓派使用的 IDE

本站已关闭游客评论,请登录或者注册后再评论吧~

忘记密码?

图形验证码