test: add test for axis

This commit is contained in:
vicanso 2021-12-18 20:09:02 +08:00
parent 9db6bcab1b
commit bf25dad141
7 changed files with 226 additions and 13 deletions

4
go.mod
View file

@ -4,10 +4,14 @@ go 1.17
require (
github.com/dustin/go-humanize v1.0.0
github.com/stretchr/testify v1.7.0
github.com/wcharczuk/go-chart/v2 v2.1.0
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)