diff --git a/01 Projects/pimco-charts/PIMCO Chart Generator.md b/01 Projects/pimco-charts/PIMCO Chart Generator.md index fd1eb19..08fd739 100644 --- a/01 Projects/pimco-charts/PIMCO Chart Generator.md +++ b/01 Projects/pimco-charts/PIMCO Chart Generator.md @@ -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: ) **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 | — | diff --git a/99 Daily/2026-04-28.md b/99 Daily/2026-04-28.md index 380ab41..532c26d 100644 --- a/99 Daily/2026-04-28.md +++ b/99 Daily/2026-04-28.md @@ -59,3 +59,6 @@ tags: [daily] - 13:10 (29min) | `pimco-charts` - **Asked:** (Haiku error: ) - **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.