Spaces:
Running
Running
Update online.html
Browse files- online.html +3 -3
online.html
CHANGED
|
@@ -262,9 +262,9 @@ document.addEventListener("DOMContentLoaded", function () {
|
|
| 262 |
|
| 263 |
<div class="container text-center">
|
| 264 |
<div class="d-flex justify-content-between align-items-center mb-3">
|
| 265 |
-
|
| 266 |
<div>
|
| 267 |
-
<label for="periodSelect"></label>
|
| 268 |
<select id="periodSelect" class="form-select" style="width: auto; display: inline-block;">
|
| 269 |
<option value="60">10 минут)</option>
|
| 270 |
<option value="120">20 минут</option>
|
|
@@ -497,7 +497,7 @@ document.getElementById("but_sliv").addEventListener("click", function() {
|
|
| 497 |
|
| 498 |
// Инициализация графика Plotly
|
| 499 |
const layout = {
|
| 500 |
-
title: "
|
| 501 |
xaxis: {
|
| 502 |
showticklabels: false
|
| 503 |
},
|
|
|
|
| 262 |
|
| 263 |
<div class="container text-center">
|
| 264 |
<div class="d-flex justify-content-between align-items-center mb-3">
|
| 265 |
+
|
| 266 |
<div>
|
| 267 |
+
<label for="periodSelect"><h4>Графики за предыдущий период:</h4></label>
|
| 268 |
<select id="periodSelect" class="form-select" style="width: auto; display: inline-block;">
|
| 269 |
<option value="60">10 минут)</option>
|
| 270 |
<option value="120">20 минут</option>
|
|
|
|
| 497 |
|
| 498 |
// Инициализация графика Plotly
|
| 499 |
const layout = {
|
| 500 |
+
title: "",
|
| 501 |
xaxis: {
|
| 502 |
showticklabels: false
|
| 503 |
},
|