Update plot_ph_week.html
Browse files- plot_ph_week.html +2 -2
plot_ph_week.html
CHANGED
@@ -101,7 +101,7 @@
|
|
101 |
type: "scatter",
|
102 |
mode: "lines+markers",
|
103 |
name: "EC",
|
104 |
-
line: { color: "
|
105 |
hovertemplate: data.days_of_week.map((day, index) =>
|
106 |
`День недели: ${day}<br>EC: %{y}<br>Дата: ${data.dates[index]}`
|
107 |
)
|
@@ -123,7 +123,7 @@
|
|
123 |
type: "scatter",
|
124 |
mode: "lines+markers",
|
125 |
name: "Насос A",
|
126 |
-
line: { color: "
|
127 |
hovertemplate: data.days_of_week.map((day, index) =>
|
128 |
`День недели: ${day}<br>Насос A: %{y}сек.<br>Дата: ${data.dates[index]}`
|
129 |
)
|
|
|
101 |
type: "scatter",
|
102 |
mode: "lines+markers",
|
103 |
name: "EC",
|
104 |
+
line: { color: "blue" },
|
105 |
hovertemplate: data.days_of_week.map((day, index) =>
|
106 |
`День недели: ${day}<br>EC: %{y}<br>Дата: ${data.dates[index]}`
|
107 |
)
|
|
|
123 |
type: "scatter",
|
124 |
mode: "lines+markers",
|
125 |
name: "Насос A",
|
126 |
+
line: { color: "green" },
|
127 |
hovertemplate: data.days_of_week.map((day, index) =>
|
128 |
`День недели: ${day}<br>Насос A: %{y}сек.<br>Дата: ${data.dates[index]}`
|
129 |
)
|