Skip to content

Commit 1e4aa55

Browse files
committed
automated release 2.1.14
1 parent a0098a5 commit 1e4aa55

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed

dist/plugin.json

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"type": "panel",
3+
"name": "Polystat",
4+
"id": "grafana-polystat-panel",
5+
"info": {
6+
"description": "Polystat panel for Grafana",
7+
"author": {
8+
"name": "Grafana Project",
9+
"url": "https://github.com/grafana/grafana-polystat-panel"
10+
},
11+
"keywords": [
12+
"hexbin",
13+
"honeycomb",
14+
"panel"
15+
],
16+
"logos": {
17+
"small": "img/polystat.svg",
18+
"large": "img/polystat.svg"
19+
},
20+
"links": [
21+
{
22+
"name": "Project site",
23+
"url": "https://github.com/grafana/grafana-polystat-panel"
24+
},
25+
{
26+
"name": "Apache-2.0",
27+
"url": "https://github.com/grafana/grafana-polystat-panel/blob/master/LICENSE.md"
28+
}
29+
],
30+
"screenshots": [
31+
{
32+
"name": "Showcase",
33+
"path": "img/screenshots/polystat-v2-agent-all-visible.png"
34+
},
35+
{
36+
"name": "Animation",
37+
"path": "img/screenshots/polystat-v2-composite-animated.gif"
38+
},
39+
{
40+
"name": "Options",
41+
"path": "img/screenshots/polystat-v2-global-all.png"
42+
},
43+
{
44+
"name": "Hexagons",
45+
"path": "img/screenshots/polystat-v2-shape-hexagon-pointed-top.png"
46+
},
47+
{
48+
"name": "Squares",
49+
"path": "img/screenshots/polystat-v2-shape-square.png"
50+
},
51+
{
52+
"name": "Circles",
53+
"path": "img/screenshots/polystat-v2-shape-circle.png"
54+
},
55+
{
56+
"name": "Overrides",
57+
"path": "img/screenshots/polystat-v2-overrides-with-thresholds.png"
58+
},
59+
{
60+
"name": "Tooltips",
61+
"path": "img/screenshots/polystat-v2-tooltips-all.png"
62+
},
63+
{
64+
"name": "Composites",
65+
"path": "img/screenshots/polystat-v2-composite-with-tooltip.png"
66+
}
67+
],
68+
"version": "2.1.14",
69+
"updated": "2025-01-23"
70+
},
71+
"dependencies": {
72+
"grafanaVersion": "9.5.x",
73+
"grafanaDependency": ">=9.5.0",
74+
"plugins": []
75+
},
76+
"buildMode": "production"
77+
}

0 commit comments

Comments
 (0)