mirror of
https://github.com/ratatui/ratatui.git
synced 2025-10-02 23:35:49 +00:00

- distingiush between empty bars and bars with a value of 0 - provide custom styling for empty bars - provide custom styling for individual bars - inverts the rendering algorithm to be item first Closes: #1325 BREAKING CHANGE: `Sparkline::data` takes `IntoIterator<Item = SparklineBar>` instead of `&[u64]` and is no longer const Co-authored-by: Josh McKinney <joshka@users.noreply.github.com>