Commit Graph

6 Commits

Author SHA1 Message Date
hailin 541440be8a fix: title and legend auto-avoid overlap
Legend moves below title when both are at top. Grid top adjusts
dynamically based on title/legend presence to prevent overlap.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 03:09:29 -07:00
hailin f203904aa8 feat: single-series bar chart uses different color per category
Each bar gets a different color from the palette, making color
palette changes immediately visible for all chart configurations.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 03:07:02 -07:00
hailin 1ee9d57222 fix: color palette properly applied to bar charts
- ensureStyle: handle empty colors array (use defaults)
- barOptionBuilder: set option.color = style.colors globally
  so ECharts auto-assigns palette colors to all series
- Changing palette in style panel now updates chart colors immediately

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 02:53:10 -07:00
hailin 53669b66b8 fix: label binding auto-enables data labels on bar chart
When a field is dragged to the 'label' slot, data labels are
automatically shown on top of each bar with the value.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 02:47:43 -07:00
hailin 10b50bb2e0 feat: color binding splits bar chart into colored series with legend
Dragging a field to the 'color' slot now creates separate colored bars
per category value, with auto-generated legend. Also aggregates
multiple rows per category (sum) instead of taking first match only.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 02:46:49 -07:00
hailin 6079ec8b97 feat: add frontend source code (Next.js + React + TypeScript)
Previously excluded due to nested .git from create-next-app.
Includes all Clean Architecture layers, API client integration,
and full UI component suite.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 23:33:37 -07:00