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
Kemyt 62495c3bd1
fix(widgets/barchart): fix chart filled more than actual (#383)
* Fix barchart incorrectly showing chart filled more than actual

Determination of how filled the bar should be was incorrectly taking the
entire chart height into account, when in fact it should take height-1, because
of extra line with label. Because of that the chart appeared fuller than it
should and was full before reaching maximum value.

* Add a test case for checking if barchart fills correctly up to max value

Co-authored-by: Kemyt <kemyt4@gmail.com>
4 years ago
..
backend chore: clippy fixes (#386) 4 years ago
widgets fix(widgets/barchart): fix chart filled more than actual (#383) 4 years ago
buffer.rs refactor: clean up some folds (#362) 4 years ago
layout.rs layout: add vertical split constraint test on height 4 years ago
lib.rs Release v0.11.0 4 years ago
style.rs refactor: implement cascading styles 4 years ago
symbols.rs feat(widgets/canvas): added type Block in canvas markers (#350) 4 years ago
terminal.rs feat(text): extend `Text` to be stylable and extendable (#361) 4 years ago
text.rs feat(text): extend `Text` to be stylable and extendable (#361) 4 years ago