@@ -1060,7 +1060,10 @@ func botGraphValueDelta(m *tb.Message) {
v0 = v1
v1 = v2
v2 = v[i].Y
v[i].Y = (v0 + v1 + v2) / 3
v[i].Y = (v0+v1+v2)/3 - v1
if math.Abs(v[i].Y) > maxVal {
maxVal = math.Abs(v[i].Y)
}
vals[coID] = v[3:]
The note is not visible to the blocked user.