mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 12:26:45 +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" />
|
||||
</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">
|
||||
|
|
Loading…
Reference in a new issue