Skip to content

Commit 4de9556

Browse files
committed
Kotlin Utils
1 parent 8f8e2ae commit 4de9556

File tree

4 files changed

+458
-512
lines changed

4 files changed

+458
-512
lines changed

MPChartLib/src/main/java/com/github/mikephil/charting/data/BaseDataSet.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ abstract class BaseDataSet<T : Entry?>() : IDataSet<T> {
249249
}
250250

251251
override fun getValueFormatter(): IValueFormatter {
252-
if (needsFormatter()) return Utils.getDefaultValueFormatter()
252+
if (needsFormatter()) return Utils.defaultValueFormatter
253253
return mValueFormatter!!
254254
}
255255

0 commit comments

Comments
 (0)