Tobias Rump

Results 4 comments of Tobias Rump

Hey, you need to set the the property for preventing overshooting: ``` LineChartBarData( ... isCurved: true, curveSmoothness: 0.4, preventCurveOverShooting: true,

@guvanch07 pls check the [docs](https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/line_chart.md) you have three properties to manipulate the curve behavior: PropName | Description | default value -- | -- | -- isCurved | curves the corners...

Yeah it would be a really good idea, to have the `preventCurveOverShooting = true` as default. Here is again a user from today, who is confused https://github.com/imaNNeo/fl_chart/issues/1649

Hi @imaNNeo, Could you please confirm if this ticket is still open? We're a small Open-Source Group within our company, consisting of 2-3 members, actively engaging with open-source projects. We're...