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.
40 lines
960 B
40 lines
960 B
{ |
|
"$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": "", |
|
"author": { |
|
"name": "CorpGlory Inc.", |
|
"url": "https://corpglory.com" |
|
}, |
|
"keywords": ["gauge"], |
|
"logos": { |
|
"small": "assets/logo.svg", |
|
"large": "assets/logo.svg" |
|
}, |
|
"links": [ |
|
{ |
|
"name": "Website", |
|
"url": "https://gitlab.com/chartwerk/grafana-chartwerk-panel" |
|
}, |
|
{ |
|
"name": "License", |
|
"url": "https://gitlab.com/chartwerk/grafana-chartwerk-panel/blob/main/LICENSE" |
|
} |
|
], |
|
"screenshots": [ |
|
{ |
|
"name": "Main", |
|
"path": "assets/img/gauge.png" |
|
} |
|
], |
|
"version": "%VERSION%", |
|
"updated": "%TODAY%" |
|
}, |
|
"dependencies": { |
|
"grafanaDependency": ">=8.0.0", |
|
"plugins": [] |
|
} |
|
}
|
|
|