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
|
|
@ -186,6 +186,7 @@ func (b *barChart) render(result *defaultRenderResult, seriesList SeriesList) (B
|
|||
// 旋转
|
||||
Radians: radians,
|
||||
FontColor: fontColor,
|
||||
Offset: series.Label.Offset,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue