feat: support font size for series label, #38
This commit is contained in:
parent
f9a534ea02
commit
ef04ac14ab
5 changed files with 13 additions and 2 deletions
|
|
@ -83,6 +83,8 @@ type SeriesLabel struct {
|
|||
Position string
|
||||
// The offset of label's position
|
||||
Offset Box
|
||||
// The font size of label
|
||||
FontSize float64
|
||||
}
|
||||
|
||||
const (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue