the BIG DART THEORY

Tabelle

Dbg C2 Liga II/22
# Name Matches S U V Punkte Punkte Sortierung
1 Dart Arrows Dill 10 3 1 6 7 6.9646
2 DC Grüner Escorial 10 6 1 3 13 13.0491
3 DC Rombach LA 10 6 0 4 12 12.021
4 DC SpeerRibs 10 1 0 9 2 1.907
5 DC Voll - Treffer 10 5 0 5 10 10.0097
6 the BIG DART THEORY 10 8 0 2 16 16.0486
 

Spieler (9)

Pass Nr. Name Team Captain
HE7423 Peter Lehmann Captain
HE9643 Marcel Paulenz
HE7603 Phillip Heinz Klusemann
HE7732 Luca Leon Klusemann Co-Captain
HE9392 Patrick Stotz
HE7331 Jan Scheld
HE7805 Michael Mohaupt
HE7820 Jacqueline Klusemann
HE1074 Thorsten Leicher

Spiele

Datum Heimteam Gastteam Spielort Ergebnis Details
06.08.2022 19:00 DC Voll - Treffer the BIG DART THEORY Herborner Bär
Breitscheid
7 : 11 Details
20.08.2022 19:00 the BIG DART THEORY DC Grüner Escorial Gaststätte Mikado
Eschenburg
8 : 10 Details
03.09.2022 19:00 DC Rombach LA the BIG DART THEORY Sportheim Langenaubach
Haiger
10 : 8 Details
14.10.2022 19:00
Spiel verlegt
the BIG DART THEORY DC Voll - Treffer Gaststätte Mikado
Eschenburg
11 : 7 Details
21.10.2022 19:00
Spiel verlegt
the BIG DART THEORY Dart Arrows Dill Gaststätte Mikado
Eschenburg
10 : 8 Details
29.10.2022 19:00 DC Grüner Escorial the BIG DART THEORY Gaststätte Hessenstube
Dillenburg - Frohnhausen
8 : 10 Details
05.11.2022 19:00
Spiel verlegt
DC SpeerRibs the BIG DART THEORY unbekannt 4 : 14 Details
12.11.2022 19:00 the BIG DART THEORY DC Rombach LA Gaststätte Mikado
Eschenburg
10 : 8 Details
26.11.2022 19:00 the BIG DART THEORY DC SpeerRibs Gaststätte Mikado
Eschenburg
15 : 3 Details
10.12.2022 19:00 Dart Arrows Dill the BIG DART THEORY Golden Eye
Herborn
4 : 14 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: 16,16)
Marcel Paulenz (Average: 12,89)
Phillip Heinz Klusemann (Average: 15,06)
Luca Leon Klusemann (Average: 13,32)
Patrick Stotz (Average: 0)
Jan Scheld (Average: 15,10)
Michael Mohaupt (Average: 15,17)
Jacqueline Klusemann (Average: 0)
Thorsten Leicher (Average: 18,80)