mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
strip null from new heatmap dashboard definition (#50208)
This commit is contained in:
parent
4f8111e24e
commit
0cec12b8a9
@ -71,8 +71,7 @@
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "green",
|
||||
"value": null
|
||||
"color": "green"
|
||||
},
|
||||
{
|
||||
"color": "red",
|
||||
@ -551,4 +550,4 @@
|
||||
"uid": "ZXYQTA97ZZ",
|
||||
"version": 4,
|
||||
"weekStart": ""
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user