DC Dartaholics

Tabelle

Dbg C3 Liga II/25
# Name Matches S U V Punkte Punkte Sortierung
1 DC Dartaholics 1 0 0 1 0 -0.0117
2 DC Hinterländer 26er 1 0 1 0 1 1.0002
3 DC Rombach Zwote 1 1 0 0 2 2.0117
4 DC Steckeschmeisser 2 0 2 0 2 1.9998
5 DC Vull im Bull 1 1 0 0 2 2.002
6 Zielsicher daneben 2 0 1 1 1 0.998
 

Spieler (9)

Pass Nr. Name Team Captain
HE6126 Stefan Kiedrowski Captain
HE7622 Katja Kiedrowski Co-Captain
HE4013 Christian Stein
HE6304 Simon Deniz
HE5787 Christoph Pomsel
HE6425 Dominik Theis
HE6447 Pascal Giese
HE6589 Florian Kersting
HE9606 Mirko Pohle

Spiele

Datum Heimteam Gastteam Spielort Ergebnis Details
02.08.2025 19:00 DC Rombach Zwote DC Dartaholics Sportheim Langenaubach
Haiger
14 : 4 Details
30.08.2025 19:00 DC Steckeschmeisser DC Dartaholics Zwitscherstube
Haiger
Offen Details
06.09.2025 19:00
Spiel verlegt
DC Dartaholics DC Vull im Bull Gaststätte zum Brunnen
Donsbach
Offen Details
27.09.2025 19:00 DC Hinterländer 26er DC Dartaholics Vereinsgaststätte Schwalbennest
Angelburg
Heimrecht getauscht
Offen Details
11.10.2025 19:00 Zielsicher daneben DC Dartaholics U-Boot
Dillenburg
Offen Details
25.10.2025 19:00 DC Dartaholics DC Rombach Zwote Gaststätte zum Brunnen
Donsbach
Offen Details
08.11.2025 19:00 DC Vull im Bull DC Dartaholics Sportheim Donsbach
Dillenburg
Offen Details
22.11.2025 19:00 DC Dartaholics DC Steckeschmeisser Gaststätte zum Brunnen
Donsbach
Offen Details
06.12.2025 19:00 DC Dartaholics DC Hinterländer 26er Gaststätte zum Brunnen
Donsbach
Heimrecht getauscht
Offen Details
20.12.2025 19:00 DC Dartaholics Zielsicher daneben Gaststätte zum Brunnen
Donsbach
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

Stefan Kiedrowski (Average: 14,40)
Katja Kiedrowski (Average: 0)
Christian Stein (Average: 0)
Simon Deniz (Average: 0)
Christoph Pomsel (Average: 14,50)
Dominik Theis (Average: 0)
Pascal Giese (Average: 12,56)
Florian Kersting (Average: 11,53)
Mirko Pohle (Average: 0)