xanderdeseyn / react-native-responsive-linechart

A customizable and responsive line or area chart for react-native
https://react-native-responsive-linechart.surge.sh
MIT License
202 stars 46 forks source link

Chart does not display all data #81

Closed jerus1403 closed 3 years ago

jerus1403 commented 3 years ago

My data array has about 28 element but chart does not display all of them for some reason. I used a combination of Line and Area to display my chart. Like you see, in the renderChartLine function, I log [data] to the console and see all 28 elements from my data but when I check the chart, it only displays about 11 elements or so. I include 2 pictures of my code and hope that anyone can see what I'm not seeing.

Screen Shot 2021-05-04 at 9 48 32 AM Screen Shot 2021-05-04 at 9 43 31 AM Screen Shot 2021-05-04 at 9 43 47 AM
xanderdeseyn commented 3 years ago

Hi, probably something wrong with the viewport or yDomain you are setting. Does it work if you leave out those props?

jerus1403 commented 3 years ago

Thank you for helping me out. I figured it out. Yes, it was my setting for the yDomain.

xanderdeseyn commented 3 years ago

Great!