https://bugs.kde.org/show_bug.cgi?id=435268
Arjen Hiemstra <ahiems...@heimr.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/kquickcharts/commit/ | |c91c837fbab2e966165c47f4fbb | |e96e16eb3f073 --- Comment #10 from Arjen Hiemstra <ahiems...@heimr.nl> --- Git commit c91c837fbab2e966165c47f4fbbe96e16eb3f073 by Arjen Hiemstra. Committed on 03/06/2021 at 11:42. Pushed by ahiemstra into branch 'master'. Implement monotonic cubic interpolation for line charts Replace the existing cubic interpolation in the line chart with cubic monotonic interpolation, which tries harder to preserve monotonicity and that way avoids over or under shooting the target point. As a bonus, the implementation turns out simpler than the cubic implementation we currently have, which should improve performance. M +114 -92 src/LineChart.cpp https://invent.kde.org/frameworks/kquickcharts/commit/c91c837fbab2e966165c47f4fbbe96e16eb3f073 -- You are receiving this mail because: You are watching all bug changes.