mirror of
https://github.com/complexcaresolutions/dak.c2s.git
synced 2026-03-17 18:23:42 +00:00
fix: dashboard weekly chart shows correct stacked breakdown
Change stacked bar chart from erstberatungen+unterlagen+gutachten (overlapping, incorrect) to ablehnungen+keine_rm+gutachten (disjoint categories that sum to total cases per KW, matching Excel Sheet 1). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
32127c30c3
commit
480f851836
1 changed files with 4 additions and 4 deletions
|
|
@ -138,15 +138,15 @@ export function DashboardPage() {
|
|||
/>
|
||||
<Legend />
|
||||
<Bar
|
||||
dataKey="erstberatungen"
|
||||
name="Erstberatungen"
|
||||
dataKey="ablehnungen"
|
||||
name="Ablehnungen"
|
||||
stackId="a"
|
||||
fill="var(--chart-1)"
|
||||
radius={[0, 0, 0, 0]}
|
||||
/>
|
||||
<Bar
|
||||
dataKey="unterlagen"
|
||||
name="Unterlagen"
|
||||
dataKey="keine_rm"
|
||||
name="Keine Rückmeldung"
|
||||
stackId="a"
|
||||
fill="var(--chart-2)"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue