mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: Use short units in graphs (#76358)
This commit is contained in:
parent
6a8649d544
commit
54050be9f6
@ -99,6 +99,7 @@ export function ExploreGraph({
|
||||
defaults: {
|
||||
min: anchorToZero ? 0 : undefined,
|
||||
max: yAxisMaximum || undefined,
|
||||
unit: 'short',
|
||||
color: {
|
||||
mode: FieldColorModeId.PaletteClassic,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user