Update online.html
Browse files- online.html +7 -7
online.html
CHANGED
@@ -531,7 +531,7 @@ document.getElementById("but_sliv").addEventListener("click", function() {
|
|
531 |
marker: { size: 6 },
|
532 |
customdata: dataHistory.dates.map((date, i) => [date, dataHistory.times[i]]),
|
533 |
hovertemplate: "<b>EC: %{y}</b><br>Дата: %{customdata[0]}<br>Время: %{customdata[1]}<extra></extra>",
|
534 |
-
hoverlabel: { bgcolor: "
|
535 |
visible: "legendonly"
|
536 |
},
|
537 |
{
|
@@ -543,7 +543,7 @@ document.getElementById("but_sliv").addEventListener("click", function() {
|
|
543 |
marker: { size: 6 },
|
544 |
customdata: dataHistory.dates.map((date, i) => [date, dataHistory.times[i]]),
|
545 |
hovertemplate: "<b>Насос A: %{y} сек.</b><br>Дата: %{customdata[0]}<br>Время: %{customdata[1]}<extra></extra>",
|
546 |
-
hoverlabel: { bgcolor: "
|
547 |
visible: "legendonly"
|
548 |
},
|
549 |
{
|
@@ -555,7 +555,7 @@ document.getElementById("but_sliv").addEventListener("click", function() {
|
|
555 |
marker: { size: 6 },
|
556 |
customdata: dataHistory.dates.map((date, i) => [date, dataHistory.times[i]]),
|
557 |
hovertemplate: "<b>Насос B: %{y} сек.</b><br>Дата: %{customdata[0]}<br>Время: %{customdata[1]}<extra></extra>",
|
558 |
-
hoverlabel: { bgcolor: "
|
559 |
visible: "legendonly"
|
560 |
},
|
561 |
{
|
@@ -567,7 +567,7 @@ document.getElementById("but_sliv").addEventListener("click", function() {
|
|
567 |
marker: { size: 6 },
|
568 |
customdata: dataHistory.dates.map((date, i) => [date, dataHistory.times[i]]),
|
569 |
hovertemplate: "<b>Насос C: %{y} сек.</b><br>Дата: %{customdata[0]}<br>Время: %{customdata[1]}<extra></extra>",
|
570 |
-
hoverlabel: { bgcolor: "
|
571 |
visible: "legendonly"
|
572 |
},
|
573 |
{
|
@@ -579,7 +579,7 @@ document.getElementById("but_sliv").addEventListener("click", function() {
|
|
579 |
marker: { size: 6 },
|
580 |
customdata: dataHistory.dates.map((date, i) => [date, dataHistory.times[i]]),
|
581 |
hovertemplate: "<b>Т. раствора: %{y}</b><br>Дата: %{customdata[0]}<br>Время: %{customdata[1]}<extra></extra>",
|
582 |
-
hoverlabel: { bgcolor: "
|
583 |
visible: "legendonly"
|
584 |
},
|
585 |
{
|
@@ -591,7 +591,7 @@ document.getElementById("but_sliv").addEventListener("click", function() {
|
|
591 |
marker: { size: 6 },
|
592 |
customdata: dataHistory.dates.map((date, i) => [date, dataHistory.times[i]]),
|
593 |
hovertemplate: "<b>Т. воздуха: %{y}</b><br>Дата: %{customdata[0]}<br>Время: %{customdata[1]}<extra></extra>",
|
594 |
-
hoverlabel: { bgcolor: "
|
595 |
visible: "legendonly"
|
596 |
},
|
597 |
{
|
@@ -615,7 +615,7 @@ document.getElementById("but_sliv").addEventListener("click", function() {
|
|
615 |
marker: { size: 6 },
|
616 |
customdata: dataHistory.dates.map((date, i) => [date, dataHistory.times[i]]),
|
617 |
hovertemplate: "<b>Об. вентилятора: %{y}</b><br>Дата: %{customdata[0]}<br>Время: %{customdata[1]}<extra></extra>",
|
618 |
-
hoverlabel: { bgcolor: "
|
619 |
visible: "legendonly"
|
620 |
}
|
621 |
];
|
|
|
531 |
marker: { size: 6 },
|
532 |
customdata: dataHistory.dates.map((date, i) => [date, dataHistory.times[i]]),
|
533 |
hovertemplate: "<b>EC: %{y}</b><br>Дата: %{customdata[0]}<br>Время: %{customdata[1]}<extra></extra>",
|
534 |
+
hoverlabel: { bgcolor: "blue", font: { color: "white" } },
|
535 |
visible: "legendonly"
|
536 |
},
|
537 |
{
|
|
|
543 |
marker: { size: 6 },
|
544 |
customdata: dataHistory.dates.map((date, i) => [date, dataHistory.times[i]]),
|
545 |
hovertemplate: "<b>Насос A: %{y} сек.</b><br>Дата: %{customdata[0]}<br>Время: %{customdata[1]}<extra></extra>",
|
546 |
+
hoverlabel: { bgcolor: "blue", font: { color: "white" } },
|
547 |
visible: "legendonly"
|
548 |
},
|
549 |
{
|
|
|
555 |
marker: { size: 6 },
|
556 |
customdata: dataHistory.dates.map((date, i) => [date, dataHistory.times[i]]),
|
557 |
hovertemplate: "<b>Насос B: %{y} сек.</b><br>Дата: %{customdata[0]}<br>Время: %{customdata[1]}<extra></extra>",
|
558 |
+
hoverlabel: { bgcolor: "brown", font: { color: "white" } },
|
559 |
visible: "legendonly"
|
560 |
},
|
561 |
{
|
|
|
567 |
marker: { size: 6 },
|
568 |
customdata: dataHistory.dates.map((date, i) => [date, dataHistory.times[i]]),
|
569 |
hovertemplate: "<b>Насос C: %{y} сек.</b><br>Дата: %{customdata[0]}<br>Время: %{customdata[1]}<extra></extra>",
|
570 |
+
hoverlabel: { bgcolor: "orange", font: { color: "white" } },
|
571 |
visible: "legendonly"
|
572 |
},
|
573 |
{
|
|
|
579 |
marker: { size: 6 },
|
580 |
customdata: dataHistory.dates.map((date, i) => [date, dataHistory.times[i]]),
|
581 |
hovertemplate: "<b>Т. раствора: %{y}</b><br>Дата: %{customdata[0]}<br>Время: %{customdata[1]}<extra></extra>",
|
582 |
+
hoverlabel: { bgcolor: "purple", font: { color: "white" } },
|
583 |
visible: "legendonly"
|
584 |
},
|
585 |
{
|
|
|
591 |
marker: { size: 6 },
|
592 |
customdata: dataHistory.dates.map((date, i) => [date, dataHistory.times[i]]),
|
593 |
hovertemplate: "<b>Т. воздуха: %{y}</b><br>Дата: %{customdata[0]}<br>Время: %{customdata[1]}<extra></extra>",
|
594 |
+
hoverlabel: { bgcolor: "purple", font: { color: "white" } },
|
595 |
visible: "legendonly"
|
596 |
},
|
597 |
{
|
|
|
615 |
marker: { size: 6 },
|
616 |
customdata: dataHistory.dates.map((date, i) => [date, dataHistory.times[i]]),
|
617 |
hovertemplate: "<b>Об. вентилятора: %{y}</b><br>Дата: %{customdata[0]}<br>Время: %{customdata[1]}<extra></extra>",
|
618 |
+
hoverlabel: { bgcolor: "purple", font: { color: "white" } },
|
619 |
visible: "legendonly"
|
620 |
}
|
621 |
];
|