Function re_space_view_time_series::util::points_to_series

source ·
pub fn points_to_series(
    entity_path: &EntityPath,
    time_per_pixel: f64,
    points: Vec<PlotPoint>,
    store: &ChunkStore,
    query: &ViewQuery<'_>,
    series_label: String,
    aggregator: AggregationPolicy,
    all_series: &mut Vec<PlotSeries>
)