Add horizontal render option to stacked bar chart (#39)
This commit is contained in:
parent
21b831a1b1
commit
fead23ae5b
5 changed files with 418 additions and 8 deletions
2
text.go
2
text.go
|
|
@ -46,7 +46,7 @@ const (
|
|||
TextVerticalAlignBottom TextVerticalAlign = 2
|
||||
// TextVerticalAlignMiddle aligns the text so that there is an equal amount of space above and below the top and bottom of the ligatures.
|
||||
TextVerticalAlignMiddle TextVerticalAlign = 3
|
||||
// TextVerticalAlignMiddleBaseline aligns the text veritcally so that there is an equal number of pixels above and below the baseline of the string.
|
||||
// TextVerticalAlignMiddleBaseline aligns the text vertically so that there is an equal number of pixels above and below the baseline of the string.
|
||||
TextVerticalAlignMiddleBaseline TextVerticalAlign = 4
|
||||
// TextVerticalAlignTop alignts the text so that the top of the ligatures are at y-pixel 0 in the container.
|
||||
TextVerticalAlignTop TextVerticalAlign = 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue