Skip to content
Snippets Groups Projects
Commit 44cee956 authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Add metrics with PowerBi

parent ff243930
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@
<div id="metricContainer">
<h1>Metrics - Verification for Decision Model and Notation</h1>
<p>Token: <span id="token"></span></p>
<p><a href="metricsBi.html">Power BI</a></p>
<button id="loadData" onclick="loadData()">Reload statistics</button>
<button id="genToken" onclick="genToken()">Generate new token</button>
<canvas id="myChart"></canvas>
......
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Metrics - Verification for Decision Model and Notation</title>
<style>
body {
font-family: 'Open Sans', sans-serif;
}
table {
width: 100%;
margin: 20px auto;
table-layout: auto;
}
th {
text-align: left;
}
td {
padding: 2px;
padding-right: 10px;
}
tr > th {
border-bottom: solid 2px #a7a7a7;
}
tr > td {
border-bottom: solid 1px #a7a7a7;
}
#metricContainer {
max-width: 1300px;
padding-left: 0;
padding-right: 0;
margin-left: auto;
margin-right: auto;
display: block;
}
canvas {
border: solid 2px #a7a7a7;
}
</style>
</head>
<body>
<div id="metricContainer">
<iframe
allowFullScreen="true"
frameborder="0"
src="https://app.powerbi.com/view?r=eyJrIjoiOTY1Y2NhZDktMDE1OC00ZDJjLWI2YmUtNmY3YjBjNzAxYzk4IiwidCI6IjgwN2RlZTg1LTM3NDQtNDdiMC04YWU1LTlhMWM0ZGEwZjZmNSIsImMiOjEwfQ%3D%3D"
style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;"></iframe>
</div>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment