//! Charting components built on the rdom-tui `<canvas>` paint API.
//!
//! - [`data`] / [`axis`] — pure data model + axis math.
//! - [`braille`] / [`blocks`] — sub-cell line + block-fill rasterizers
//! (crate-internal).
//! - [`time_series`] — braille line chart mounted on a `<canvas>`.
//! - [`sparkline`] — compact single-series line, no chrome.
//! - [`bar`] — horizontal labeled bar chart.
//! - [`gauge`] — linear gauge with colored zones.
pub
pub
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;