crop y axis range in block target fee rates chart

This commit is contained in:
Craig Raw 2024-01-24 09:21:04 +02:00
parent 1d32b69345
commit 7ebb92d90a

View file

@ -129,7 +129,7 @@
<CategoryAxis side="BOTTOM" />
</xAxis>
<yAxis>
<NumberAxis side="LEFT" />
<NumberAxis side="LEFT" forceZeroInRange="false" />
</yAxis>
</BlockTargetFeeRatesChart>
<MempoolSizeFeeRatesChart fx:id="mempoolSizeFeeRatesChart" styleClass="feeRatesChart" legendVisible="false" AnchorPane.topAnchor="10" AnchorPane.leftAnchor="20" animated="false" minHeight="135">