Skip to content

Commit

Permalink
Reference to screenshots by path instead of url
Browse files Browse the repository at this point in the history
  • Loading branch information
nikos committed Sep 30, 2022
1 parent 2a5039b commit 1effc76
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
File renamed without changes
File renamed without changes
15 changes: 10 additions & 5 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
"url": "https://nava.de"
},
"keywords": [
"Percent",
"Trend",
"Stat"
"percent",
"trend",
"stat",
"stats"
],
"logos": {
"small": "img/logo.svg",
Expand All @@ -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": {
Expand Down

0 comments on commit 1effc76

Please sign in to comment.