use AreaSeries when num_interval is over 200

This commit is contained in:
Simon Gardling
2022-02-16 11:26:03 -05:00
parent 5d1b9cd845
commit 098ced8092
2 changed files with 31 additions and 11 deletions

View File

@@ -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 }
}