mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Heatmap: Remove alpha flag from new heatmap panel (#50733)
This commit is contained in:
parent
4e4686001b
commit
b75cc7a86c
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"type": "panel",
|
"type": "panel",
|
||||||
"name": "Heatmap (preview)",
|
"name": "Heatmap (new)",
|
||||||
"id": "heatmap-new",
|
"id": "heatmap-new",
|
||||||
"state": "alpha",
|
"state": "beta",
|
||||||
|
|
||||||
"info": {
|
"info": {
|
||||||
"description": "Like a histogram over time",
|
"description": "This heatmap panel will replace the heatmap panel in 9.1",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Grafana Labs",
|
"name": "Grafana Labs",
|
||||||
"url": "https://grafana.com"
|
"url": "https://grafana.com"
|
||||||
|
Loading…
Reference in New Issue
Block a user