Update plot_week.html
Browse files- plot_week.html +2 -2
plot_week.html
CHANGED
@@ -74,7 +74,7 @@
|
|
74 |
mode: "lines+markers",
|
75 |
line: { color: color },
|
76 |
hovertemplate: data.days_of_week.map((day, index) =>
|
77 |
-
|
78 |
)
|
79 |
}], {
|
80 |
title: title,
|
@@ -101,7 +101,7 @@
|
|
101 |
mode: "lines+markers",
|
102 |
line: { color: "green" },
|
103 |
hovertemplate: data.days_of_week.map((day, index) =>
|
104 |
-
|
105 |
)
|
106 |
},
|
107 |
{
|
|
|
74 |
mode: "lines+markers",
|
75 |
line: { color: color },
|
76 |
hovertemplate: data.days_of_week.map((day, index) =>
|
77 |
+
`Неделя: ${data.week}<br>День: ${day}<br>${yLabel}: %{y}<br>Дата: ${data.dates[index]}`
|
78 |
)
|
79 |
}], {
|
80 |
title: title,
|
|
|
101 |
mode: "lines+markers",
|
102 |
line: { color: "green" },
|
103 |
hovertemplate: data.days_of_week.map((day, index) =>
|
104 |
+
`Неделя: ${data.week}<br>День: ${day}<br>Насос A: %{y} сек.<br>Дата: ${data.dates[index]}`
|
105 |
)
|
106 |
},
|
107 |
{
|