Add files via upload
This commit is contained in:
40
index.html
40
index.html
@@ -12,6 +12,12 @@ and open the template in the editor.
|
|||||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
||||||
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
|
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
|
||||||
<style>
|
<style>
|
||||||
|
.knof_sim {
|
||||||
|
cursor : pointer;
|
||||||
|
text-align: center;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
#celota {
|
#celota {
|
||||||
display : flex;
|
display : flex;
|
||||||
}
|
}
|
||||||
@@ -152,6 +158,22 @@ google.charts.load('current', {'packages': ['gauge', 'corechart']});
|
|||||||
}, "text");
|
}, "text");
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<script>
|
||||||
|
function kaziStevec() {
|
||||||
|
$("#gauge_temp,#gauge_lux,#gauge_vlaga").toggle();
|
||||||
|
}
|
||||||
|
function kaziGraf() {
|
||||||
|
$("#chart_div").toggle();
|
||||||
|
}
|
||||||
|
|
||||||
|
function skrijSerijo(x) {
|
||||||
|
pogled.hideColumns([x]);
|
||||||
|
}
|
||||||
|
|
||||||
|
function resetPogled() {
|
||||||
|
pogled.setColumns([0, 1, 2, 3]);
|
||||||
|
}
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="celota">
|
<div id="celota">
|
||||||
@@ -172,6 +194,24 @@ google.charts.load('current', {'packages': ['gauge', 'corechart']});
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="funkcije">
|
<div id="funkcije">
|
||||||
|
Skrij/Prikaži vrednosti
|
||||||
|
|
||||||
|
|
||||||
|
Skrij/Prikaži zogodivno
|
||||||
|
|
||||||
|
|
||||||
|
Skrij temperaturo
|
||||||
|
|
||||||
|
|
||||||
|
Skrij vlago
|
||||||
|
|
||||||
|
|
||||||
|
Skrij tlak
|
||||||
|
|
||||||
|
|
||||||
|
Vrni vrednosti
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user