Add default x spacing (half width) for scatter chart as well
This commit is contained in:
parent
98f97f0df1
commit
ed770762fb
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ public class ScatterChart extends BarLineChartBase<ScatterData> implements Scatt
|
|||
super.init();
|
||||
|
||||
mRenderer = new ScatterChartRenderer(this, mAnimator, mViewPortHandler);
|
||||
|
||||
getXAxis().setSpaceMin(0.5f);
|
||||
getXAxis().setSpaceMax(0.5f);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue