Update linechart.go

This commit is contained in:
韩拓
2017-01-05 23:47:12 +08:00
committed by GitHub
parent e9579197a7
commit ee9a031595

View File

@@ -154,6 +154,7 @@ func (lc *LineChart) renderDot() Buffer {
buf.Set(x, i, c)
}
}
oy = y
buf.Set(x, y, c)
}