flutter_sparkline icon indicating copy to clipboard operation
flutter_sparkline copied to clipboard

[Feature Request] Smoothed curve

Open dgmltn opened this issue 6 years ago • 5 comments

Are you taking PRs? I've updated sparkline to optionally use .cubicTo() instead of .lineTo() to create smoothed curves.

dgmltn avatar Sep 21 '18 17:09 dgmltn

Can you please update the code in your own branch, so I can take a look?

MohiuddinM avatar Nov 13 '18 00:11 MohiuddinM

Same here. Can you please share the code to get smooth curves. Facing few issues. Thanks.

yszanwar avatar Dec 14 '18 12:12 yszanwar

I just saw this comment, sorry! My branch is here:

https://github.com/dgmltn/flutter_sparkline/tree/smoothed-curves

dgmltn avatar May 04 '19 04:05 dgmltn

@MohiuddinM @yszanwar ^^

dgmltn avatar May 04 '19 04:05 dgmltn

Thanks for sharing @dgmltn

yszanwar avatar May 04 '19 11:05 yszanwar