//! `chart` node compilation — axis frame, scale, plot area, bar/line/area/sparkline.
//!
//! Wiring only: submodule declarations and the single public re-export.
//! No business logic lives here (AGENTS.md: module-root files are wiring only).
pub use compile_chart;