Skip to content

Commit b2cc897

Browse files
committed
Kotlin Utils
1 parent 51a5cae commit b2cc897

File tree

4 files changed

+458
-514
lines changed

4 files changed

+458
-514
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)