copy paste bug
This commit is contained in:
parent
3552d6aa40
commit
5fe3c50171
1 changed files with 1 additions and 1 deletions
|
@ -1228,7 +1228,7 @@ public class OverviewFragment extends Fragment implements View.OnClickListener,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (high.length > 0) {
|
if (high.length > 0) {
|
||||||
bgGraph.addSeries(seriesHigh = new PointsGraphSeries<>(low));
|
bgGraph.addSeries(seriesHigh = new PointsGraphSeries<>(high));
|
||||||
seriesHigh.setShape(PointsGraphSeries.Shape.POINT);
|
seriesHigh.setShape(PointsGraphSeries.Shape.POINT);
|
||||||
seriesHigh.setSize(5);
|
seriesHigh.setSize(5);
|
||||||
seriesHigh.setColor(MainApp.sResources.getColor(R.color.high));
|
seriesHigh.setColor(MainApp.sResources.getColor(R.color.high));
|
||||||
|
|
Loading…
Reference in a new issue