mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-09-26 11:09:07 +02:00
5 lines
222 B
Rust
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 {}
|