oksktank/react-native-pure-chart

label issue

VijayJoshua02 opened this issue · 6 comments

First label of x-axis in line chart is hidden. How to render it properly?

Labels on x-axis and y-axis shown alternatively. First label on both axis hide second shown and then third label hide and so on.

Try -
showEvenNumberXaxisLabel = {false}

I have tried the above solution but still on the starting value the y axis value is getting half hidden. Is their any way to give margin or padding to the y axis value?
Screenshot 2020-09-03 at 12 44 58 PM

@ankitsdglobal Have you found the solution for the issue? I am also stuck on the same.

No, I tried the above solution but it didn't work

can i add label width?