mirror of
https://github.com/dzeiocom/charts.git
synced 2025-06-14 03:49:20 +00:00
fix: YAxis not putting value on first line (#19)
This commit is contained in:
@ -114,7 +114,7 @@ class MainFragment : Fragment() {
|
||||
scrollEnabled = true
|
||||
|
||||
// change the number of labels
|
||||
labelCount = 10
|
||||
labelCount = 11
|
||||
|
||||
// change how labels are displayed
|
||||
onValueFormat = { "${it.roundToInt()}g"}
|
||||
|
Reference in New Issue
Block a user