mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Remove description label from Battery chart
This commit is contained in:
@@ -175,6 +175,7 @@ public class BatteryInfoChartFragment extends AbstractGBFragment {
|
||||
mChart.getDescription().setTextColor(DESCRIPTION_COLOR);
|
||||
mChart.setTouchEnabled(true);
|
||||
mChart.getLegend().setHorizontalAlignment(Legend.LegendHorizontalAlignment.CENTER);
|
||||
mChart.getDescription().setEnabled(false);
|
||||
|
||||
XAxis x = mChart.getXAxis();
|
||||
x.setDrawLabels(true);
|
||||
|
Reference in New Issue
Block a user