mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01: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:
parent
a07aed62ad
commit
8709b95a95
@ -118,7 +118,7 @@ public class SleepChartActivity extends Activity {
|
||||
|
||||
YAxis y = mChart.getAxisLeft();
|
||||
y.setDrawGridLines(false);
|
||||
y.setDrawLabels(false);
|
||||
// y.setDrawLabels(false);
|
||||
y.setDrawTopYLabelEntry(false);
|
||||
y.setTextColor(Color.WHITE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user