加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
multiplot.htm 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
Ecava_IGX 提交于 2022-08-16 14:32 . 上传文件
<!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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化