Skip to content

Commit

Permalink
automated release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdvictor committed May 17, 2023
1 parent 40a0145 commit 8778683
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "panel",
"name": "XYZ Chart",
"state": "beta",
"id": "grafana-xyzchart-panel",
"info": {
"description": "XYZ chart",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"keywords": ["panel"],
"logos": {
"small": "img/icn-xychart.svg",
"large": "img/icn-xychart.svg"
},
"links": [
{
"name": "Website",
"url": "https://github.com/grafana/xyz-chart"
},
{
"name": "License",
"url": "https://github.com/grafana/xyz-chart/blob/master/LICENSE"
}
],
"screenshots": [
{ "name": "XYZ Chart 1", "path": "img/chart-one.png" },
{ "name": "XYZ Chart 2", "path": "img/chart-two.png" },
{ "name": "Edit chart", "path": "img/edit-chart.png" },
{ "name": "Hover over datapoints", "path": "img/hover-over-datapoints.png" },
{ "name": "Zoom in", "path": "img/zoom-in.png" }
],
"version": "0.1.0",
"updated": "2023-05-17"
},
"dependencies": {
"grafanaDependency": ">=7.0.0",
"plugins": []
}
}

0 comments on commit 8778683

Please sign in to comment.