bottom/src/tuine/component/base/time_graph.rs
ClementTsang 2fb17df786 Temp
2022-01-01 04:15:52 -05:00

5 lines
222 B
Rust

/// A [`TimeGraph`] is a component that indicates data in a graph form with the time being
/// the x-axis. It displays the most recent data at the right, with the recent data
/// being at the left.
pub struct TimeGraph {}