Explore: Use short units in graphs (#76358)

This commit is contained in:
Giordano Ricci 2023-10-11 19:52:19 +01:00 committed by GitHub
parent 6a8649d544
commit 54050be9f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,6 +99,7 @@ export function ExploreGraph({
defaults: {
min: anchorToZero ? 0 : undefined,
max: yAxisMaximum || undefined,
unit: 'short',
color: {
mode: FieldColorModeId.PaletteClassic,
},