use AreaSeries when num_interval is over 200
This commit is contained in:
@@ -78,7 +78,5 @@ impl<T> Cache<T> {
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn is_valid(&self) -> bool {
|
||||
self.valid
|
||||
}
|
||||
pub fn is_valid(&self) -> bool { self.valid }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user