New gradient linechart screenshot
This commit is contained in:
parent
e556ffb21e
commit
95abc45133
3 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -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 |
Loading…
Add table
Reference in a new issue