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
fix(chartcuterie): Format y-axis labels in Explore unfurl charts (#112719)
Explore unfurl charts were showing raw numbers on the y-axis (e.g.
`300,000`)
instead of abbreviated values (`300K`), and duration fields were missing
units
(showing `5` instead of `5ms`).
Adds a y-axis formatter using `formatYAxisValue` — the same function the
Explore page uses — which reads `valueType` and `valueUnit` from the
timeseries metadata to format labels appropriately for integers,
durations,
sizes, rates, and percentages.
Fixes DAIN-1496
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments