This commit is contained in:
Ryan Tang 2023-08-17 12:59:41 -04:00
parent 45af719e29
commit 5404b4d557
2 changed files with 7 additions and 7 deletions

2
geo.js
View File

@ -324,7 +324,7 @@ let windowSize = [3840, 2160]; // 4K
let sourceLine;
{
let RFSource1a = new beamRectElement([windowSize[0]*0.9, windowSize[1]*0.9], 0, 40, 100, color.RFsourcce);
let RFSource1a = new beamRectElement([windowSize[0]*0.9, windowSize[1]*0.95], 0, 40, 100, color.RFsourcce);
let RFSource1b = new beamRectElement(RFSource1a.exitPos, 0, 40, 20, color.RFsourcce);
let s0 = new beamSpliter(RFSource1b.GetExitPos(120), 80, Math.PI, color.Dipole);

View File

@ -13,10 +13,10 @@
#iframe1{
position:absolute;
top : 60%;
top : 55%;
left : 10%;
width: 60%;
height: 35%;
height: 40%;
z-index:1000;
border: 1px solid green;
}
@ -67,7 +67,7 @@
color: white;
position:absolute;
font-size: 15px;
bottom : 9.6%;
bottom : 5%;
right : 10%;
z-index:1001;
}
@ -76,7 +76,7 @@
color: black;
position:absolute;
font-size: 15px;
bottom : 19%;
bottom : 14%;
right : 10.1%;
z-index:1001;
}
@ -85,7 +85,7 @@
color: white;
position:absolute;
font-size: 15px;
bottom : 35%;
bottom : 30%;
right : 10%;
z-index:1001;
}
@ -133,7 +133,7 @@
<!--<iframe src="http://localhost:3000/d-solo/MFym59G4k/new-dashboard?orgId=1&from=1672071127881&to=1672092727881&theme=dark&panelId=2" id="iframe1"></iframe>-->
<!--<iframe src="http://localhost:3000/d-solo/MFym59G4k/new-dashboard?orgId=1&from=1672071308654&to=1672092908654&panelId=4" id="iframe2"></iframe>-->
<iframe src="http://192.168.0.201:3000/d/MFym59G4k/new-dashboard?orgId=1&from=1672835547268&to=1672857147269" id="iframe1"></iframe>
<iframe src="http://192.168.0.201:3000/d/MFym59G4k/new-dashboard?orgId=1&refresh=5s" id="iframe1"></iframe>
<canvas width="3840" height="2160" id='beamLine' > Your browser doe snot support HTML canvas</canvas>
<canvas width="3840" height="2160" id='static' > Your browser doe snot support HTML canvas</canvas>