Update plot_week.html
Browse files- plot_week.html +1 -1
plot_week.html
CHANGED
@@ -157,7 +157,7 @@ body {
|
|
157 |
mode: "lines+markers",
|
158 |
line: { color: "green" },
|
159 |
hovertemplate: data.days_of_week.map((day, index) =>
|
160 |
-
`Неделя: ${data.week}<br>День: ${day}<br>Насос A: %{y} сек.<br>Дата: ${data.dates[index]}
|
161 |
)
|
162 |
},
|
163 |
{
|
|
|
157 |
mode: "lines+markers",
|
158 |
line: { color: "green" },
|
159 |
hovertemplate: data.days_of_week.map((day, index) =>
|
160 |
+
`Неделя: ${data.week}<br>День: ${day}<br>Насос A: %{y} сек.<br>Дата: ${data.dates[index]}`
|
161 |
)
|
162 |
},
|
163 |
{
|