Default chart text gravity to top left
This commit is contained in:
parent
5d232a28ed
commit
05544df25b
@ -51,7 +51,7 @@ data class ChartLevelLabels(
|
||||
val font: Font? = null,
|
||||
val lineColor: RGBAColor = RGBAColor.DARK_GREEN,
|
||||
val textColor: RGBAColor = RGBAColor.DARK_GREEN,
|
||||
val textGravity: RenderGravity = RenderGravity.TOP_RIGHT,
|
||||
val textGravity: RenderGravity = RenderGravity.TOP_LEFT,
|
||||
val textOutline: RGBAColor = RGBAColor.BLACK
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user