cleaning up

mine
derailed 2020-03-01 22:22:49 -07:00
parent c75b5edbb7
commit 6bc84c2304
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ func NewSparkLine(id string) *SparkLine {
}
}
// SetSingleSeries indicates multi series are in effect or not.
// SetMultiSeries indicates if multi series are in effect or not.
func (s *SparkLine) SetMultiSeries(b bool) {
s.multiSeries = b
}