mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* Remove beta label from numerous panels. * Update backend snapshot to fix test Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
18 lines
321 B
JSON
18 lines
321 B
JSON
{
|
|
"type": "panel",
|
|
"name": "Bar chart",
|
|
"id": "barchart",
|
|
|
|
"info": {
|
|
"description": "Categorical charts with group support",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/barchart.svg",
|
|
"large": "img/barchart.svg"
|
|
}
|
|
}
|
|
}
|