Skip to content

Format large values with delimiters in chart visualization tooltips

Elwyn Benson requested to merge 427216-delimiters-in-analytics-charts into master

What does this MR do and why?

Updates the analytics dashboards chart visualizations (line, column) to include delimiters for long numerical values within tooltips.

This ensures values are easily readable despite being a large value.

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
image image
image (locale aware delimiter, DE language)

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 line chart + column visualization
  3. Ensure delimiters added to large numerical values as expected in tooltips when hovering over the chart

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

Related to #427216 (closed)

Edited by Elwyn Benson

Merge request reports