What problem are you trying to solve?
Currently many crafts are very jittery, which is interesting to find outliers but it is not helpful to find trends.
Proposed approach
Allow graphs to be smoothed out by implementing a twelve-month sliding window. When collecting monthly data, that is hopefully straightforward to implement at the very end of the pipeline.
Alternatives considered
Out of scope
What problem are you trying to solve?
Currently many crafts are very jittery, which is interesting to find outliers but it is not helpful to find trends.
Proposed approach
Allow graphs to be smoothed out by implementing a twelve-month sliding window. When collecting monthly data, that is hopefully straightforward to implement at the very end of the pipeline.
Alternatives considered
Out of scope