Tabelle

Bezirksoberliga II/25
# Name Matches S U V Punkte Punkte Sortierung
1 Bad Company 2 1 0 1 2 2.0047
2 DC Olympos Darter 2 1 0 1 2 2.0024
3 Grizzly's 2 2 0 0 4 4.0093
4 Hüttenschänke1 1 0 0 1 0 -0.0096
5 PIRANHAS zero 6 1 1 0 0 2 2.0092
6 Time to Play the Game 2 0 0 2 0 -0.016
 

Spieler (9)

Pass Nr. Name Team Captain
HE9682 Jan-Christofer König
HE9524 Sebastian Röth
HE6215 Isabel Schäfer Co-Captain
HE6216 Boris Schäfer
HE7308 Thomas Immel Captain
HE8985 Daniel Schütze
HE7980 Thomas Weber
HE4063 Ilhan Kayalier
HE6471 Michael Rohrmann

Spiele

Datum Heimteam Gastteam Spielort Ergebnis Details
02.08.2025 19:00 DC Olympos Darter Grizzly's Schorsch's Bergschänke
Herborn-Seelbach
8 : 12 Details
16.08.2025 19:00 Bad Company Grizzly's Keglerstube Allendorf (unter Mehrzweckhalle)
Haiger
8 : 12 Details
30.08.2025 19:00 Grizzly's Time to Play the Game DiTo's Darts and more
Leun - Stockhausen
Offen Details
27.09.2025 19:00 Hüttenschänke1 Grizzly's Hüttenschänke Aßlar
Aßlar
Offen Details
11.10.2025 19:00 Grizzly's PIRANHAS zero 6 DiTo's Darts and more
Leun - Stockhausen
Offen Details
25.10.2025 19:00 Grizzly's DC Olympos Darter DiTo's Darts and more
Leun - Stockhausen
Offen Details
08.11.2025 19:00 Grizzly's Bad Company DiTo's Darts and more
Leun - Stockhausen
Offen Details
22.11.2025 19:00 Time to Play the Game Grizzly's Downtown Solms
Solms
Offen Details
06.12.2025 19:00 Grizzly's Hüttenschänke1 DiTo's Darts and more
Leun - Stockhausen
Offen Details
20.12.2025 19:00 PIRANHAS zero 6 Grizzly's Bistro B255
Mittenaar
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

Jan-Christofer König (Average: 17,78)
Sebastian Röth (Average: 22,31)
Isabel Schäfer (Average: 13,14)
Boris Schäfer (Average: 12,45)
Thomas Immel (Average: 0)
Daniel Schütze (Average: 0)
Thomas Weber (Average: 17,35)
Ilhan Kayalier (Average: 16,04)
Michael Rohrmann (Average: 23,51)