Skip to content

Commit 65f6528

Browse files
committed
Update screenshots
1 parent 787b852 commit 65f6528

File tree

8 files changed

+3
-5
lines changed

8 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
A data source plugin for loading JSON APIs into [Grafana](https://grafana.com) using [JSONPath](https://goessner.net/articles/JsonPath/).
1111

12-
![Screenshot](https://github.com/marcusolsson/grafana-json-datasource/raw/main/src/img/screenshot.png)
12+
![Screenshot](https://github.com/marcusolsson/grafana-json-datasource/raw/main/src/img/dark.png)
1313

1414
## Documentation
1515

src/img/annotations.png

-379 KB
Binary file not shown.

src/img/dark.png

399 KB
Loading

src/img/light.png

395 KB
Loading

src/img/product.png

-428 KB
Binary file not shown.

src/img/screenshot.png

-116 KB
Binary file not shown.

src/img/variable.png

-388 KB
Binary file not shown.

src/plugin.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@
3333
}
3434
],
3535
"screenshots": [
36-
{
37-
"name": "JSON API",
38-
"path": "img/product.png"
39-
}
36+
{ "name": "Explore (Dark)", "path": "img/dark.png" },
37+
{ "name": "Explore (Light)", "path": "img/light.png" }
4038
],
4139
"version": "%VERSION%",
4240
"updated": "%TODAY%"

0 commit comments

Comments
 (0)