docs(kaizen): drop the after-kaizen bar until step 6 measures it
Step 1 is baseline + target only; the target line stays, the bar would fake a measurement that doesn't exist yet.
This commit is contained in:
@@ -30,12 +30,13 @@ xychart-beta
|
||||
title "Improvement potential — :sync → snackbar"
|
||||
x-axis ["Before kaizen (~611 s, never completes)", "After kaizen (target ≤ ~10 s)"]
|
||||
y-axis "seconds" 0 --> 650
|
||||
bar [611, 10]
|
||||
bar [611, 0]
|
||||
line [10, 10]
|
||||
```
|
||||
|
||||
The before bar understates the reality: a reset re-enters the freeze, so the
|
||||
true value is ∞ — 0 successful syncs ever. The line is the ≤ ~10 s target.
|
||||
true value is ∞ — 0 successful syncs ever. The line is the ≤ ~10 s target; the
|
||||
after column has no bar until the step-6 measurement lands.
|
||||
|
||||
## 2) Current method analysis
|
||||
|
||||
|
||||
Reference in New Issue
Block a user