fl_chart icon indicating copy to clipboard operation
fl_chart copied to clipboard

Feat/prevent curve over shooting xy variants

Open bcheidemann opened this issue 6 months ago • 2 comments

Depends on #1980

preventCurveOverShooting: false

Screenshot 2025-08-29 at 16 23 49

preventCurveOverShooting: true

Screenshot 2025-08-29 at 16 22 24

preventCurveOverShootingX: true (this PR)

Screenshot 2025-08-29 at 16 23 14

bcheidemann avatar Aug 29 '25 15:08 bcheidemann

I hacked this together to see if it would be useful. Seems like it might be. If so, happy to implement any feedback and add tests 👍

bcheidemann avatar Aug 29 '25 15:08 bcheidemann

We have a new implementation of a curved line, Can you please check if that already solves your issue or not? It's not merged yet, but you can take a look at it here: #2000

imaNNeo avatar Oct 25 '25 23:10 imaNNeo