bisq/desktop
jmacxx 37331cde31
Increase price precision in Offer Book chart (altcoins)
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
Instead it should show 8 digits of precision for altcoins.
So for example ETH=0.02456914
Change the rule from if price begins 0.000 then display
higher precision, to if price begins 0.0 then display higher
precision.

Fixes #4251
2020-06-15 21:59:21 -05:00
..
package Revert to SNAPSHOT version 2020-04-30 16:30:28 +02:00
src Increase price precision in Offer Book chart (altcoins) 2020-06-15 21:59:21 -05:00