Merge remote-tracking branch 'refs/remotes/origin/master' into refactoring

This commit is contained in:
gizak
2015-05-09 19:33:45 -04:00
14 changed files with 456 additions and 27 deletions

View File

@@ -108,7 +108,7 @@ func (sl *Sparklines) Buffer() []Point {
data := l.Data
if len(data) > sl.innerWidth {
data = data[:sl.innerWidth]
data = data[len(data)-sl.innerWidth:]
}
if l.Title != "" {