This commit is contained in:
anto
2025-01-08 15:27:41 +01:00
parent faf5264015
commit e60f704518
2 changed files with 51 additions and 27 deletions

View File

@@ -34,16 +34,13 @@
</div>
<div class="row">
<div class="col-md-6">
<table class="table table-striped" id="table-metrics">
<thead>
<tr>
<th>date</th>
<th>Hygrométrie</th>
<th>température</th>
</tr>
</thead>
<tbody></tbody>
</table>
<select name="metriques" id="metric_selector">
<option value="hygrometry">hygrométrie</option>
<option value="temperature">Température</option>
</select>
<div id="metric_viewer_placeholder">
<canvas id="metric_viewer"></canvas>
</div>
</div>
<div class="col-md-6">
<div id="content1" class="hiddenTable">
@@ -79,6 +76,7 @@
<footer>
<p>&copy; 2024 Timelapse. All rights reserved.</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="../js/globals.js"></script>
<script src="../js/projet_detail.js"></script>