ratatui/src
Valentin271 a67815e138
fix(chart): exclude unnamed datasets from legend (#753)
A dataset with no name won't display an empty line anymore in the legend.
If no dataset have name, then no legend is ever displayed.
2024-01-07 13:21:38 +01:00
..
backend feat(termwiz): add From termwiz style impls (#726) 2024-01-02 13:19:14 -08:00
buffer feat: accept Color and Modifier for all Styles (#720) 2023-12-31 10:01:06 -08:00
layout feat(layout): add Rect::clamp() method (#749) 2024-01-05 20:38:30 +01:00
style feat: accept Color and Modifier for all Styles (#720) 2023-12-31 10:01:06 -08:00
terminal refactor(terminal): extract types to files (#760) 2024-01-07 12:53:16 +01:00
text refactor!: make patch_style & reset_style chainable (#754) 2024-01-07 12:58:13 +01:00
widgets fix(chart): exclude unnamed datasets from legend (#753) 2024-01-07 13:21:38 +01:00
backend.rs docs(backend): fix broken book link (#733) 2024-01-03 07:23:59 -05:00
buffer.rs feat: accept Color and Modifier for all Styles (#720) 2023-12-31 10:01:06 -08:00
layout.rs refactor(layout): move the remaining types (#743) 2024-01-04 22:35:12 -08:00
lib.rs chore(rustfmt): enable format_code_in_doc_comments (#695) 2023-12-16 13:01:07 +01:00
prelude.rs docs(terminal): add docs for terminal module (#486) 2023-09-11 18:39:15 -07:00
style.rs feat: accept Color and Modifier for all Styles (#720) 2023-12-31 10:01:06 -08:00
symbols.rs docs(chart): document chart module (#696) 2023-12-16 11:41:12 -08:00
terminal.rs refactor(terminal): extract types to files (#760) 2024-01-07 12:53:16 +01:00
text.rs feat(line): implement Widget for Line (#715) 2023-12-27 20:30:47 +01:00
title.rs chore(rustfmt): enable format_code_in_doc_comments (#695) 2023-12-16 13:01:07 +01:00
widgets.rs chore(rustfmt): enable format_code_in_doc_comments (#695) 2023-12-16 13:01:07 +01:00