You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tui-rs/src
Florian Dehau cee65ed283 feat: allow BarChart and Sparkline to use a more portable set of symbols
Add `BarChart::bar_set` and `Sparkline::bar_set` methods to customize
the set of symbols used to display the data. The new set should give
a better looking output on terminal that do not support a wide range
of unicode symbols.
5 years ago
..
backend chore: remove unecessary dependencies 5 years ago
widgets feat: allow BarChart and Sparkline to use a more portable set of symbols 5 years ago
buffer.rs feat: add stateful widgets 5 years ago
layout.rs refactor(canvas): update shape drawing strategy 5 years ago
lib.rs fix some typos 5 years ago
style.rs Mark Style::* functions `const` 5 years ago
symbols.rs feat: allow BarChart and Sparkline to use a more portable set of symbols 5 years ago
terminal.rs chore: remove unecessary dependencies 5 years ago