Tabelle

Dbg B2 Liga I/26
# Name Matches S U V Punkte Punkte Sortierung
1 DC Bull Bandits 0 0 0 0 0 0
2 DC Hinterländer 26er 0 0 0 0 0 0
3 DC Rombach Zwote 0 0 0 0 0 0
4 Gargoyles meets MacLeod 0 0 0 0 0 0
5 SKÅL 0 0 0 0 0 0
6 Spartaner 0 0 0 0 0 0
 

Spieler (8)

Pass Nr. Name Team Captain
HE7423 Peter Lehmann
HE7331 Jan Scheld Captain
HE7805 Michael Mohaupt
HE6310 Jan Pache
HE6311 Giuseppe Vece Co-Captain
HE6424 Dominic Hees
HE6507 Maximilian Schneider
HE6539 Valentino Caruso

Spiele

Datum Heimteam Gastteam Spielort Ergebnis Details
31.01.2026 19:00 DC Rombach Zwote SKÅL Sportheim Langenaubach
Haiger
Offen Details
14.02.2026 00:00 SKÅL DC Hinterländer 26er Gaststätte Mikado
Eschenburg
Offen Details
28.02.2026 19:00 Spartaner SKÅL Sportcenter Faitas
Burg
Offen Details
14.03.2026 19:00 DC Bull Bandits SKÅL Sportheim Donsbach
Dillenburg
Offen Details
28.03.2026 19:00 SKÅL Gargoyles meets MacLeod Gaststätte Mikado
Eschenburg
Offen Details
11.04.2026 19:00 SKÅL DC Rombach Zwote Gaststätte Mikado
Eschenburg
Offen Details
25.04.2026 19:00 DC Hinterländer 26er SKÅL Vereinsgaststätte Schwalbennest
Angelburg
Offen Details
09.05.2026 19:00 SKÅL Spartaner Gaststätte Mikado
Eschenburg
Offen Details
06.06.2026 19:00 SKÅL DC Bull Bandits Gaststätte Mikado
Eschenburg
Offen Details
20.06.2026 19:00 Gargoyles meets MacLeod SKÅL Stop Herborn
Herborn
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

Peter Lehmann (Average: 0)
Jan Scheld (Average: 0)
Michael Mohaupt (Average: 0)
Jan Pache (Average: 0)
Giuseppe Vece (Average: 0)
Dominic Hees (Average: 0)
Maximilian Schneider (Average: 0)
Valentino Caruso (Average: 0)