File tree 2 files changed +2
-2
lines changed
app/src/main/java/com/bin/david/smartchart
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ allprojects {
86
86
87
87
``` gradle
88
88
dependencies {
89
- compile 'com.github.huangyanbin:SmartChart:1.4'
89
+ compile 'com.github.huangyanbin:SmartChart:1.4.1 '
90
90
}
91
91
```
92
92
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ protected void onCreate(Bundle savedInstanceState) {
35
35
items .add (new MainItem (RadarChartActivity .class ,"Radar chart" ));
36
36
items .add (new MainItem (RoseChartActivity .class ,"Rose chart" ));
37
37
items .add (new MainItem (BarLineChartActivity .class ,"Bar line chart" ));
38
- items .add (new MainItem (TestChartActivity .class ,"Custom line chart1" ));
38
+ // items.add(new MainItem(TestChartActivity.class,"Custom line chart1"));
39
39
items .add (new MainItem (CustomLineChartActivity .class ,"Custom line chart2" ));
40
40
items .add (new MainItem (ZoomChartListActivity .class ,"scale chart List(Solving gesture conflict)" ));
41
41
items .add (new MainItem (RotateChartListActivity .class ,"rotate chart List(Solving gesture conflict)" ));
You can’t perform that action at this time.
0 commit comments