fix: YAxis not putting value on first line (#19)

This commit is contained in:
2023-01-11 23:20:23 +01:00
committed by GitHub
parent b1b209035c
commit 68c906e78e
2 changed files with 5 additions and 6 deletions

View File

@ -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"}