Skip to content

Commit

Permalink
Added more screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
coderReview committed May 2, 2023
1 parent 9bc6e5a commit 77ee544
Show file tree
Hide file tree
Showing 12 changed files with 940 additions and 514 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@
- Improved raw query processing
- Added variable support in raw query
- Fixed annotations support
- Updated to Grafana plugin SDK v9.4.3
- Updated to Grafana plugin SDK v9.4.7
- Fixed PI AF calculation
- Added plugin screenshots
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ Creating an annotation query and use the Event Frame category as the query strin
Color and regex replacement strings for the name are supported.

For example:
![event-frame-setup-1](https://github.com/GridProtectionAlliance/osisoftpi-grafana/raw/master/docs/img/event_frame_setup_1.png)
![event-frame-setup-2](https://github.com/GridProtectionAlliance/osisoftpi-grafana/raw/master/docs/img/event_frame_setup_2.png)
![annotations](https://github.com/GridProtectionAlliance/osisoftpi-grafana/raw/master/docs/img/annotations.png)


# Installation
Expand Down
3 changes: 1 addition & 2 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ Creating an annotation query and use the Event Frame category as the query strin
Color and regex replacement strings for the name are supported.

For example:
![event-frame-setup-1](https://github.com/GridProtectionAlliance/osisoftpi-grafana/raw/master/docs/img/event_frame_setup_1.png)
![event-frame-setup-2](https://github.com/GridProtectionAlliance/osisoftpi-grafana/raw/master/docs/img/event_frame_setup_2.png)
![annotations](https://github.com/GridProtectionAlliance/osisoftpi-grafana/raw/master/docs/img/annotations.png)


# Installation
Expand Down
4 changes: 3 additions & 1 deletion dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
}
],
"screenshots": [
{"name": "Query Editor", "path": "img/configurator.png"}
{"name": "Query Editor", "path": "img/configurator.png"},
{"name": "Datasource Configuration", "path": "img/configuration.png"},
{"name": "Annotations Editor", "path": "img/annotations.png"}
],
"version": "4.0.0",
"updated": "2023-05-02"
Expand Down
Binary file added docs/img/annotations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/configurator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"author": "GridProtectionAlliance",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "^9.4.3",
"@grafana/runtime": "^9.4.3",
"@grafana/toolkit": "^9.4.3",
"@grafana/ui": "^9.4.3",
"@grafana/data": "^9.4.7",
"@grafana/runtime": "^9.4.7",
"@grafana/toolkit": "^9.4.7",
"@grafana/ui": "^9.4.7",
"@testing-library/jest-dom": "5.4.0",
"@testing-library/react": "^10.0.2",
"@types/lodash": "latest"
Expand Down
Binary file added src/img/annotations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
}
],
"screenshots": [
{"name": "Query Editor", "path": "img/configurator.png"}
{"name": "Query Editor", "path": "img/configurator.png"},
{"name": "Datasource Configuration", "path": "img/configuration.png"},
{"name": "Annotations Editor", "path": "img/annotations.png"}
],
"version": "%VERSION%",
"updated": "%TODAY%"
Expand Down
Loading

0 comments on commit 77ee544

Please sign in to comment.