Skip to content

Commit 1301f11

Browse files
committed
Minor fix in large valueformatter.
1 parent 6a60e2c commit 1301f11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MPChartLib/src/com/github/mikephil/charting/utils/LargeValueFormatter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class LargeValueFormatter implements ValueFormatter {
2121
private static final int MAX_LENGTH = 4;
2222

2323
private DecimalFormat mFormat;
24-
private String mText;
24+
private String mText = "";
2525

2626
public LargeValueFormatter() {
2727
mFormat = new DecimalFormat("###E0");

0 commit comments

Comments
 (0)