Skip to content

Commit

Permalink
Merge pull request PhilJay#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 7d8c3dd + d23d9ae commit edd0282
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 edd0282

Please sign in to comment.