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 ## How to use
1. Create a new panel and select Chartwerk as the visualization 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: 3. Go to the Options Tab and setup panel:
- Choose visualization type (Gauge is the only available option for now) - 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) - 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", "name": "Chartwerk",
"id": "corpglory-chartwerk-panel", "id": "corpglory-chartwerk-panel",
"info": { "info": {
"description": "Chartwerk panel for Grafana", "description": "Chartwerk panel with extended chart customization",
"author": { "author": {
"name": "CorpGlory Inc.", "name": "CorpGlory Inc.",
"url": "https://corpglory.com" "url": "https://corpglory.com"
@ -17,7 +17,7 @@
"links": [ "links": [
{ {
"name": "Website", "name": "Website",
"url": "https://https://chartwerk.io/" "url": "https://chartwerk.io/"
}, },
{ {
"name": "License", "name": "License",

Loading…
Cancel
Save