Skip to content

Commit

Permalink
Merge pull request #920 from dakotasanchez/valueformatter-fix
Browse files Browse the repository at this point in the history
Do not serialize ValueFormatter interface member variable
  • Loading branch information
PhilJay committed Aug 3, 2015
2 parents 3cf2210 + 1a52eff commit 62f192e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public abstract class DataSet<T extends Entry> {
private Typeface mValueTypeface;

/** custom formatter that is used instead of the auto-formatter if set */
protected ValueFormatter mValueFormatter;
protected transient ValueFormatter mValueFormatter;

/** this specifies which axis this DataSet should be plotted against */
protected AxisDependency mAxisDependency = AxisDependency.LEFT;
Expand Down

0 comments on commit 62f192e

Please sign in to comment.