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/widgets
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
..
canvas chore: fix all clippy warnings 2 years ago
barchart.rs fix(widgets/barchart): fix chart filled more than actual (#383) 4 years ago
block.rs feat(block): add option to center and right align the title (#462) 3 years ago
chart.rs feat(widgets/chart): add option to control alignment of axis labels (#568) 2 years ago
clear.rs doc(widgets/clear): clarify usage of clear 3 years ago
gauge.rs fix(widgets/gauge): apply label style and avoid overflow on large labels 3 years ago
list.rs chore: fix all clippy warnings 2 years ago
mod.rs feat!: use crossterm as default backend 3 years ago
paragraph.rs refactor: implement cascading styles 4 years ago
reflow.rs chore: fix all clippy warnings 2 years ago
sparkline.rs refactor: implement cascading styles 4 years ago
table.rs chore: fix all clippy warnings 2 years ago
tabs.rs refactor: implement cascading styles 4 years ago