wuxudong / react-native-charts-wrapper

a react native charts wrapper (support android & iOS)
2.44k stars 657 forks source link

How to move bar and it's text to the right in Stacked BarChart ? #770

Open kaushikr-nimblechapps opened 3 years ago

kaushikr-nimblechapps commented 3 years ago

Hi,

I have used the Stacked BarChart, Data binding is perfectly but I need to move the first bar with some padding. first bar is not display properly in the chart, half part hide in it, So please help me what's props for padding for it.

Image attached.

Untitled

aysenurtaskomur commented 3 years ago

Any solution on this?

kaushikr-nimblechapps commented 3 years ago

Yes just remove axisMinimum: 0, and axisMaximum: 5 from xAxis.

aysenurtaskomur commented 3 years ago

Yes just remove axisMinimum: 0, and axisMaximum: 5 from xAxis.

Yes its okay but I have group datas. This settings breaks them :(