add rounding to candlestick bars

This commit is contained in:
woodser 2025-05-15 10:13:28 -04:00
parent 0ddd9ded2b
commit 27a224e04f
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -62,6 +62,8 @@
-demo-bar-fill: -bs-sell;
-fx-background-color: -demo-bar-fill;
-fx-background-insets: 0;
-fx-background-radius: 2px;
-fx-border-radius: 2px;
}
.candlestick-bar.close-above-open {
@ -80,8 +82,8 @@
-fx-padding: 5;
-fx-background-color: -bs-volume-transparent;
-fx-background-insets: 0;
-fx-background-radius: 3px;
-fx-border-radius: 3px;
-fx-background-radius: 2px;
-fx-border-radius: 2px;
}
.chart-alternative-row-fill {