Double Trouble

Tabelle

Wz B Liga I/25
# Name Matches S U V Punkte Punkte Sortierung
1 DC Santa Maria 9 8 0 1 16 16.0697
2 Double Trouble 9 0 2 7 2 1.9264
3 Hüttenschänke 3 9 2 1 6 5 4.9551
4 Krawalldarter 9 3 0 6 6 6.0001
5 Team UnscheinBar 9 6 1 2 13 13.0244
6 Ü-Ei 9 6 0 3 12 12.0243
 

Spieler (9)

Pass Nr. Name Team Captain
HE8424 Andreas Schmidt
HE8644 Christoph Schweitzer Captain
HE7286 Sven Schmitt Co-Captain
HE8355 Maik Viehmann
HE4037 Anna Lena Diwisch
HE4038 Elisa Juliana Schmitt
HE4043 Andreas Schreiner
HE4068 Alexander Wilhelm
HE6512 Sarah Geppert-Viehmann

Spiele

Datum Heimteam Gastteam Spielort Ergebnis Details
15.02.2025 19:00 Double Trouble Team UnscheinBar Zum Lahntal
Solms - Oberbiel
5 : 13 Details
01.03.2025 19:00 Ü-Ei Double Trouble Downtown Solms
Solms
15 : 3 Details
15.03.2025 19:00 Double Trouble Hüttenschänke 3 Zum Lahntal
Solms - Oberbiel
7 : 11 Details
29.03.2025 19:00 Double Trouble Krawalldarter Zum Lahntal
Solms - Oberbiel
6 : 12 Details
12.04.2025 19:00 DC Santa Maria Double Trouble Gaststätte Santa Maria
Staufenberg
16 : 2 Details
26.04.2025 19:00 Team UnscheinBar Double Trouble Zum grünen Hirsch
Ehringshausen
9 : 9 Details
10.05.2025 19:00 Double Trouble Ü-Ei Zum Lahntal
Solms - Oberbiel
5 : 13 Details
23.05.2025 19:00
Spiel verlegt
Hüttenschänke 3 Double Trouble Hüttenschänke Aßlar
Aßlar
9 : 9 Details
07.06.2025 19:00 Krawalldarter Double Trouble Bistro Joy
Biebertal
14 : 4 Details
21.06.2025 19:00 Double Trouble DC Santa Maria Zum Lahntal
Solms - Oberbiel
Offen Details
  • Adresse:

    Zum Lahntal
    Wetzlarer Str. 51
    35606 Solms - Oberbiel
    Telefon:
    06441-5734

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

Andreas Schmidt (Average: 12,00)
Christoph Schweitzer (Average: 11,44)
Sven Schmitt (Average: 13,53)
Maik Viehmann (Average: 12,95)
Anna Lena Diwisch (Average: 8,98)
Elisa Juliana Schmitt (Average: 12,06)
Andreas Schreiner (Average: 11,68)
Alexander Wilhelm (Average: 12,27)
Sarah Geppert-Viehmann (Average: 10,39)