Skip to content

dtolpin/gosparkline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d4b34ae · Jan 24, 2019

History

5 Commits
Jan 23, 2019
Jan 24, 2019
Jan 23, 2019
Jan 23, 2019

Repository files navigation

Sparkline library for Go

Example

import (
	"bitbucket.org/dtolpin/gosparkline"
	"fmt"
)

fmt.Println(spark.Line([]float64{1, 2, 3}))

License

MIT license.