Skip to content

Commit

Permalink
Minor fix in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilJay committed Jul 20, 2015
1 parent 10f3076 commit 3b089da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MPChartExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ android {
compileSdkVersion 21
buildToolsVersion '21.1.1'
defaultConfig {
minSdkVersion 16
minSdkVersion 8
targetSdkVersion 21
versionCode 40
versionCode 41
versionName '2.1.1'

sourceSets {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) {
ArrayList<BarDataSet> dataSets = new ArrayList<BarDataSet>();
dataSets.add(set1);
dataSets.add(set2);
// dataSets.add(set3);
dataSets.add(set3);

BarData data = new BarData(xVals, dataSets);
// data.setValueFormatter(new LargeValueFormatter());
Expand Down

0 comments on commit 3b089da

Please sign in to comment.