Ocideck/lib/widgets
Brenno de Winter de4a77e2bb Add code-slide theming, radar scale, and proximity line tooltips
Code slides:
- Theme code (broncode) background and text colours, with an optional
  syntax-colouring toggle. With it off the block renders monochrome, so a
  black background + bright green gives a classic CRT-screen look.
- Colour pickers gained a custom hex entry so arbitrary colours (e.g. CRT
  green) can be set, not just presets. Exported HTML mirrors the code colours.

Radar/spider charts:
- Optional min/max now define the radar scale (centre/outer ring) instead of
  threshold lines. Evenly spaced, labelled tick rings are drawn in both the
  live preview and the SVG export so the scale is readable. A nice scale is
  derived from the data when no bounds are set.

Line chart tooltips:
- Detect the touched dot by true (x and y) distance instead of the x-only
  default, so the tooltip belongs to the point under the cursor. Overlapping
  dots all show, and the font shrinks a step when several stack.

New UI strings are translated across all supported languages.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-08 13:51:29 +02:00
..
dialogs Add code-slide theming, radar scale, and proximity line tooltips 2026-06-08 13:51:29 +02:00
editors Add code-slide theming, radar scale, and proximity line tooltips 2026-06-08 13:51:29 +02:00
panels Add project docs, EUPL licence, and open-source licence check 2026-06-07 12:19:56 +02:00
presentation Improve chart rendering and resolve theme logo paths 2026-06-08 12:18:35 +02:00
slides Add code-slide theming, radar scale, and proximity line tooltips 2026-06-08 13:51:29 +02:00
app_shell.dart Add chart slides (bar/line/pie) with hybrid CSV storage 2026-06-07 11:42:44 +02:00