We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e439816 commit 8efcfb0Copy full SHA for 8efcfb0
src/coord/group_by.rs
@@ -6,6 +6,7 @@ use std::ops::Range;
6
/// This is useful, for example, when we have an X axis is a integer and denotes days.
7
/// And we are expecting the tick mark denotes weeks, in this way we can make the range
8
/// spec grouping by 7 elements.
9
+#[derive(Clone)]
10
pub struct GroupBy<T: DiscreteRanged>(T, usize);
11
12
/// The trait that provides method `Self::group_by` function which creates a
0 commit comments