Skip to content

Commit 8055d88

Browse files
committed
Cosmetic
1 parent 3721eaa commit 8055d88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/kotlin/info/appdev/chartexample/BarChartActivitySinus.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ class BarChartActivitySinus : DemoBase(), OnSeekBarChangeListener {
3838

3939
binding.chart1.description.isEnabled = false
4040

41-
// if more than 60 entries are displayed in the chart, no values will be
42-
// drawn
41+
// if more than 60 entries are displayed in the chart, no values will be drawn
4342
binding.chart1.setMaxVisibleValueCount(60)
4443

4544
// scaling can now only be done on x- and y-axis separately

0 commit comments

Comments
 (0)