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

View file

@ -29,7 +29,7 @@ import (
"github.com/wcharczuk/go-chart/v2/drawing"
)
var hiddenColor = drawing.Color{R: 110, G: 112, B: 121, A: 0}
var hiddenColor = drawing.Color{R: 0, G: 0, B: 0, A: 0}
var AxisColorLight = drawing.Color{
R: 110,