Smoothing doesn't work if "Date" values are set as X-values. However, it works if date is represented as Numeric. I attached the file. 1. Select "New cases". 2. Analyze and plot data > Smooth. 3. Whatever type of smoothing you choose, you will get: "status: Not enough data points available.
Created attachment 127820 [details] An example of smoothing
Git commit a5dbcefbc8137ed98d95eb463c90daab78dbaaac by Alexander Semke. Committed on 25/04/2020 at 21:14. Pushed by asemke into branch 'master'. [analysis] allow to do smooting also for datetime and integer data. FIXED-IN: 2.8 M +26 -4 src/backend/worksheet/plots/cartesian/XYSmoothCurve.cpp https://invent.kde.org/kde/labplot/commit/a5dbcefbc8137ed98d95eb463c90daab78dbaaac
Thanks!