From 7638828645f75c928f1aacf3dc50f0b3d52275de Mon Sep 17 00:00:00 2001 From: Florian Hartwich Date: Sat, 2 Sep 2017 22:14:25 +0200 Subject: [PATCH] change initial statistic to point sum --- static/src/app/statistic/overview/stats-overview.component.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/src/app/statistic/overview/stats-overview.component.ts b/static/src/app/statistic/overview/stats-overview.component.ts index b943d7e..b350b0a 100644 --- a/static/src/app/statistic/overview/stats-overview.component.ts +++ b/static/src/app/statistic/overview/stats-overview.component.ts @@ -54,6 +54,9 @@ export class StatisticOverviewComponent { this.title = "Gesamtübersicht"; } else { this.title = campaign.title + setTimeout(() => { + this.activeSlideIndex = 2; + }, 10) } wars = wars.concat(campaign.wars); itemsProcessed++;