mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* Justify to alignment in stat * No stats label in inspect * Use sentence case in panel names * typos * typo * Typo * Query -> query options * prettier * Transformer -> transform data * Do not show deprecated plugins in the viz picker * Update viz picker layout
18 lines
295 B
JSON
18 lines
295 B
JSON
{
|
|
"type": "panel",
|
|
"name": "React graph",
|
|
"id": "graph2",
|
|
"state": "alpha",
|
|
|
|
"info": {
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/icn-graph-panel.svg",
|
|
"large": "img/icn-graph-panel.svg"
|
|
}
|
|
}
|
|
}
|