Update online.html
Browse files- online.html +1 -1
online.html
CHANGED
@@ -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 |
{
|
|
|
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: "green", font: { color: "white" } },
|
547 |
visible: "legendonly"
|
548 |
},
|
549 |
{
|