pub type Trend = BTreeMap<Key, Vec<f64>>;
Recent values for each series, oldest first.
pub struct Trend { /* private fields */ }