Closed mdtuyen closed 7 years ago
Here is my setting:
hBarChart.setBarSpacing(Tools.fromDpToPx(2)); hBarChart.setBorderSpacing(0) .setStep(1) .setTooltips(tip) .setXAxis(true) .setYAxis(true) .setLabelsColor(Color.parseColor("#FF8E8A84")) .setXLabels(XRenderer.LabelPosition.NONE);
If value > 14 some part of Chart miss in my device.
And, How do I mke it scroll in horizontal
Seems the same as #45.
The simplest but not smart way to solve this problem is to change ChartView width dynamically.
@UsherBaby Interesting, I need to check that.
Here is my setting:
If value > 14 some part of Chart miss in my device.
And, How do I mke it scroll in horizontal