Skip to main content

fret_chart/declarative/
mod.rs

1//! Declarative chart canvas panel.
2//!
3//! This is an incremental migration surface: it renders `delinea::ChartEngine` marks via the
4//! declarative `Canvas` element while wiring input through the `fret-ui-kit` canvas tool router.
5
6mod legend_overlay;
7mod panel;
8mod tooltip_overlay;
9
10pub use panel::*;