2017-10-01 20:24:35 +02:00
|
|
|
<div class="overview" xmlns="http://www.w3.org/1999/html">
|
|
|
|
|
2017-10-02 14:41:17 +02:00
|
|
|
<h2 class="pull-left">Spielerstatistik - {{campaignPlayer.name}}</h2>
|
|
|
|
<h2 class="pull-right">{{campaignPlayer.campaign.title}} Kampagne</h2>
|
|
|
|
|
|
|
|
<div class="chart-container">
|
|
|
|
<ngx-charts-line-chart
|
|
|
|
[results]="killData"
|
|
|
|
[showRefLines]="showRefLines"
|
|
|
|
[showRefLabels]="showRefLabels"
|
|
|
|
[referenceLines]="refLines"
|
|
|
|
[scheme]="colorScheme"
|
|
|
|
[gradient]="gradient"
|
|
|
|
[xAxis]="xAxis"
|
|
|
|
[yAxis]="yAxis"
|
|
|
|
[legend]="legend"
|
|
|
|
[legendTitle]="legendTitle"
|
|
|
|
[showXAxisLabel]="showXAxisLabel"
|
|
|
|
[showYAxisLabel]="showYAxisLabel"
|
|
|
|
[yAxisLabel]="'Kills'"
|
|
|
|
[autoScale]="autoscale"
|
|
|
|
[timeline]="timeline"
|
|
|
|
[roundDomains]="roundDomains">
|
|
|
|
</ngx-charts-line-chart>
|
|
|
|
</div>
|
2017-10-01 20:24:35 +02:00
|
|
|
|
|
|
|
</div>
|