We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7881b72 commit 3cc9d17Copy full SHA for 3cc9d17
app/utils/chart-data-correction.ts
@@ -83,7 +83,7 @@ export interface ChartFilterSettings {
83
}
84
85
/**
86
- * Applies moving average then smoothing in sequence.
+ * Applies moving average, smoothing and then rounding up in sequence.
87
*/
88
export function applyDataCorrection<T extends { value: number }>(
89
data: T[],
0 commit comments