19 lines
411 B
JSON
19 lines
411 B
JSON
{
|
|
"type": "panel",
|
|
"name": "Histogram",
|
|
"id": "histogram",
|
|
|
|
"info": {
|
|
"description": "Distribution of values presented as a bar chart.",
|
|
"keywords": ["distribution", "bar chart", "frequency", "proportional"],
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/histogram.svg",
|
|
"large": "img/histogram.svg"
|
|
}
|
|
}
|
|
}
|