Skip to content

Commit

Permalink
添加demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-huangjie committed Jul 1, 2019
1 parent e3876f3 commit a6f11ba
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 35 deletions.
29 changes: 0 additions & 29 deletions .idea/codeStyles/Project.xml

This file was deleted.

4 changes: 4 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion app/src/main/java/jie/com/funnel/CustomLabelActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public void drawText(Canvas canvas, Paint mPaintLabel, float labelX, float label
canvas.drawText(funnelData.num+"个", labelX + labelWidth, labelY, mPaintLabel);
}
});
funnelView.setHasLabel(false);
funnelView.setChartData(data);

}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.android.tools.build:gradle:3.4.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Mon Jul 01 10:55:31 CST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

0 comments on commit a6f11ba

Please sign in to comment.