Browse Source

fix

pull/2/head
vargburz 2 years ago
parent
commit
b1fe84131a
  1. 2
      README.md
  2. 4
      src/plugin.json

2
README.md

@ -19,7 +19,7 @@
## How to use
1. Create a new panel and select Chartwerk as the visualization
2. Add multiple queries with a unique alias
2. Add queries with a unique alias
3. Go to the Options Tab and setup panel:
- Choose visualization type (Gauge is the only available option for now)
- Select metric in the Value -> Metric dropdown (the first query metric will be used as a default one)

4
src/plugin.json

@ -4,7 +4,7 @@
"name": "Chartwerk",
"id": "corpglory-chartwerk-panel",
"info": {
"description": "Chartwerk panel for Grafana",
"description": "Chartwerk panel with extended chart customization",
"author": {
"name": "CorpGlory Inc.",
"url": "https://corpglory.com"
@ -17,7 +17,7 @@
"links": [
{
"name": "Website",
"url": "https://https://chartwerk.io/"
"url": "https://chartwerk.io/"
},
{
"name": "License",

Loading…
Cancel
Save