mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
docs: update references to deprecated plugins (#71569)
* docs: update plugin management 2 of the 3 panels were deprecated and should no longer be referenced. Picked two recently updated panels to replace. * docs: update create app Remove reference to deprecated worldmap panel
This commit is contained in:
parent
6493e92932
commit
c4fff1c5f2
@ -19,7 +19,7 @@ Grafana supports three types of plugins: [panels](/grafana/plugins?type=panel),
|
|||||||
|
|
||||||
## Panel plugins
|
## Panel plugins
|
||||||
|
|
||||||
Add new visualizations to your dashboard with panel plugins, such as the [Worldmap Panel](/grafana/plugins/grafana-worldmap-panel), [Clock](/grafana/plugins/grafana-clock-panel), and [Pie Chart](/grafana/plugins/grafana-piechart-panel).
|
Add new visualizations to your dashboard with panel plugins, such as the [Clock](/grafana/plugins/grafana-clock-panel), [Mosaic](/grafana/plugins/boazreicher-mosaicplot-panel) and [Variable](/grafana/plugins/volkovlabs-variable-panel) panels.
|
||||||
|
|
||||||
Use panel plugins when you want to:
|
Use panel plugins when you want to:
|
||||||
|
|
||||||
|
@ -194,9 +194,9 @@ If you want to let users know that your app requires an existing plugin, you can
|
|||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"type": "panel",
|
"type": "panel",
|
||||||
"name": "Worldmap Panel",
|
"name": "Clock Panel",
|
||||||
"id": "grafana-worldmap-panel",
|
"id": "grafana-clock-panel",
|
||||||
"version": "^0.3.2"
|
"version": "^2.1.3"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user