Please don't use "B" as unit prefix for "Billion" but use "G" for "Giga"
Closed this issue · 2 comments
xtaran commented
nfsen-ng seems to use a mix of standard and non-standard unit prefixes:
- K for kilo (should be lower case though to be a proper prefix)
- M for Mega or Million (ok)
- B for probably Billion (but should be "G" for "Giga")
Later ones should be (but are probably not):
- T for Tera
- P for Peta
- E for Exa
mbolli commented
There is an option in the graphing library to try out:
Is it better after replacing labelsKMB
with labelsKMG2
?
nfsen-ng/frontend/js/nfsen-ng.js
Line 696 in b425d55