1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-20 20:10:15 +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:
cpfeiffer 2015-06-16 21:04:44 +02:00
parent a07aed62ad
commit 8709b95a95

View File

@ -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);