Team Ilios 1

Tabelle

Dbg Bez Liga I/23
# Name Matches S U V Punkte Punkte Sortierung
1 Black Out 10 9 0 1 18 18.0913
2 Chaos Team 10 3 0 7 6 5.9513
3 Donnerwetter 10 9 0 1 18 18.0738
4 SV 1926 Eisemroth e.V. 10 2 0 8 4 3.9493
5 Team Ilios 1 10 2 0 8 4 3.9556
6 Spartaner 1 10 5 0 5 10 9.9787
 

Spieler (8)

Pass Nr. Name Team Captain
HE8443 Marc-Steffen Schreiber Captain
HE8845 Andreas Heider Co-Captain
HE8274 Ilias Faitas
HE8465 Marion Hanke
HE7762 Daniel Gräfling
HE8466 Thomas Jung
HE9045 Timo Müller
HE4049 Björn Müller

Spiele

Datum Heimteam Gastteam Spielort Ergebnis Details
18.02.2023 19:00 Chaos Team Team Ilios 1 Zur Kupferkanne
Bad Marienberg
12 : 6 Details
04.03.2023 19:00 Team Ilios 1 Black Out Bistro Ilios
Herborn-Burg
7 : 11 Details
25.03.2023 19:00
Spiel verlegt
SV 1926 Eisemroth e.V. Team Ilios 1 Sportheim SV 1926 Eisemroth
Siegbach-Eisemroth
4 : 14 Details
01.04.2023 19:00 Donnerwetter Team Ilios 1 Zur Sonne
Gladenbach Erdhausen
10 : 8 Details
15.04.2023 19:00 Team Ilios 1 Spartaner 1 Bistro Ilios
Herborn-Burg
5 : 13 Details
29.04.2023 19:00 Team Ilios 1 Chaos Team Bistro Ilios
Herborn-Burg
8 : 10 Details
13.05.2023 19:00 Black Out Team Ilios 1 Heritage - Die Erbse
Dillenburg
13 : 5 Details
27.05.2023 19:00 Team Ilios 1 SV 1926 Eisemroth e.V. Bistro Ilios
Herborn-Burg
7 : 11 Details
10.06.2023 19:00 Team Ilios 1 Donnerwetter Bistro Ilios
Herborn-Burg
1 : 17 Details
24.06.2023 19:00 Spartaner 1 Team Ilios 1 Sportcenter Faitas
Burg
8 : 10 Details
  • Adresse:

    Bistro Ilios
    Junostrasse 1
    35745 Herborn-Burg
    Telefon:
    02772-572344

Teamstatistiken

Gespielte Legs

$(document).ready(function () { var ctx = document.getElementById('myChart'); var data = JSON.parse(ctx.getAttribute("data-data")); var legs = {}; for (const key in data) { if (data.hasOwnProperty(key)) { const leg = data[key]; if (!legs[leg.darts]) { legs[leg.darts] = [1,0,0]; if (leg.rest > 0) legs[leg.darts][2] += 1; if (leg.rest == 0) legs[leg.darts][1] += 1; } else { legs[leg.darts][0] += 1; if (leg.rest > 0) legs[leg.darts][2] += 1; if (leg.rest == 0) legs[leg.darts][1] += 1; } } } var dataset1 = []; var dataset2 = []; var dataset3 = []; var labels = []; for (let index = 0; index < 60; index++) { if (legs[index]) dataset1[index] = legs[index][0]; else dataset1[index] = 0; if (legs[index]) dataset2[index] = legs[index][1]; else dataset2[index] = 0; if (legs[index]) dataset3[index] = legs[index][2]; else dataset3[index] = 0; labels.push(index); } var myChart = new Chart(ctx, { type: 'bar', data: { labels: labels, datasets: [{ label: 'Alle Legs', data: dataset1, backgroundColor: 'rgba(255, 159, 64, 0.2)', borderColor: 'rgb(255, 159, 64)', borderWidth: 1 }, { label: 'Gewonnene Legs', data: dataset2, backgroundColor:'rgba(75, 192, 192, 0.2)', borderColor: 'rgba(75, 192, 192, 1)', borderWidth: 1, hidden: true, }, { label: 'Verlorene Legs', data: dataset3, backgroundColor: 'rgba(255, 99, 132, 0.2)', borderColor: 'rgba(255, 99, 132, 1)', borderWidth: 1, hidden: true, }] }, options: { scales: { xAxes: [{ticks: {precision: 0, min: 9, autoSkip: true, maxTicksLimit: 20}}], yAxes: [{ticks: {precision: 0}}] } } }); });

Team


Averages per Dart

Marc-Steffen Schreiber (Average: 13,68)
Andreas Heider (Average: 15,09)
Ilias Faitas (Average: 18,23)
Marion Hanke (Average: 13,51)
Daniel Gräfling (Average: 14,63)
Thomas Jung (Average: 17,61)
Timo Müller (Average: 17,55)
Björn Müller (Average: 12,08)