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 a3b9eca commit 60a9a31Copy full SHA for 60a9a31
src/app/components/usage/actions/charts/chart-line-usage-daily/chart-line-usage-daily.component.ts
@@ -51,8 +51,8 @@ export class ChartLineUsageDailyComponent implements OnChanges {
51
};
52
updateFromInput: boolean = false;
53
chartType: 'repo' | 'total' | 'sku' | 'user' | 'workflow' = 'sku';
54
- timeType: 'total' | 'run' | 'daily' | 'weekly' | 'monthly' | 'rolling20' | 'rolling7' = 'rolling20';
55
- rollingDays = 20;
+ timeType: 'total' | 'run' | 'daily' | 'weekly' | 'monthly' | 'rolling30' | 'rolling7' = 'rolling30';
+ rollingDays = 30;
56
57
constructor(
58
private themeService: ThemingService,
0 commit comments