From 6238a7c4c4f411383918787b30ef57b501ec09c7 Mon Sep 17 00:00:00 2001 From: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Date: Mon, 19 Apr 2021 11:16:08 -0700 Subject: [PATCH] Docs: Update pie-chart-panel.md (#33132) --- docs/sources/panels/visualizations/pie-chart-panel.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/sources/panels/visualizations/pie-chart-panel.md b/docs/sources/panels/visualizations/pie-chart-panel.md index bb1319e1f7f..795caf67646 100644 --- a/docs/sources/panels/visualizations/pie-chart-panel.md +++ b/docs/sources/panels/visualizations/pie-chart-panel.md @@ -3,9 +3,10 @@ title = "Pie chart panel" keywords = ["grafana", "pie chart"] weight = 850 +++ -# Pie chart v2 panel -> **Note:** This documentation refers to a beta feature. +# Pie chart v2 panel + +> **Note:** This documentation refers to a beta feature. The pie chart displays reduced series, or values in a series, from one or more queries, as they relate to each other, in the form of slices of a pie. The arc length, area and central angle of a slice are all proportional to the slices value, as it relates to the sum of all values. This type of chart is best used when you want a quick comparison of a small set of values in an aesthetically pleasing form.