docs: update documents

This commit is contained in:
vicanso 2022-06-18 09:17:16 +08:00
parent 5db24de7ed
commit 2067bc0062
13 changed files with 695 additions and 129 deletions

8
go.mod
View file

@ -1,17 +1,17 @@
module github.com/vicanso/go-charts
module github.com/vicanso/go-charts/v2
go 1.17
require (
github.com/dustin/go-humanize v1.0.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/stretchr/testify v1.7.1
github.com/stretchr/testify v1.7.2
github.com/wcharczuk/go-chart/v2 v2.1.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
golang.org/x/image v0.0.0-20220617043117-41969df76e82 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)