feat: support customize title

This commit is contained in:
vicanso 2021-12-29 23:18:41 +08:00
parent 2772798122
commit 06c326bdc3
9 changed files with 170 additions and 44 deletions

View file

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