//! Indicator selection and interaction.
//!
//! Hit testing and selection-handle rendering for overlay indicators
//! (SMA, EMA, Bollinger Bands, …) drawn on the main chart and for separate-pane
//! indicators (RSI, MACD, …). Selection itself is tracked chart-wide by
//! [`SelectionState<ChartElementId>`](crate::chart::selection::SelectionState).
pub use ;
pub use ;