Skip to content

Commit 674934e

Browse files
committed
Cosmetic
1 parent 4d0edb0 commit 674934e

File tree

1 file changed

+4
-4
lines changed
  • chartLib/src/main/kotlin/info/appdev/charting/charts

1 file changed

+4
-4
lines changed

chartLib/src/main/kotlin/info/appdev/charting/charts/PieChart.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import kotlin.math.sin
2929
@Suppress("unused")
3030
open class PieChart : PieRadarChartBase<PieData> {
3131
/**
32-
* rect object that represents the bounds of the piechart, needed for
32+
* rect object that represents the bounds of the PieChart, needed for
3333
* drawing the circle
3434
*/
3535
val circleBox: RectF = RectF()
@@ -92,17 +92,17 @@ open class PieChart : PieRadarChartBase<PieData> {
9292
private val mCenterTextOffset = getInstance(0f, 0f)
9393

9494
/**
95-
* sets the radius of the hole in the center of the piechart in percent of
95+
* sets the radius of the hole in the center of the PieChart in percent of
9696
* the maximum radius (max = the radius of the whole chart), default 50%
9797
*
98-
* indicates the size of the hole in the center of the piechart,
98+
* indicates the size of the hole in the center of the PieChart,
9999
* default: radius / 2
100100
*/
101101
var holeRadius: Float = 50f
102102

103103
/**
104104
* sets the radius of the transparent circle that is drawn next to the hole
105-
* in the piechart in percent of the maximum radius (max = the radius of the
105+
* in the PieChart in percent of the maximum radius (max = the radius of the
106106
* whole chart), default 55% -> means 5% larger than the center-hole by
107107
* default
108108
*/

0 commit comments

Comments
 (0)