pimco-charts/app
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
..
ai fix: axis labels, bar charts, legend, PDF fonts per Nina's feedback 2026-05-18 18:48:17 +01:00
auth Fix SSO login button, HTMX root_path prefix, and static file auth exemption 2026-03-10 20:38:35 +00:00
data Fix font exports, chart overflow, legend wrapping, and data interpretation 2026-04-14 17:17:25 +01:00
models Fix bar charts, fonts, axis controls, donut support, and Playwright export 2026-04-28 13:15:26 +01:00
renderer fix: axis labels, bar charts, legend, PDF fonts per Nina's feedback 2026-05-18 18:48:17 +01:00
static Fix font exports, chart overflow, legend wrapping, and data interpretation 2026-04-14 17:17:25 +01:00
templates Add X-axis rotation, legend layout, 15px margins, and PNG/PDF export 2026-03-26 12:15:57 +00:00
__init__.py Initial commit: PIMCO chart generator with iterative refinement 2026-03-05 16:29:47 -05:00
config.py Add Azure AD SSO (MSAL/PKCE) and Docker deployment 2026-03-06 14:56:07 +00:00
main.py Fix bar charts, fonts, axis controls, donut support, and Playwright export 2026-04-28 13:15:26 +01:00