docs(kaizen): size the xychart so its labels stop clipping

Explicit 900x500 canvas, tighter x-axis labels, unit-only y-axis title
(the long vertical title collided with the tick numbers in Remanso).
This commit is contained in:
Julien Calixte
2026-07-13 11:06:44 +02:00
parent 1df25f75d6
commit 7712de6153

View File

@@ -20,10 +20,16 @@ device — only the toy test repo has. Full measurement trail:
`jcalixte/notes` clone on the device.
```mermaid
---
config:
xyChart:
width: 900
height: 500
---
xychart-beta
title "Improvement potential"
x-axis ["Before kaizen — first commit ~611 s, never completes", "After kaizen target ≤ ~10 s"]
y-axis "seconds, :sync → snackbar" 0 --> 650
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]
line [10, 10]
```