Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 187 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 187 Bytes

Sparkline library for Go

Example

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

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

License

MIT license.