mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Use a single data set instead of one per activity kind
The reason is that multiple data sets will always be grouped. If we add null values to fix the grouping issue, we will still have space between the bars.
This commit is contained in:
@@ -118,7 +118,7 @@ public class SleepChartActivity extends Activity {
|
|||||||
|
|
||||||
YAxis y = mChart.getAxisLeft();
|
YAxis y = mChart.getAxisLeft();
|
||||||
y.setDrawGridLines(false);
|
y.setDrawGridLines(false);
|
||||||
y.setDrawLabels(false);
|
// y.setDrawLabels(false);
|
||||||
y.setDrawTopYLabelEntry(false);
|
y.setDrawTopYLabelEntry(false);
|
||||||
y.setTextColor(Color.WHITE);
|
y.setTextColor(Color.WHITE);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user