You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For bytes, the actionable thing is to display KiB and MiB, etc suffixes when using the b formatter, instead of KB and MB. This diverges from the choice that was made in the core numeral-js library here, where the author chose to make two changes (one breaking) instead of one change: adamwdraper#388
Proposal:
Fix the bug in the b formatter by replacing suffixes
Introduce another formatter for base-1000 bytes (KB, MB, etc) which has a different name than the numeral formatter. Proposal: bd for "bytes decimal"
Create a github-pages documentation website for our fork to distinguish the formatters.
The text was updated successfully, but these errors were encountered:
I've just found these bug reports/feature requests for Kibana, and want to make sure we're tracking them here.
elastic/kibana#7892
elastic/kibana#7543
For bytes, the actionable thing is to display
KiB
andMiB
, etc suffixes when using theb
formatter, instead ofKB
andMB
. This diverges from the choice that was made in the core numeral-js library here, where the author chose to make two changes (one breaking) instead of one change: adamwdraper#388Proposal:
b
formatter by replacing suffixesbd
for "bytes decimal"The text was updated successfully, but these errors were encountered: