ratatui-org / ratatui

Rust library that's all about cooking up terminal user interfaces (TUIs) 👨‍🍳🐀
https://ratatui.rs
MIT License
8.82k stars 263 forks source link

feat(chart): add GraphType::Bar #1205

Open joshka opened 1 week ago

joshka commented 1 week ago

Demo

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.4%. Comparing base (3e7458f) to head (f6a5bcf). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1205 +/- ## ===================================== Coverage 94.4% 94.4% ===================================== Files 62 62 Lines 15048 15092 +44 ===================================== + Hits 14217 14261 +44 Misses 831 831 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

joshka commented 1 week ago

Inspired by btop, it might be nice to be able to have graphs that can be bar charts and not just lines / scatter. image