-
Notifications
You must be signed in to change notification settings - Fork 2
/
ctrltest.html
46 lines (37 loc) · 1.62 KB
/
ctrltest.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta http-equiv="Access-Control-Allow-Origin" content="*" />
<title>VXG Cloud One</title>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
<script src="core/jquery-3.5.1.js"></script>
<script src="core/jquery-ui.js"></script>
<script src="core/vxg_cloud_api.js"></script>
<script src="core/vxg_cloudone_api.js"></script>
<script src="core/vxg_cloud.js"></script>
<script src="core/vxg_cloudone.js"></script>
<script src="core/core.js"></script>
<script src="core/modules/chart/chart.js"></script>
<link rel="stylesheet" type="text/css" href="core/core.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Cache-Control" content="no-cache">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<style>
body{
width:100%;
height:100%;
}
chart{
width:50vw;
height:50vh;
margin:auto auto;
border:1px solid gray;
}
</style>
</head>
<body>
<chart meta="Person" period="3600" legend_avg_color="#121212" access_token="eyJjYW1pZCI6IDIxNzc0NCwgImNtbmdyaWQiOiAyMTgxNjgsICJhY2Nlc3MiOiAiYWxsIiwgInRva2VuIjogInNoYXJlLmV5SnphU0k2SURFMk16YzRObjAuNWVmMTkwODZ0MTJjZmY3ODAuWEhtUXVZYkc0ekFmZFZLTXh1YjJDaWRlbzdnIiwgImFwaSI6ICJ3ZWIuc2t5dnIudmlkZW9leHBlcnRzZ3JvdXAuY29tIiwgImNhbSI6ICJjYW0uc2t5dnIudmlkZW9leHBlcnRzZ3JvdXAuY29tIn0="></chart>
</body>
</html>