From 2c3f3dffa30e1b2625b1c167a2dec2ac531bc30a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 11 May 2017 13:02:10 +0200 Subject: [PATCH] docs: updated heatmap panel docs menu name --- docs/sources/features/panels/heatmap.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sources/features/panels/heatmap.md b/docs/sources/features/panels/heatmap.md index c2f1c0b93bc..ef4aadf5529 100644 --- a/docs/sources/features/panels/heatmap.md +++ b/docs/sources/features/panels/heatmap.md @@ -4,6 +4,7 @@ description = "Heatmap panel documentation" keywords = ["grafana", "heatmap", "panel", "documentation"] type = "docs" [menu.docs] +name = "Heatmap" parent = "panels" weight = 3 +++ @@ -102,4 +103,4 @@ data supports doing Histogram bucketing on the raw data. If you remove or lower the group by time (or raise maxDataPoints) in your query to return more data points your heatmap will be more accurate but this can also be very CPU & Memory taxing for your browser and could cause hangs and crashes if the number of -data points becomes unreasonably large. +data points becomes unreasonably large.