//! Series hit-test result types.
//!
//! Series selection itself is tracked by the chart-wide
//! [`SelectionState<ChartElementId>`](crate::chart::selection::SelectionState),
//! so this module only carries the result of a hit test on chart series. The
//! [`SeriesId`] identity lives in [`crate::chart::selection`] and is re-exported
//! here for the series API surface.
pub use crateSeriesId;
/// Result of a hit test on chart series