Skip to content

Commit

Permalink
fix: adds closing parenthesis to number formatter dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
tshallenberger committed Feb 14, 2025
1 parent fae358e commit bf642ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export const D3_FORMAT_OPTIONS: [string, string][] = [
['MEMORY_BINARY', t('Memory in bytes - binary (1024B => 1KiB)')],
[NumberFormats.BYTES_SI, 'Bytes in SI (kB, MB)'],
[NumberFormats.BYTES_IEC, 'Bytes in IEC (kiB, MiB)'],
[NumberFormats.BYTERATE_SI, 'Byterate in SI (kB/s, MB/s'],
[NumberFormats.BYTERATE_IEC, 'Byterate in IEC (kiB/s, MiB/s'],
[NumberFormats.BYTERATE_SI, 'Byterate in SI (kB/s, MB/s)'],
[NumberFormats.BYTERATE_IEC, 'Byterate in IEC (kiB/s, MiB/s)'],
];

export const D3_TIME_FORMAT_DOCS = t(
Expand Down

0 comments on commit bf642ab

Please sign in to comment.