Skip to content

Commit 60a9a31

Browse files
committed
rolling 30
1 parent a3b9eca commit 60a9a31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/usage/actions/charts/chart-line-usage-daily/chart-line-usage-daily.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ export class ChartLineUsageDailyComponent implements OnChanges {
5151
};
5252
updateFromInput: boolean = false;
5353
chartType: 'repo' | 'total' | 'sku' | 'user' | 'workflow' = 'sku';
54-
timeType: 'total' | 'run' | 'daily' | 'weekly' | 'monthly' | 'rolling20' | 'rolling7' = 'rolling20';
55-
rollingDays = 20;
54+
timeType: 'total' | 'run' | 'daily' | 'weekly' | 'monthly' | 'rolling30' | 'rolling7' = 'rolling30';
55+
rollingDays = 30;
5656

5757
constructor(
5858
private themeService: ThemingService,

0 commit comments

Comments
 (0)