summaryrefslogtreecommitdiffstats
path: root/src/tuine/component/base/time_graph.rs
blob: cf8f29e2fbedd3ac940c281e7ef4007837f8efe2 (plain)
1
2
3
4
/// 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 {}