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/tests
theogilbert 853d9047b0
feat(widgets/chart): add option to control alignment of axis labels (#568)
* feat(chart): allow custom alignment of first X-Axis label

* refactor(chart): rename ambiguous function parameter

* feat(chart): allow custom alignment of Y-Axis labels

* refactor(chart): refactor axis test cases

* refactor(chart): rename minor variable

* fix(chart): force centered x-axis label near Y-Axis

* fix(chart): fix subtract overflow on small rendering area

* refactor(chart): rename alignment property

* refactor(chart): merge two nested conditions

* refactor(chart): decompose x labels rendering loop
2 years ago
..
backend_termion.rs fix(tests): remove clippy warnings about single char push (#424) 3 years ago
terminal.rs feat(terminal): add a read-only view of the terminal state after the draw call 3 years ago
widgets_barchart.rs fix(widgets/barchart): fix chart filled more than actual (#383) 4 years ago
widgets_block.rs feat(block): add option to center and right align the title (#462) 3 years ago
widgets_canvas.rs feat!(widgets/canvas): use spans for text of labels 3 years ago
widgets_chart.rs feat(widgets/chart): add option to control alignment of axis labels (#568) 2 years ago
widgets_gauge.rs fix(widgets/gauge): apply label style and avoid overflow on large labels 3 years ago
widgets_list.rs chore: fix build 3 years ago
widgets_paragraph.rs fix(widgets/paragraph): handle trailing nbsp in wrapped text (#405) 3 years ago
widgets_table.rs fix(widgets): avoid offset panic in `Table` and `List` when input changes 3 years ago
widgets_tabs.rs feat(text): add new text primitives 4 years ago