Improve Line Smoothing Algorithm
This implements a similar algorithm to other chart libraries that calculates control points based on the derivative of the curve. The primary result is that we now have a smooth curve that goes through all of the points rather than just vaguely being in the area of the point.
This requires !24 (merged) since I moved all point calculation into the polish step there which this depends on.
Before | After |
---|---|
Edited by Arjen Hiemstra