Closed kishoretankhupp closed 7 months ago
+1
Hi guys, is this chart library plotting correctly charts for you (did you check it)? Trying to use it but charts doesn't reflect datasets at all (the chart's line doesn't match dataset). Maybe doing something wrong because it looks like I am the only person with that issue. But It just doesn't work for me.
Take a look here https://github.com/margelo/react-native-graph/issues/93
We'll soon merge a PR that adds a disableSmoothing
prop to <LineGraph />
, which let's you disable the smoothing logic that causes these issues.
This will remove any inaccuracies with the dataset. A new NPM version should be out soon!
Closing this issue for now. If something doesn't work, let me know.
Hello, Here is my data if i use only for the 1D data then graph plotting correctly as you can see it on screenshort too.
But if i use 2 days data with the some difference to time
Can you please help that what i am doing the wrong here?
Thanks