Fear of the Dart

Tabelle

Dbg A2 Liga II/24
# Name Matches S U V Punkte Punkte Sortierung
1 BuMs Offenbach 3 3 0 0 6 6.0234
2 DC Bull Bandits 3 0 1 2 1 0.9743
3 Fear of the Dart 3 3 0 0 6 6.0327
4 Spartaner 3 0 0 3 0 -0.0214
5 Team Ilios 3 1 0 2 2 1.9836
6 TTC Bitzendarter 3 1 1 1 3 3.0074
 

Spieler (10)

Pass Nr. Name Team Captain
HE9458 Wolfgang Riedl
HE8620 Daniel Kusterer Co-Captain
HE8530 Florian Wüstenhöfer
HE8395 Alexander Wagner
HE8615 Fernando Carrascosa Santos
HE9093 Kevin Haus
HE7698 Elias Kempf
HE7600 Lorena Schulewiski Captain
HE7612 Elena Diehl
HE7808 Niko Heimann

Spiele

Datum Heimteam Gastteam Spielort Ergebnis Details
03.08.2024 19:00 Team Ilios Fear of the Dart Bistro Ilios
Herborn-Burg
4 : 14 Details
17.08.2024 19:00 DC Bull Bandits Fear of the Dart Sportheim Donsbach
Dillenburg
3 : 15 Details
31.08.2024 19:00 Fear of the Dart Spartaner Schützenhaus Übernthal
Siegbach Übernthal
12 : 6 Details
28.09.2024 19:00 BuMs Offenbach Fear of the Dart Bürgerhaus Mittenaar Offenbach
Mittenaar - Offenbach
Offen Details
12.10.2024 19:00 Fear of the Dart TTC Bitzendarter Schützenhaus Übernthal
Siegbach Übernthal
Offen Details
26.10.2024 19:00 Fear of the Dart Team Ilios Schützenhaus Übernthal
Siegbach Übernthal
Offen Details
09.11.2024 19:00 Fear of the Dart DC Bull Bandits Schützenhaus Übernthal
Siegbach Übernthal
Offen Details
23.11.2024 19:00 Spartaner Fear of the Dart Sportcenter Faitas
Burg
Offen Details
07.12.2024 19:00 Fear of the Dart BuMs Offenbach Schützenhaus Übernthal
Siegbach Übernthal
Offen Details
21.12.2024 19:00 TTC Bitzendarter Fear of the Dart Tennisheim Herborn-Seelbach
Herborn-Seelbach
Offen Details

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

Wolfgang Riedl (Average: 19,02)
Daniel Kusterer (Average: 16,16)
Florian Wüstenhöfer (Average: 14,64)
Alexander Wagner (Average: 11,18)
Fernando Carrascosa Santos (Average: 0)
Kevin Haus (Average: 14,98)
Elias Kempf (Average: 17,58)
Lorena Schulewiski (Average: 10,30)
Elena Diehl (Average: 11,59)
Niko Heimann (Average: 13,97)