candle-annotator/src/app
Marko Djordjevic 952eb7413c feat(ui): add prediction chart rendering with histogram overlay, markers, filtering, and visibility toggle
- Add histogram series to CandleChart for per-bar prediction colors (15% opacity)
- Add series markers showing label name and confidence % at prediction span starts
- Implement confidence threshold filtering for both histogram and markers
- Implement label type filtering from PredictionPanel checkboxes
- Implement prediction layer visibility toggle (show/hide)
- Add getVisibleCandles method to CandleChartHandle for on-demand prediction fetching
- Pass prediction state props from page.tsx to CandleChart

Tasks 10.1-10.5 complete.
2026-02-15 16:26:17 +01:00
..
annotation-types feat: add annotation types management system 2026-02-12 18:17:44 +01:00
api feat(api): add span annotation export and feedback loop support 2026-02-15 14:35:31 +01:00
span-label-types feat: add span label types admin page with seed functionality 2026-02-14 11:12:39 +01:00
globals.css feat: implement dark/light mode with system detection 2026-02-12 23:31:51 +01:00
layout.tsx feat: implement dark/light mode with system detection 2026-02-12 23:31:51 +01:00
page.tsx feat(ui): add prediction chart rendering with histogram overlay, markers, filtering, and visibility toggle 2026-02-15 16:26:17 +01:00