2017-11-30 23:51:24 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>c-base network traffic</title>
|
2017-12-01 12:44:53 +01:00
|
|
|
<script src="../node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
|
2017-11-30 23:51:24 +01:00
|
|
|
<script src="../node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js"></script>
|
|
|
|
<script src="../node_modules/plotly.js/dist/plotly.min.js"></script>
|
|
|
|
<script src="../dist/infoscreens.js"></script>
|
|
|
|
<link rel="stylesheet" href="../theme/c-base.css">
|
|
|
|
<style>
|
|
|
|
h1 {
|
|
|
|
font-size: 6vmin;
|
|
|
|
width: 100vw;
|
|
|
|
text-align: center;
|
2017-12-01 17:39:05 +01:00
|
|
|
margin-bottom: 0px;
|
|
|
|
padding-bottom: 0px;
|
2017-11-30 23:51:24 +01:00
|
|
|
line-height: 6vmin;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
2017-12-01 19:31:04 +01:00
|
|
|
<body class="station">
|
2017-11-30 23:51:24 +01:00
|
|
|
<h1>c-base network traffic</h1>
|
|
|
|
<cbase-linechart timeseries="echelon.kdg.rx echelon.kdg.tx echelon.ipb.rx echelon.ipb.tx" width="98" height="90"></cbase-linechart>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|