mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 13:26:44 +00:00
crop y axis range in block target fee rates chart
This commit is contained in:
parent
1d32b69345
commit
7ebb92d90a
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue