You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

44 lines
1.1 KiB

{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "panel",
"name": "Chartwerk",
"id": "corpglory-chartwerk-panel",
"info": {
"description": "Chartwerk panel with extended chart customization",
"author": {
"name": "CorpGlory Inc.",
"url": "https://corpglory.com"
},
"keywords": ["gauge"],
"logos": {
"small": "assets/logo.svg",
"large": "assets/logo.svg"
},
"links": [
{
"name": "Website",
"url": "https://chartwerk.io/"
},
{
"name": "License",
"url": "https://gitlab.com/chartwerk/grafana-chartwerk-panel/blob/main/LICENSE"
},
{
"name": "Gitlab",
"url": "https://gitlab.com/chartwerk/grafana-chartwerk-panel/"
}
],
"screenshots": [
{
"name": "Main",
"path": "assets/img/gauge.png"
}
],
"version": "%VERSION%",
"updated": "%TODAY%"
},
"dependencies": {
"grafanaDependency": ">=8.3.0",
"plugins": []
}
}