diff --git a/README.md b/README.md index abeb3ab..de8bbb6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A panel for Grafana 7.0+ which computes and displays percent with trend compared to a previous value. -![Sample panel](https://raw.githubusercontent.com/nikos/grafana-percent-trend-panel/main/docs/panel-demo.png) +![Sample panel](./src/img/screenshots/panel-demo.png) Configuration allows to display the percentage value compared to the base value plain or interpret the percentage change as difference ("trend") with a colored (green/red) triangle symbol @@ -22,7 +22,7 @@ Download the [latest release](https://github.com/nikos/grafana-percent-trend-pan 2. Select the field names of the query results and use them to display your percentage trend - ![Configure details in panel options](https://raw.githubusercontent.com/nikos/grafana-percent-trend-panel/main/docs/panel-options.png) + ![Configure details in panel options](./src/img/screenshots/panel-options.png) ## Develop and contribute diff --git a/package.json b/package.json index c45d3bf..c5bac27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-percent-trend-panel", - "version": "1.0.1", + "version": "1.0.2", "description": "Grafana percent trend panel", "scripts": { "build": "grafana-toolkit plugin:build", diff --git a/docs/panel-demo.png b/src/img/screenshots/panel-demo.png similarity index 100% rename from docs/panel-demo.png rename to src/img/screenshots/panel-demo.png diff --git a/docs/panel-options.png b/src/img/screenshots/panel-options.png similarity index 100% rename from docs/panel-options.png rename to src/img/screenshots/panel-options.png diff --git a/src/plugin.json b/src/plugin.json index 0f69579..e94dbe6 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -10,9 +10,10 @@ "url": "https://nava.de" }, "keywords": [ - "Percent", - "Trend", - "Stat" + "percent", + "trend", + "stat", + "stats" ], "logos": { "small": "img/logo.svg", @@ -29,12 +30,16 @@ } ], "screenshots": [ + { + "name": "Demo", + "path": "img/screenshots/panel-demo.png" + }, { "name": "Options", - "path": "https://raw.githubusercontent.com/nikos/grafana-percent-trend-panel/main/docs/options.png" + "path": "img/screenshots/panel-options.png" } ], - "version": "1.0.1", + "version": "1.0.2", "updated": "2022-09-30" }, "dependencies": {