mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-09 10:16:44 +02:00
set maximum y-axis label size to 5
This commit is contained in:
@@ -313,7 +313,7 @@ public class GraphFragment extends Fragment implements FragmentUpdateListener {
|
||||
|
||||
lineData.setAxisYLeft(new Axis().
|
||||
setHasLines(true).
|
||||
setMaxLabelChars(3).
|
||||
setMaxLabelChars(5).
|
||||
setTextColor(Color.BLACK)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user