feat: support series label for horizontal bar
This commit is contained in:
parent
4fc250aefc
commit
6db8e2c8dc
4 changed files with 58 additions and 2 deletions
|
|
@ -81,6 +81,8 @@ type SeriesLabel struct {
|
|||
Distance int
|
||||
// The position of label
|
||||
Position string
|
||||
// The offset of label's position
|
||||
Offset Box
|
||||
}
|
||||
|
||||
const (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue