pub fn allocate_plot_points( query: &RangeQuery, default_point: &PlotPoint, all_scalar_chunks: &[Chunk], num_series: usize, ) -> SmallVec<[Vec<PlotPoint>; 1]>
Allocates all points for the series.