File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/src/main/kotlin/info/appdev/chartexample Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ class ListViewMultiChartActivity : DemoBase() {
8888 values1.add(Entry (i.toFloat(), ((sampleValues[i]!! .toFloat() * 65 ).toInt() + 40 ).toFloat()))
8989 }
9090
91- val d1 = LineDataSet (values1, " New DataSet " + cnt + " , (1)" )
91+ val d1 = LineDataSet (values1, " New DataSet $ cnt , (1)" )
9292 d1.setLineWidth(2.5f )
9393 d1.circleRadius = 4.5f
9494 d1.setHighLightColor(Color .rgb(244 , 117 , 117 ))
@@ -100,7 +100,7 @@ class ListViewMultiChartActivity : DemoBase() {
100100 values2.add(Entry (i.toFloat(), values1.get(i)!! .y - 30 ))
101101 }
102102
103- val d2 = LineDataSet (values2, " New DataSet " + cnt + " , (2)" )
103+ val d2 = LineDataSet (values2, " New DataSet $ cnt , (2)" )
104104 d2.setLineWidth(2.5f )
105105 d2.circleRadius = 4.5f
106106 d2.setHighLightColor(Color .rgb(244 , 117 , 117 ))
You can’t perform that action at this time.
0 commit comments