pimco-charts/app/renderer
Vadym Samoilenko d8461076b8 fix: axis labels, bar charts, legend, PDF fonts per Nina's feedback
- layout: _PAD_BOTTOM 100→160, _PAD_LEFT 120→160 to prevent label clipping
- axes: fix _format_tick float-comparison bug (1.1→"1.1" not "1.10");
  add auto-rotation for categorical x-axis labels when they overflow slot width
- engine: tick guard (>20 ticks falls back to nice_ticks); stacked_bar falls
  back to bar instead of crashing; extend _find_date_column keywords
- series: bar width uses 25th-percentile gap instead of min to avoid invisible bars
- legend: line series use line swatch with dash pattern; proportional square size
- export: @font-face injected in HTML <head> for PDF to prevent T3Font in InDesign
- prompts: add categorical bar chart few-shot example; ban stacked_bar; improve
  tick_interval guidance; add bar chart refine examples

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 18:48:17 +01:00
..
__init__.py Initial commit: PIMCO chart generator with iterative refinement 2026-03-05 16:29:47 -05:00
annotations.py Initial commit: PIMCO chart generator with iterative refinement 2026-03-05 16:29:47 -05:00
axes.py fix: axis labels, bar charts, legend, PDF fonts per Nina's feedback 2026-05-18 18:48:17 +01:00
engine.py fix: axis labels, bar charts, legend, PDF fonts per Nina's feedback 2026-05-18 18:48:17 +01:00
export.py fix: axis labels, bar charts, legend, PDF fonts per Nina's feedback 2026-05-18 18:48:17 +01:00
layout.py fix: axis labels, bar charts, legend, PDF fonts per Nina's feedback 2026-05-18 18:48:17 +01:00
legend.py fix: axis labels, bar charts, legend, PDF fonts per Nina's feedback 2026-05-18 18:48:17 +01:00
pie.py Fix bar charts, fonts, axis controls, donut support, and Playwright export 2026-04-28 13:15:26 +01:00
scale.py Fix bar charts, fonts, axis controls, donut support, and Playwright export 2026-04-28 13:15:26 +01:00
series.py fix: axis labels, bar charts, legend, PDF fonts per Nina's feedback 2026-05-18 18:48:17 +01:00
typography.py Update chart styling to new PIMCO brand guidelines 2026-03-19 19:45:10 +00:00