New gradient linechart screenshot

This commit is contained in:
Philipp Jahoda 2016-01-26 18:23:14 +01:00
parent e556ffb21e
commit 95abc45133
3 changed files with 2 additions and 2 deletions

View file

@ -108,7 +108,7 @@ public class Legend extends ComponentBase {
mTextSize = Utils.convertDpToPixel(10f);
mStackSpace = Utils.convertDpToPixel(3f);
this.mXOffset = Utils.convertDpToPixel(5f);
this.mYOffset = Utils.convertDpToPixel(4f);
this.mYOffset = Utils.convertDpToPixel(4f); // 2
}
/**

View file

@ -97,7 +97,7 @@ public class XAxis extends AxisBase {
public XAxis() {
super();
mYOffset = Utils.convertDpToPixel(4.f);
mYOffset = Utils.convertDpToPixel(4.f); // -3
}
/**

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 32 KiB