GitHub user rusackas added a comment to the discussion: Add number formats for network throughput (Mbps/Gbps)
Confirmed this isn't on `master`. The number-format registry only has byte-based throughput (`MEMORY_TRANSFER_RATE_DECIMAL`/`_BINARY`, via `createMemoryFormatter`), nothing bit-based. That factory (`superset-ui-core/src/number-format/factories/createMemoryFormatter.ts`) already has the decimal/binary/transfer-rate machinery a bits variant would extend, so it's mostly a matter of following the existing pattern rather than building something new. Want to send a PR for it? Happy to review. GitHub link: https://github.com/apache/superset/discussions/42436#discussioncomment-17968394 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
