From b75cc7a86c84a9f72a5fed0c8817f5a5db055f74 Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Mon, 13 Jun 2022 22:18:54 -0700 Subject: [PATCH] Heatmap: Remove alpha flag from new heatmap panel (#50733) --- public/app/plugins/panel/heatmap-new/plugin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/app/plugins/panel/heatmap-new/plugin.json b/public/app/plugins/panel/heatmap-new/plugin.json index 66a6241b9f9..7d271f1e320 100644 --- a/public/app/plugins/panel/heatmap-new/plugin.json +++ b/public/app/plugins/panel/heatmap-new/plugin.json @@ -1,11 +1,11 @@ { "type": "panel", - "name": "Heatmap (preview)", + "name": "Heatmap (new)", "id": "heatmap-new", - "state": "alpha", + "state": "beta", "info": { - "description": "Like a histogram over time", + "description": "This heatmap panel will replace the heatmap panel in 9.1", "author": { "name": "Grafana Labs", "url": "https://grafana.com"