Open rclai opened 8 years ago
I need to learn a bit more about the ART/Path API to get this right. Feel free to educate me or open a PR :)
Same but I just looked it up and I think this might be what you need. Check out the curveTo method in the ART library, it creates a bezier curve.
Also looks like we're in luck, React Native does support the bridging of bezier lines: here and here
Awesome. My plan will be to support the following:
interpolation: 'straight' | 'bezier'
Does straight
make sense in contrast to bezier
? Or is there a better name 😄
Yeah, I can't think of anything else other than straight
lol.
Also very interested in this feature!
Just what I was looking for!
Any update on this guys ?
+1
As a generic FYI — I am no longer able to maintain this library. I recommend checking out victory-native as it's much more maintained.
Just wondering if your library is able to make line graphs use bezier lines instead of just straight lines?