Skip to content

Commit 3cc9d17

Browse files
committed
update comment
1 parent 7881b72 commit 3cc9d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/utils/chart-data-correction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export interface ChartFilterSettings {
8383
}
8484

8585
/**
86-
* Applies moving average then smoothing in sequence.
86+
* Applies moving average, smoothing and then rounding up in sequence.
8787
*/
8888
export function applyDataCorrection<T extends { value: number }>(
8989
data: T[],

0 commit comments

Comments
 (0)