From 7bbc0e8684e585297ac2e142a2c741850bca8caf Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 12 Oct 2021 21:17:58 +0100 Subject: [PATCH] Example fixes for #40173 (#40175) (#40350) (cherry picked from commit 24fa93bd58f3c762f6500c23a101be08640057a8) Co-authored-by: Paul Dee <647633+systemcrash@users.noreply.github.com> --- public/app/plugins/panel/barchart/README.md | 9 +++++++++ public/app/plugins/panel/bargauge/README.md | 11 +++++++++++ public/app/plugins/panel/news/README.md | 7 +++++++ 3 files changed, 27 insertions(+) create mode 100644 public/app/plugins/panel/barchart/README.md create mode 100644 public/app/plugins/panel/bargauge/README.md create mode 100644 public/app/plugins/panel/news/README.md diff --git a/public/app/plugins/panel/barchart/README.md b/public/app/plugins/panel/barchart/README.md new file mode 100644 index 00000000000..1f7b69c8ffe --- /dev/null +++ b/public/app/plugins/panel/barchart/README.md @@ -0,0 +1,9 @@ +# Bar chart + +This panel visualization allows you to graph categorical data. + +This Bar chart is **included** with Grafana. + +Read more about it here: + +[https://grafana.com/docs/grafana/latest/visualizations/bar-chart/](https://grafana.com/docs/grafana/latest/visualizations/bar-chart/) diff --git a/public/app/plugins/panel/bargauge/README.md b/public/app/plugins/panel/bargauge/README.md new file mode 100644 index 00000000000..1ce81bbf592 --- /dev/null +++ b/public/app/plugins/panel/bargauge/README.md @@ -0,0 +1,11 @@ +# Bar gauge + +The bar gauge simplifies your data by reducing every field to a single value. You choose how Grafana calculates the reduction. + +This panel can show one or more bar gauges depending on how many series, rows, or columns your query returns. + +This Bar chart is **included** with Grafana. + +Read more about it here: + +[https://grafana.com/docs/grafana/latest/visualizations/bar-gauge-panel/](https://grafana.com/docs/grafana/latest/visualizations/bar-gauge-panel/) diff --git a/public/app/plugins/panel/news/README.md b/public/app/plugins/panel/news/README.md new file mode 100644 index 00000000000..e0b5f7b057e --- /dev/null +++ b/public/app/plugins/panel/news/README.md @@ -0,0 +1,7 @@ +# News + +This panel visualization displays an RSS feed. By default, it displays articles from the Grafana Labs blog. + +Enter the URL of an RSS in the URL field in the Display section. This panel type does not accept any other queries. + +[https://grafana.com/docs/grafana/latest/visualizations/news-panel/](https://grafana.com/docs/grafana/latest/visualizations/news-panel/)