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