Ocideck/lib/widgets/editors
Brenno de Winter 67408c213c Improve chart rendering and resolve theme logo paths
Charts:
- Shrink axis label fonts and thin/space x-axis labels by actual pixel
  spacing so dense or long labels no longer overlap.
- Line tooltip shows only the point nearest the cursor instead of every
  series stacked vertically.
- Hovering a legend entry highlights its element: bar/line series fade the
  others (pie expands the matching slice), in app and presentation mode.
- Add optional min/max threshold lines per bar/line chart (ignored for pie),
  editable in the chart editor and drawn in both the live preview and the
  exported SVG.

Theme:
- Resolve relative logo paths in a ThemeProfile against the project path and
  home directory so deck logos load regardless of working directory.

Tests cover bound round-trip, editor fields, SVG bounds, legend-hover fading,
and bound-line rendering.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-08 12:18:35 +02:00
..
_editor_field.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
audio_attachment_editor.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
bullets_editor.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
bullets_image_editor.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
chart_editor.dart Improve chart rendering and resolve theme logo paths 2026-06-08 12:18:35 +02:00
code_editor.dart Add dual-screen presenter mode (slide on beamer, notes on laptop) 2026-06-06 21:25:34 +02:00
free_markdown_editor.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
image_slide_editor.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
quote_editor.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
section_editor.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
table_editor.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
title_editor.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
two_bullets_editor.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
two_images_editor.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
video_slide_editor.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00