ratatui/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
2021-12-23 19:02:10 +01:00
..
backend_termion.rs fix(tests): remove clippy warnings about single char push (#424) 2020-11-29 18:35:52 +01:00
terminal.rs feat(terminal): add a read-only view of the terminal state after the draw call 2021-01-04 22:18:28 +01:00
widgets_barchart.rs fix(widgets/barchart): fix chart filled more than actual (#383) 2020-09-27 17:15:44 +02:00
widgets_block.rs feat(block): add option to center and right align the title (#462) 2021-05-22 16:55:24 +02:00
widgets_canvas.rs feat!(widgets/canvas): use spans for text of labels 2021-10-17 18:55:59 +02:00
widgets_chart.rs feat(widgets/chart): add option to control alignment of axis labels (#568) 2021-12-23 19:02:10 +01:00
widgets_gauge.rs fix(widgets/gauge): apply label style and avoid overflow on large labels 2021-06-16 20:24:14 +02:00
widgets_list.rs chore: fix build 2021-10-17 17:27:32 +02:00
widgets_paragraph.rs fix(widgets/paragraph): handle trailing nbsp in wrapped text (#405) 2020-11-15 20:03:33 +01:00
widgets_table.rs fix(widgets): avoid offset panic in Table and List when input changes 2021-08-01 18:01:24 +02:00
widgets_tabs.rs feat(text): add new text primitives 2020-07-10 22:59:24 +02:00