Skip to content

Format large numeric values with delimiters in table visualizations

Elwyn Benson requested to merge 427217-delimiters-in-analytics-tables into master

What does this MR do and why?

Add delimeters in analytics DataTable visualizations.

This ensures the data remains readable with large numbers.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
image image (unchanged for smaller numbers) (non-numerical content also unchanged)
image image
image image
image image
image image (delimiters also added when the value is used as link text)

How to set up and validate locally

  1. Follow these instructions to setup Product Analytics in GDK.
  2. View (or create) a product analytics dashboard with a data table visualization
  3. Ensure delimiters added to large numerical values as expected

tip: devtools content override on the /load endpoint can be a convenient way of testing different values

Related to #427217 (closed)

Edited by Elwyn Benson

Merge request reports