<p>In the Offer Book Chart, altcoins were displayed with prices having only 3 decimal places of precision.  This resulted in not being able to see any meaningful prices across the x-axis because they were all the same, e.g. ETH=0.025</p>
<p>Instead it should show 8 digits of precision for altcoins.  So for example ETH=0.02456914<br>
Change the rule for display of altcoin Offer Book chart from:<br>
<code>if price begins 0.000 then display higher precision</code><br>
to:<br>
<code>if price begins 0.0 then display higher precision</code><br>
Fiat currency chart not affected by this rule.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #4251.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="615396884" data-permission-text="Title is private" data-url="https://github.com/bisq-network/bisq/issues/4251" data-hovercard-type="issue" data-hovercard-url="/bisq-network/bisq/issues/4251/hovercard" href="https://github.com/bisq-network/bisq/issues/4251">#4251</a></p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/bisq-network/bisq/pull/4311'>https://github.com/bisq-network/bisq/pull/4311</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Increase price precision in Offer Book chart (altcoins)</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4311/files#diff-17dcf475d6fd5fe89ed65d45a1186e29">desktop/src/main/java/bisq/desktop/main/market/offerbook/OfferBookChartView.java</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/4311.patch'>https://github.com/bisq-network/bisq/pull/4311.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/4311.diff'>https://github.com/bisq-network/bisq/pull/4311.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4311">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNUJWQSP4JULWVZH5SDRW3QFPANCNFSM4N7GRS3A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNRLZ7DPMISNBKMCFD3RW3QFPA5CNFSM4N7GRS3KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4JQ3Q5NA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4311",
"url": "https://github.com/bisq-network/bisq/pull/4311",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>