Display both BTC and USD in address history graph

This commit is contained in:
natsoni
2024-06-13 15:03:22 +02:00
parent 2156924d7e
commit 26968605cc
3 changed files with 118 additions and 58 deletions

View File

@@ -31,7 +31,7 @@ export class FiatShortenerPipe implements PipeTransform {
{ value: 1, symbol: '' },
{ value: 1e3, symbol: 'k' },
{ value: 1e6, symbol: 'M' },
{ value: 1e9, symbol: 'G' },
{ value: 1e9, symbol: 'B' },
{ value: 1e12, symbol: 'T' },
{ value: 1e15, symbol: 'P' },
{ value: 1e18, symbol: 'E' }