feat: support series label for horizontal bar

This commit is contained in:
vicanso 2022-11-23 23:01:52 +08:00
parent 4fc250aefc
commit 6db8e2c8dc
4 changed files with 58 additions and 2 deletions

View file

@ -186,6 +186,7 @@ func (b *barChart) render(result *defaultRenderResult, seriesList SeriesList) (B
// 旋转
Radians: radians,
FontColor: fontColor,
Offset: series.Label.Offset,
})
}