hadiidbouk/ChartProgressBar-Android

How to give padding between bars and can make it scrollable?

Closed this issue · 2 comments

Hi,
Thank for creating this library.

Is there anyway to give padding between bars? Also If I can make this chart scrollable.
There is an issue when I have large number of data to show then all the bars get overlapped each other.

Hello,

You are welcome,

The bars are added inside a LinearLayout by weight, each bar frame will have 1 as a weight,

So this feature isn't supported, you can sure send me a PR and we will see.

Also i don't think a mobile app should have a chart with a lot of bars, you can use a Spinner for example.

Thank you

Use Horizontal scroll view than implement this chart it scrollbar :)