mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
StatPanel: Return base color when there is no value set (#22690)
This commit is contained in:
parent
5f94d31da9
commit
9a67e94618
@ -260,6 +260,7 @@ function createNoValuesFieldDisplay(options: GetFieldDisplayValuesOptions): Fiel
|
|||||||
display: {
|
display: {
|
||||||
text,
|
text,
|
||||||
numeric: 0,
|
numeric: 0,
|
||||||
|
color: display.color,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user