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.
live-sensor-data
cpfeiffer 2015-06-16 21:04:44 +02:00
parent a07aed62ad
commit 8709b95a95
1 changed files with 1 additions and 1 deletions

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