20 Star 129 Fork 57

WEB SCADA/WEB SCADA

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
multiplot.htm 1.60 KB
Copy Edit Raw Blame History
Ecava_IGX authored 2022-08-16 22:32 +08:00 . 上传文件
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Plot</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="system/styles/igrX.css" />
<!--[if lte IE 7]>
<link rel="stylesheet" media="screen, print" href="system/styles/plot.compat.css" />
<![endif]-->
<style type="text/css">
.multitrend {
position: absolute;
margin: auto;
width: 100%;
height: 50%;
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
</style>
</head>
<body style='top:0;left:0;min-width:1000px;' >
<div class='multitrend trend' style='top:0;left:0;min-width:1000px;' data-trend='{"pen":[{"enabled":true,"max":50,"min":0,"name":"Temperature","pens":[{"format":"#.##","name":"Temp Cook","tag":"temperature_cook"},{"format":"#.##","name":"Effluent Temp","tag":"effTemp"}],"unit":"°C"}],"opt":{"backgroundColor":"white","length":600,"lineWidth":2,"lograte":5000,"maxPen":100,"refLineColor":"black","title":"Temperature"}}'></div>
<div class='multitrend trend' style='top:50%;left:0;min-width:1000px;' data-trend='{"pen":[{"enabled":true,"max":25,"min":0,"name":"Flowrate","pens":[{"format":"#.###","name":"Effluent Flow","tag":"effFlow"}],"unit":"m3/hr"}],"opt":{"backgroundColor":"white","length":600,"lineWidth":2,"lograte":5000,"maxPen":100,"refLineColor":"black","title":"Flowrate"}}'></div>
</body>
<script type="text/javascript" src="system/scripts/igrX.js"></script>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/kingchuang-aiot/web-scada.git
git@gitee.com:kingchuang-aiot/web-scada.git
kingchuang-aiot
web-scada
WEB SCADA
master

Search