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/)