Merge master

This commit is contained in:
Philipp Jahoda 2016-06-16 10:05:43 +02:00
commit a823d9c059
2 changed files with 11 additions and 0 deletions

View file

@ -1217,6 +1217,15 @@ public abstract class Chart<T extends ChartData<? extends IDataSet<? extends Ent
mNoDataText = text;
}
/**
* Sets the color of the no data text.
*
* @param color
*/
public void setNoDataTextColor(int color) {
mInfoPaint.setColor(color);
}
/**
* Sets descriptive text to explain to the user why there is no chart
* available Defaults to empty if not set

View file

@ -29,6 +29,8 @@ Donations
- [**Donate 100 $**] (https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KY7F59RYPCYCQ): You are the man! This project saved me hours (if not days) of struggle and hard work, simply awesome!
- Of course, you can also [**choose what you want to donate**](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EGBENAC5XBCKS), all donations are awesome!
If you just want to be nice, you can check out my [**Amazon-Wishlist**]( https://www.amazon.de/registry/wishlist/2DYHJ69VMF8HM/ref=cm_sw_em_r_mt_ws_WVCyxb4KKQ2G6).
## 3rd party bindings