Fear of the Dart

Tabelle

Dbg Bez Liga I/25
# Name Matches S U V Punkte Punkte Sortierung
1 BuMs Offenbach 4 1 0 3 2 1.9812
2 DC Olympos Darter 4 4 0 0 8 8.0237
3 Die Dudes 4 1 1 2 3 2.9948
4 Fear of the Dart 4 1 0 3 2 1.9957
5 Game Over 4 1 1 2 3 2.9914
6 SpitzenKiller 4 3 0 1 6 6.0132
 

Spieler (10)

Pass Nr. Name Team Captain
HE8502 Rüdiger Donges
HE9458 Wolfgang Riedl
HE8620 Daniel Kusterer Co-Captain
HE8530 Florian Wüstenhöfer
HE8395 Alexander Wagner
HE9093 Kevin Haus
HE7698 Elias Kempf
HE7600 Lorena Schulewski Captain
HE7612 Elena Diehl
HE7808 Niko Heimann

Spiele

Datum Heimteam Gastteam Spielort Ergebnis Details
15.02.2025 19:00 Fear of the Dart SpitzenKiller Schützenhaus Übernthal
Siegbach Übernthal
7 : 11 Details
01.03.2025 19:00 BuMs Offenbach Fear of the Dart Bürgerhaus Mittenaar Offenbach
Mittenaar - Offenbach
Heimrecht getauscht
11 : 7 Details
21.03.2025 19:00
Spiel verlegt
Die Dudes Fear of the Dart Gaststätte Mikado
Eschenburg
6 : 12 Details
29.03.2025 19:00 Fear of the Dart DC Olympos Darter Schützenhaus Übernthal
Siegbach Übernthal
8 : 10 Details
12.04.2025 19:00 Game Over Fear of the Dart Schützenhaus Haigerseelbach
Haigerseelbach
Offen Details
26.04.2025 19:00 SpitzenKiller Fear of the Dart Sportheim SSV Simmersbach
Eschenburg - Simmersbach
Offen Details
10.05.2025 19:00 Fear of the Dart BuMs Offenbach Schützenhaus Übernthal
Siegbach Übernthal
Heimrecht getauscht
Offen Details
24.05.2025 19:00 Fear of the Dart Die Dudes Schützenhaus Übernthal
Siegbach Übernthal
Offen Details
07.06.2025 19:00 DC Olympos Darter Fear of the Dart Schorsch's Bergschänke
Herborn-Seelbach
Offen Details
21.06.2025 19:00 Fear of the Dart Game Over Schützenhaus Übernthal
Siegbach Übernthal
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

Rüdiger Donges (Average: 16,01)
Wolfgang Riedl (Average: 18,80)
Daniel Kusterer (Average: 16,21)
Florian Wüstenhöfer (Average: 0)
Alexander Wagner (Average: 0)
Kevin Haus (Average: 15,10)
Elias Kempf (Average: 19,27)
Lorena Schulewski (Average: 15,39)
Elena Diehl (Average: 0)
Niko Heimann (Average: 16,86)