cointop-sh / cointop

A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
https://cointop.sh
Apache License 2.0
3.98k stars 311 forks source link

Float Rounding in linechart.go "B" instead of "M" for 1e6 #258

Closed danieldjewell closed 2 years ago

danieldjewell commented 2 years ago

Hi!

I think there is a bug in linechart.go (see below)... shouldn't the symbol for 1e6 be "M" and not "B"?

https://github.com/cointop-sh/cointop/blob/b921c091d6f882b6c34cdde15e846f7ffd44ea6d/pkg/termui/linechart.go#L208

lyricnz commented 2 years ago

You're right! Raised fix. Thanks!