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(dashboards): Abbreviate LineChartWidget Y axis integers (#81937)
Converts numbers like "800,000" to "800k" in the Y Axis of
`LineChartWidget` but _not_ in the tooltip! I split the
`formatChartValue` function into two, one for formatting the value in
the Y axis, and one for formatting the value for the tooltip. They're
different! In the tooltip we expect to have more digits.
I'll continue to tweak this as I find more cases.
0 commit comments