vault backup: 2026-04-28 13:15:52

This commit is contained in:
Vadym Samoilenko 2026-04-28 13:15:52 +01:00
parent c765d2ed4a
commit 51f5434c97
2 changed files with 8 additions and 0 deletions

View file

@ -25,6 +25,10 @@ Publication-quality SVG chart generator matching PIMCO's InDesign visual style.
- **Local path:** `/Users/ai_leed/Documents/Projects/Oliver/pimco-charts`
## Sessions
### 2026-04-28 Fix chart rendering issues (bar charts
**Asked:** Fix chart rendering issues (bar charts failing, axis controls not applying) and improve export quality (fonts, InDesign compatibility).
**Done:** Implemented Playwright-based PNG/PDF exporter with proper font handling and created 14 file changes including new export.py module to resolve rendering and font issues.
### 2026-04-28 (Haiku error: <urlopen error [Errno 8]
**Asked:** (Haiku error: <urlopen error [Errno 8] nodename nor servname provided, or not known>)
**Done:** —
@ -36,4 +40,5 @@ Publication-quality SVG chart generator matching PIMCO's InDesign visual style.
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-04-28 | Export backend | Add Playwright renderer, remove cairosvg, fix font handling and stroke drift | app/renderer/export.py, app/main.py, and 12 other files |
| 2026-04-14 | Initial setup | Note created | — |

View file

@ -59,3 +59,6 @@ tags: [daily]
- 13:10 (29min) | `pimco-charts`
- **Asked:** (Haiku error: <urlopen error [Errno 8] nodename nor servname provided, or not known>)
- **Done:**
- 13:14 | `pimco-charts`
- **Asked:** Fix chart rendering issues (bar charts failing, axis controls not applying) and improve export quality (fonts, InDesign compatibility).
- **Done:** Implemented Playwright-based PNG/PDF exporter with proper font handling and created 14 file changes including new export.py module to resolve rendering and font issues.