DmitrMakeev commited on
Commit
313d5c9
·
verified ·
1 Parent(s): 57d4827

Update plot_week.html

Browse files
Files changed (1) hide show
  1. 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
- `День: ${day}<br>${yLabel}: %{y}<br>Дата: ${data.dates[index]}`
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
- `День: ${day}<br>Насос A: %{y} сек.<br>Дата: ${data.dates[index]}`
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
  {