mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-10 10:44:47 +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().
|
lineData.setAxisYLeft(new Axis().
|
||||||
setHasLines(true).
|
setHasLines(true).
|
||||||
setMaxLabelChars(3).
|
setMaxLabelChars(5).
|
||||||
setTextColor(Color.BLACK)
|
setTextColor(Color.BLACK)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user