flutter_sparkline
flutter_sparkline copied to clipboard
[Feature Request] Smoothed curve
Are you taking PRs? I've updated sparkline to optionally use .cubicTo() instead of .lineTo() to create smoothed curves.
Can you please update the code in your own branch, so I can take a look?
Same here. Can you please share the code to get smooth curves. Facing few issues. Thanks.
I just saw this comment, sorry! My branch is here:
https://github.com/dgmltn/flutter_sparkline/tree/smoothed-curves
@MohiuddinM @yszanwar ^^
Thanks for sharing @dgmltn