Skip to content

Commit 0ca1692

Browse files
authored
fix: set default smoothing to 0 (#2535)
1 parent 02ad831 commit 0ca1692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/composables/useSettings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const DEFAULT_SETTINGS: AppSettings = {
7373
},
7474
chartFilter: {
7575
averageWindow: 0,
76-
smoothingTau: 1,
76+
smoothingTau: 0,
7777
anomaliesFixed: true,
7878
predictionPoints: 4,
7979
},

0 commit comments

Comments
 (0)