YCharts icon indicating copy to clipboard operation
YCharts copied to clipboard

Line charts have a staggered look

Open mlnoone opened this issue 1 year ago • 0 comments

The default line chart has a 'staggered' look which is not found in libs like chart.js or SwiftUI charts. I found a nice article on how to do line smoothing without having this staggered appearance at https://medium.com/mobile-app-development-publication/making-graph-plotting-function-in-jetpack-compose-95c80ee6fc7f. I have forked the repo and modified the line chart to use this to generate the cubic points used for line smoothing, and submitting a pull request for the same. Basic Cubic Bezier Basic Cubic Bezier

Advancd Cubic Bezier Advance Cubic Bezier

mlnoone avatar Dec 02 '23 07:12 mlnoone