Fix player pie chart color & add new tables to backup

pull/16/head
HardiReady 2017-10-30 09:43:12 +01:00
parent e6f64c1cc6
commit e285e2b50a
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
cd $(dirname $0) cd $(dirname $0)
# array of available collection names # array of available collection names
col=(app_user awarding decoration rank squad user promotion player war campaign) col=(app_user awarding campaign decoration logBudget logFlag logKill logPoints logRespawn logRevive logTransport player promotion rank squad user war )
if [ -z "$1" ] if [ -z "$1" ]
then then

View File

@ -14,7 +14,7 @@
<h4 style="margin-bottom: 0;">Teilnehmer:</h4> <h4 style="margin-bottom: 0;">Teilnehmer:</h4>
<ngx-charts-pie-chart <ngx-charts-pie-chart
[view]="[120, 120]" [view]="[120, 120]"
[scheme]="colorScheme" [scheme]="{domain: ['#B22222', '#0000FF']}"
[results]="playerChart" [results]="playerChart"
[legend]="false" [legend]="false"
[explodeSlices]="false" [explodeSlices]="false"