The graph is not drawing outliers
Both charts have the same exact data; the one above (react-native-graph) is not drawing the outliers. I checked onPointSelected, and the data is correct. The problem is with the line.
Valid - that's because we do some rounding/averaging in this library. This should probably be considered though, I mean we could force draw a point for every pixel even if it's multiple...
Maybe the latest changes from versions 0.2.0 and above could be helpful to you. You can define a smoothing prop there, that sets how much smoothing should be applied.
@chrispader
These changes don't seem like they exist anymore?
https://github.com/margelo/react-native-graph/pull/55
Yeah, they were removed in #62 :( . And that was exactly what we needed. Any other option to draw outliers?