Vergleichsstatistik: Replace metric boxes with stacked bar chart#16
Merged
Conversation
Co-authored-by: Lotes <1525964+Lotes@users.noreply.github.com>
Co-authored-by: Lotes <1525964+Lotes@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add horizontal stacked bar chart for points visualization
Vergleichsstatistik: Replace metric boxes with stacked bar chart
Mar 12, 2026
Owner
|
@copilot Nimm folgende Farben:
|
…o card overview Co-authored-by: Lotes <1525964+Lotes@users.noreply.github.com>
Contributor
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


The card detail view showed Siegespunkte and Stichpunkte as two separate numeric boxes. These are replaced with a single horizontal stacked bar chart (consistent with the Budget bar style) that visualizes all three outcome categories at a glance. The same bar is also shown in the card overview (Kartenübersicht).
Changes
app/page.tsx— Replace the 2-column grid (Siegespunkte / Stichpunkte) with aflex-based stacked bar inside the "Vergleichsstatistik" section (detail view and card overview):siegespunkte(wins, normalized to 100)stichpunkte(ties, normalized to 100)niederlagenpunkte = max(0, 100 − siegespunkte − stichpunkte).gitignore— Addedout/to exclude Next.js static export artifactsScreenshots
Card overview (Kartenübersicht):

Single card detail view:

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.