grafana/public/app/plugins/panel/xychart/plugin.json
Victor Marin 7b93d85a85
XYChart: Beta release (#55973)
* Bump state from alpha to beta

* Sync manual pointsize max with auto one

* Add xyChart to list
2022-10-04 10:41:36 +03:00

18 lines
284 B
JSON

{
"type": "panel",
"name": "XY Chart",
"id": "xychart",
"state": "beta",
"info": {
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/icn-xychart.svg",
"large": "img/icn-xychart.svg"
}
}
}