Update plot_week.html
Browse files- plot_week.html +2 -2
plot_week.html
CHANGED
@@ -230,7 +230,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|
230 |
mode: "lines+markers",
|
231 |
line: { color: "brown" },
|
232 |
hovertemplate: data.days_of_week.map((day, index) =>
|
233 |
-
|
234 |
)
|
235 |
},
|
236 |
{
|
@@ -240,7 +240,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|
240 |
mode: "lines+markers",
|
241 |
line: { color: "orange" },
|
242 |
hovertemplate: data.days_of_week.map((day, index) =>
|
243 |
-
|
244 |
)
|
245 |
}
|
246 |
], {
|
|
|
230 |
mode: "lines+markers",
|
231 |
line: { color: "brown" },
|
232 |
hovertemplate: data.days_of_week.map((day, index) =>
|
233 |
+
`Неделя: ${data.week}<br>День: ${day}<br>Время системы: ${data.sus[index]}<br>Насос A: %{y} сек.<br>Дата: ${data.dates[index]}`
|
234 |
)
|
235 |
},
|
236 |
{
|
|
|
240 |
mode: "lines+markers",
|
241 |
line: { color: "orange" },
|
242 |
hovertemplate: data.days_of_week.map((day, index) =>
|
243 |
+
`Неделя: ${data.week}<br>День: ${day}<br>Время системы: ${data.sus[index]}<br>Насос A: %{y} сек.<br>Дата: ${data.dates[index]}`
|
244 |
)
|
245 |
}
|
246 |
], {
|