mirror of
https://github.com/grafana/grafana.git
synced 2026-02-03 20:49:50 -05:00
Gauge: Delete radialbar plugin to avoid migrations (#116722)
* Gauge: Delete radialbar plugin to avoid migrations * fix frontend unit test * update from CI issues
This commit is contained in:
parent
3c2116c0fe
commit
2182f8fef2
58 changed files with 449 additions and 1306 deletions
1
.github/pr-commands.json
vendored
1
.github/pr-commands.json
vendored
|
|
@ -365,7 +365,6 @@
|
||||||
"type": "changedfiles",
|
"type": "changedfiles",
|
||||||
"matches": [
|
"matches": [
|
||||||
"public/app/plugins/panel/gauge/**/*",
|
"public/app/plugins/panel/gauge/**/*",
|
||||||
"public/app/plugins/panel/radialbar/**/*",
|
|
||||||
"/packages/grafana-ui/src/components/Gauge/**/*",
|
"/packages/grafana-ui/src/components/Gauge/**/*",
|
||||||
"/packages/grafana-ui/src/components/RadialGauge/**/*"
|
"/packages/grafana-ui/src/components/RadialGauge/**/*"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Plain",
|
"title": "Plain",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -188,7 +188,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Center glow",
|
"title": "Center glow",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -266,7 +266,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Center and bar glow",
|
"title": "Center and bar glow",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -344,7 +344,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Sparkline",
|
"title": "Sparkline",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Square butts",
|
"title": "Square butts",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -500,7 +500,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Square butts gauge",
|
"title": "Square butts gauge",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -591,7 +591,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Bar width 0,1",
|
"title": "Bar width 0,1",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -669,7 +669,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Bar width 0,32",
|
"title": "Bar width 0,32",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -747,7 +747,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Bar width 0,57",
|
"title": "Bar width 0,57",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -825,7 +825,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Bar width 0,8",
|
"title": "Bar width 0,8",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -916,7 +916,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Plain thresholds",
|
"title": "Plain thresholds",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -994,7 +994,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Thresholds segmented",
|
"title": "Thresholds segmented",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1072,7 +1072,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Segmented + gradient",
|
"title": "Segmented + gradient",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1150,7 +1150,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Plain thresholds",
|
"title": "Plain thresholds",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1228,7 +1228,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Thresholds circle segmented",
|
"title": "Thresholds circle segmented",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -1323,7 +1323,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Thresholds labels",
|
"title": "Thresholds labels",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1405,7 +1405,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Thresholds labels only",
|
"title": "Thresholds labels only",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1487,7 +1487,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Thresholds labels + circle",
|
"title": "Thresholds labels + circle",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -1585,7 +1585,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Auto gradient + classic palette",
|
"title": "Auto gradient + classic palette",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1669,7 +1669,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Continuous color scheme ",
|
"title": "Continuous color scheme ",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -1767,7 +1767,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Active gateways",
|
"title": "Active gateways",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1852,7 +1852,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Active pods",
|
"title": "Active pods",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1936,7 +1936,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Backend",
|
"title": "Backend",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -2020,7 +2020,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Backend",
|
"title": "Backend",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"preload": false,
|
"preload": false,
|
||||||
|
|
|
||||||
|
|
@ -116,7 +116,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Plain",
|
"title": "Plain",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -194,7 +194,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Center glow",
|
"title": "Center glow",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -272,7 +272,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Center and bar glow",
|
"title": "Center and bar glow",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -350,7 +350,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Sparkline",
|
"title": "Sparkline",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -428,7 +428,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Square butts",
|
"title": "Square butts",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -506,7 +506,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Square butts gauge",
|
"title": "Square butts gauge",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -597,7 +597,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Bar width 0,1",
|
"title": "Bar width 0,1",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -675,7 +675,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Bar width 0,32",
|
"title": "Bar width 0,32",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -753,7 +753,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Bar width 0,57",
|
"title": "Bar width 0,57",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -831,7 +831,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Bar width 0,8",
|
"title": "Bar width 0,8",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -922,7 +922,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Plain thresholds",
|
"title": "Plain thresholds",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1000,7 +1000,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Thresholds segmented",
|
"title": "Thresholds segmented",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1078,7 +1078,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Segmented + gradient",
|
"title": "Segmented + gradient",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1156,7 +1156,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Plain thresholds",
|
"title": "Plain thresholds",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1234,7 +1234,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Thresholds circle segmented",
|
"title": "Thresholds circle segmented",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -1329,7 +1329,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Thresholds labels",
|
"title": "Thresholds labels",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1411,7 +1411,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Thresholds labels only",
|
"title": "Thresholds labels only",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1493,7 +1493,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Thresholds labels + circle",
|
"title": "Thresholds labels + circle",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -1591,7 +1591,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Auto gradient + classic palette",
|
"title": "Auto gradient + classic palette",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1675,7 +1675,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Continuous color scheme ",
|
"title": "Continuous color scheme ",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -1773,7 +1773,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Active gateways",
|
"title": "Active gateways",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1858,7 +1858,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Active pods",
|
"title": "Active pods",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1942,7 +1942,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Backend",
|
"title": "Backend",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -2026,7 +2026,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Backend",
|
"title": "Backend",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"preload": false,
|
"preload": false,
|
||||||
|
|
@ -2051,4 +2051,4 @@
|
||||||
"storedVersion": "v0alpha1"
|
"storedVersion": "v0alpha1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -160,7 +160,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -255,7 +255,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -351,7 +351,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -447,7 +447,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -542,7 +542,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -637,7 +637,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -728,7 +728,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -819,7 +819,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -910,7 +910,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1001,7 +1001,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1092,7 +1092,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1179,7 +1179,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1270,7 +1270,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1361,7 +1361,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1452,7 +1452,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1547,7 +1547,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1634,7 +1634,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1725,7 +1725,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1820,7 +1820,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1915,7 +1915,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -2014,7 +2014,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -2105,7 +2105,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -2196,7 +2196,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "radialbar",
|
"kind": "gauge",
|
||||||
"spec": {
|
"spec": {
|
||||||
"pluginVersion": "13.0.0-pre",
|
"pluginVersion": "13.0.0-pre",
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -2691,4 +2691,4 @@
|
||||||
"storedVersion": "v0alpha1"
|
"storedVersion": "v0alpha1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -167,7 +167,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -265,7 +265,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -364,7 +364,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -463,7 +463,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -561,7 +561,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -659,7 +659,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -753,7 +753,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -847,7 +847,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -941,7 +941,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1035,7 +1035,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1129,7 +1129,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1219,7 +1219,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1313,7 +1313,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1407,7 +1407,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1501,7 +1501,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1599,7 +1599,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1689,7 +1689,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1783,7 +1783,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1881,7 +1881,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -1979,7 +1979,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -2081,7 +2081,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -2175,7 +2175,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -2269,7 +2269,7 @@
|
||||||
},
|
},
|
||||||
"vizConfig": {
|
"vizConfig": {
|
||||||
"kind": "VizConfig",
|
"kind": "VizConfig",
|
||||||
"group": "radialbar",
|
"group": "gauge",
|
||||||
"version": "13.0.0-pre",
|
"version": "13.0.0-pre",
|
||||||
"spec": {
|
"spec": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|
@ -2764,4 +2764,4 @@
|
||||||
"storedVersion": "v0alpha1"
|
"storedVersion": "v0alpha1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Plain",
|
"title": "Plain",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -188,7 +188,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Center glow",
|
"title": "Center glow",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -266,7 +266,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Center and bar glow",
|
"title": "Center and bar glow",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -344,7 +344,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Sparkline",
|
"title": "Sparkline",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -422,7 +422,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Square butts",
|
"title": "Square butts",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -500,7 +500,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Square butts gauge",
|
"title": "Square butts gauge",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -591,7 +591,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Bar width 0,1",
|
"title": "Bar width 0,1",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -669,7 +669,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Bar width 0,32",
|
"title": "Bar width 0,32",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -747,7 +747,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Bar width 0,57",
|
"title": "Bar width 0,57",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -825,7 +825,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Bar width 0,8",
|
"title": "Bar width 0,8",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -916,7 +916,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Plain thresholds",
|
"title": "Plain thresholds",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -994,7 +994,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Thresholds segmented",
|
"title": "Thresholds segmented",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1072,7 +1072,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Segmented + gradient",
|
"title": "Segmented + gradient",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1150,7 +1150,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Plain thresholds",
|
"title": "Plain thresholds",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1228,7 +1228,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Thresholds circle segmented",
|
"title": "Thresholds circle segmented",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -1323,7 +1323,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Thresholds labels",
|
"title": "Thresholds labels",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1405,7 +1405,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Thresholds labels only",
|
"title": "Thresholds labels only",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1487,7 +1487,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Thresholds labels + circle",
|
"title": "Thresholds labels + circle",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -1583,7 +1583,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Auto gradient + classic palette",
|
"title": "Auto gradient + classic palette",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1665,7 +1665,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Continuous color scheme ",
|
"title": "Continuous color scheme ",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -1777,7 +1777,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1876,7 +1876,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1958,7 +1958,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Backend",
|
"title": "Backend",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -2040,7 +2040,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Backend",
|
"title": "Backend",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -2117,7 +2117,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Numeric, no series",
|
"title": "Numeric, no series",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -2183,7 +2183,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Non-numeric",
|
"title": "Non-numeric",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -2278,7 +2278,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Single link",
|
"title": "Single link",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -2364,7 +2364,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Multiple links",
|
"title": "Multiple links",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"preload": false,
|
"preload": false,
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ func TestCoreProvider_loadPlugins(t *testing.T) {
|
||||||
provider := NewCoreProvider(pluginsPathFunc(pluginsPath))
|
provider := NewCoreProvider(pluginsPathFunc(pluginsPath))
|
||||||
err = provider.loadPlugins(ctx)
|
err = provider.loadPlugins(ctx)
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
assert.Len(t, provider.loadedPlugins, 53)
|
assert.Len(t, provider.loadedPlugins, 52)
|
||||||
})
|
})
|
||||||
|
|
||||||
t.Run("returns error when static root path not found", func(t *testing.T) {
|
t.Run("returns error when static root path not found", func(t *testing.T) {
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Plain",
|
"title": "Plain",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -184,7 +184,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Center glow",
|
"title": "Center glow",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -260,7 +260,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Center and bar glow",
|
"title": "Center and bar glow",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -336,7 +336,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Sparkline",
|
"title": "Sparkline",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -412,7 +412,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Square butts",
|
"title": "Square butts",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -488,7 +488,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Square butts gauge",
|
"title": "Square butts gauge",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -577,7 +577,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Bar width 0,1",
|
"title": "Bar width 0,1",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -653,7 +653,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Bar width 0,32",
|
"title": "Bar width 0,32",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -729,7 +729,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Bar width 0,57",
|
"title": "Bar width 0,57",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -805,7 +805,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Bar width 0,8",
|
"title": "Bar width 0,8",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -894,7 +894,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Plain thresholds",
|
"title": "Plain thresholds",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -970,7 +970,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Thresholds segmented",
|
"title": "Thresholds segmented",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1046,7 +1046,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Segmented + gradient",
|
"title": "Segmented + gradient",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1122,7 +1122,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Plain thresholds",
|
"title": "Plain thresholds",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1198,7 +1198,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Thresholds circle segmented",
|
"title": "Thresholds circle segmented",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -1291,7 +1291,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Thresholds labels",
|
"title": "Thresholds labels",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1371,7 +1371,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Thresholds labels only",
|
"title": "Thresholds labels only",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1451,7 +1451,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Thresholds labels + circle",
|
"title": "Thresholds labels + circle",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -1545,7 +1545,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Auto gradient + classic palette",
|
"title": "Auto gradient + classic palette",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1625,7 +1625,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Continuous color scheme ",
|
"title": "Continuous color scheme ",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -1735,7 +1735,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Active gateways",
|
"title": "Active gateways",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1832,7 +1832,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Active pods",
|
"title": "Active pods",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1912,7 +1912,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Backend",
|
"title": "Backend",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1992,7 +1992,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Backend",
|
"title": "Backend",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -2067,7 +2067,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Numeric, no series",
|
"title": "Numeric, no series",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -2131,7 +2131,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Non-numeric",
|
"title": "Non-numeric",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
|
|
@ -2226,7 +2226,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Single link",
|
"title": "Single link",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -2312,7 +2312,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Multiple links",
|
"title": "Multiple links",
|
||||||
"type": "radialbar"
|
"type": "gauge"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"preload": false,
|
"preload": false,
|
||||||
|
|
|
||||||
|
|
@ -4165,12 +4165,12 @@
|
||||||
"count": 1
|
"count": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"public/app/plugins/panel/gauge/GaugeMigrations.ts": {
|
"public/app/plugins/panel/gauge/v1/GaugeMigrations.ts": {
|
||||||
"@typescript-eslint/no-explicit-any": {
|
"@typescript-eslint/no-explicit-any": {
|
||||||
"count": 1
|
"count": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"public/app/plugins/panel/gauge/GaugePanel.tsx": {
|
"public/app/plugins/panel/gauge/v1/GaugePanel.tsx": {
|
||||||
"react-prefer-function-component/react-prefer-function-component": {
|
"react-prefer-function-component/react-prefer-function-component": {
|
||||||
"count": 1
|
"count": 1
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,7 @@ describe('v0alpha1AppMapper', () => {
|
||||||
it('should only map specs with type app', () => {
|
it('should only map specs with type app', () => {
|
||||||
const result = v0alpha1AppMapper(v0alpha1Response);
|
const result = v0alpha1AppMapper(v0alpha1Response);
|
||||||
|
|
||||||
expect(v0alpha1Response.items).toHaveLength(58);
|
expect(v0alpha1Response.items).toHaveLength(57);
|
||||||
expect(Object.keys(result)).toHaveLength(5);
|
expect(Object.keys(result)).toHaveLength(5);
|
||||||
expect(Object.keys(result)).toEqual(Object.keys(apps));
|
expect(Object.keys(result)).toEqual(Object.keys(apps));
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -3482,63 +3482,6 @@ export const v0alpha1Response: PluginMetasResponse = cloneDeep({
|
||||||
},
|
},
|
||||||
status: {},
|
status: {},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
kind: 'Meta',
|
|
||||||
apiVersion: 'plugins.grafana.app/v0alpha1',
|
|
||||||
metadata: {
|
|
||||||
name: 'radialbar',
|
|
||||||
namespace: 'default',
|
|
||||||
},
|
|
||||||
spec: {
|
|
||||||
pluginJson: {
|
|
||||||
id: 'radialbar',
|
|
||||||
type: 'panel',
|
|
||||||
name: 'New Gauge',
|
|
||||||
info: {
|
|
||||||
keywords: [],
|
|
||||||
logos: {
|
|
||||||
small: 'public/plugins/radialbar/img/icon_gauge.svg',
|
|
||||||
large: 'public/plugins/radialbar/img/icon_gauge.svg',
|
|
||||||
},
|
|
||||||
updated: '',
|
|
||||||
version: '',
|
|
||||||
author: {
|
|
||||||
name: 'Grafana Labs',
|
|
||||||
url: 'https://grafana.com',
|
|
||||||
},
|
|
||||||
description: 'Standard gauge visualization',
|
|
||||||
links: [
|
|
||||||
{
|
|
||||||
name: 'Raise issue',
|
|
||||||
url: 'https://github.com/grafana/grafana/issues/new',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'Documentation',
|
|
||||||
url: 'https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/gauge/',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
dependencies: {
|
|
||||||
grafanaDependency: '',
|
|
||||||
grafanaVersion: '*',
|
|
||||||
},
|
|
||||||
state: 'alpha',
|
|
||||||
},
|
|
||||||
class: 'core',
|
|
||||||
module: {
|
|
||||||
path: 'core:plugin/radialbar',
|
|
||||||
loadingStrategy: 'script',
|
|
||||||
},
|
|
||||||
baseURL: 'public/plugins/radialbar',
|
|
||||||
signature: {
|
|
||||||
status: 'internal',
|
|
||||||
},
|
|
||||||
angular: {
|
|
||||||
detected: false,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
status: {},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
kind: 'Meta',
|
kind: 'Meta',
|
||||||
apiVersion: 'plugins.grafana.app/v0alpha1',
|
apiVersion: 'plugins.grafana.app/v0alpha1',
|
||||||
|
|
|
||||||
|
|
@ -14,18 +14,49 @@ import * as common from '@grafana/schema';
|
||||||
|
|
||||||
export const pluginVersion = "12.4.0-pre";
|
export const pluginVersion = "12.4.0-pre";
|
||||||
|
|
||||||
|
export interface GaugePanelEffects {
|
||||||
|
barGlow?: boolean;
|
||||||
|
centerGlow?: boolean;
|
||||||
|
gradient?: boolean;
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultGaugePanelEffects: Partial<GaugePanelEffects> = {
|
||||||
|
barGlow: false,
|
||||||
|
centerGlow: false,
|
||||||
|
gradient: true,
|
||||||
|
};
|
||||||
|
|
||||||
export interface Options extends common.SingleStatBaseOptions {
|
export interface Options extends common.SingleStatBaseOptions {
|
||||||
|
barShape: ('flat' | 'rounded');
|
||||||
|
barWidthFactor: number;
|
||||||
|
effects: GaugePanelEffects;
|
||||||
|
endpointMarker?: ('point' | 'glow' | 'none');
|
||||||
minVizHeight: number;
|
minVizHeight: number;
|
||||||
minVizWidth: number;
|
minVizWidth: number;
|
||||||
|
neutral?: number;
|
||||||
|
segmentCount: number;
|
||||||
|
segmentSpacing: number;
|
||||||
|
shape: ('circle' | 'gauge');
|
||||||
showThresholdLabels: boolean;
|
showThresholdLabels: boolean;
|
||||||
showThresholdMarkers: boolean;
|
showThresholdMarkers: boolean;
|
||||||
sizing: common.BarGaugeSizing;
|
sizing: common.BarGaugeSizing;
|
||||||
|
sparkline?: boolean;
|
||||||
|
textMode?: ('auto' | 'value_and_name' | 'value' | 'name' | 'none');
|
||||||
}
|
}
|
||||||
|
|
||||||
export const defaultOptions: Partial<Options> = {
|
export const defaultOptions: Partial<Options> = {
|
||||||
|
barShape: 'flat',
|
||||||
|
barWidthFactor: 0.5,
|
||||||
|
effects: {},
|
||||||
|
endpointMarker: 'point',
|
||||||
minVizHeight: 75,
|
minVizHeight: 75,
|
||||||
minVizWidth: 75,
|
minVizWidth: 75,
|
||||||
|
segmentCount: 1,
|
||||||
|
segmentSpacing: 0.3,
|
||||||
|
shape: 'gauge',
|
||||||
showThresholdLabels: false,
|
showThresholdLabels: false,
|
||||||
showThresholdMarkers: true,
|
showThresholdMarkers: true,
|
||||||
sizing: common.BarGaugeSizing.Auto,
|
sizing: common.BarGaugeSizing.Auto,
|
||||||
|
sparkline: true,
|
||||||
|
textMode: 'auto',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -278,16 +278,6 @@ func GetComposableKinds() ([]ComposableKind, error) {
|
||||||
CueFile: piechartCue,
|
CueFile: piechartCue,
|
||||||
})
|
})
|
||||||
|
|
||||||
radialbarCue, err := loadCueFileWithCommon(root, filepath.Join(root, "./public/app/plugins/panel/radialbar/panelcfg.cue"))
|
|
||||||
if err != nil {
|
|
||||||
return nil, err
|
|
||||||
}
|
|
||||||
kinds = append(kinds, ComposableKind{
|
|
||||||
Name: "radialbar",
|
|
||||||
Filename: "panelcfg.cue",
|
|
||||||
CueFile: radialbarCue,
|
|
||||||
})
|
|
||||||
|
|
||||||
statCue, err := loadCueFileWithCommon(root, filepath.Join(root, "./public/app/plugins/panel/stat/panelcfg.cue"))
|
statCue, err := loadCueFileWithCommon(root, filepath.Join(root, "./public/app/plugins/panel/stat/panelcfg.cue"))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|
|
||||||
|
|
@ -236,7 +236,6 @@ func verifyCorePluginCatalogue(t *testing.T, ctx context.Context, ps *pluginstor
|
||||||
"welcome": {},
|
"welcome": {},
|
||||||
"xychart": {},
|
"xychart": {},
|
||||||
"datagrid": {},
|
"datagrid": {},
|
||||||
"radialbar": {},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
expDataSources := map[string]struct{}{
|
expDataSources := map[string]struct{}{
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@ jest.mock('../state/util', () => {
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
const SCALAR_PLUGINS = ['gauge', 'stat', 'bargauge', 'piechart', 'radialbar'];
|
const SCALAR_PLUGINS = ['gauge', 'stat', 'bargauge', 'piechart'];
|
||||||
|
|
||||||
class ScenarioContext {
|
class ScenarioContext {
|
||||||
data: DataFrame[] = [];
|
data: DataFrame[] = [];
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
import { config } from '@grafana/runtime';
|
|
||||||
|
|
||||||
const cloudwatchPlugin = async () =>
|
const cloudwatchPlugin = async () =>
|
||||||
await import(/* webpackChunkName: "cloudwatchPlugin" */ 'app/plugins/datasource/cloudwatch/module');
|
await import(/* webpackChunkName: "cloudwatchPlugin" */ 'app/plugins/datasource/cloudwatch/module');
|
||||||
const dashboardDSPlugin = async () =>
|
const dashboardDSPlugin = async () =>
|
||||||
|
|
@ -66,9 +64,6 @@ const heatmapPanel = async () =>
|
||||||
const nodeGraph = async () =>
|
const nodeGraph = async () =>
|
||||||
await import(/* webpackChunkName: "nodeGraphPanel" */ 'app/plugins/panel/nodeGraph/module');
|
await import(/* webpackChunkName: "nodeGraphPanel" */ 'app/plugins/panel/nodeGraph/module');
|
||||||
|
|
||||||
const radialBar = async () =>
|
|
||||||
await import(/* webpackChunkName: "radialBarPanel" */ 'app/plugins/panel/radialbar/module');
|
|
||||||
|
|
||||||
const builtInPlugins: Record<string, System.Module | (() => Promise<System.Module>)> = {
|
const builtInPlugins: Record<string, System.Module | (() => Promise<System.Module>)> = {
|
||||||
// datasources
|
// datasources
|
||||||
'core:plugin/cloudwatch': cloudwatchPlugin,
|
'core:plugin/cloudwatch': cloudwatchPlugin,
|
||||||
|
|
@ -100,7 +95,7 @@ const builtInPlugins: Record<string, System.Module | (() => Promise<System.Modul
|
||||||
'core:plugin/debug': debugPanel,
|
'core:plugin/debug': debugPanel,
|
||||||
'core:plugin/flamegraph': flamegraphPanel,
|
'core:plugin/flamegraph': flamegraphPanel,
|
||||||
'core:plugin/gettingstarted': gettingStartedPanel,
|
'core:plugin/gettingstarted': gettingStartedPanel,
|
||||||
'core:plugin/gauge': config.featureToggles.newGauge ? radialBar : gaugePanel,
|
'core:plugin/gauge': gaugePanel,
|
||||||
'core:plugin/piechart': pieChartPanel,
|
'core:plugin/piechart': pieChartPanel,
|
||||||
'core:plugin/bargauge': barGaugePanel,
|
'core:plugin/bargauge': barGaugePanel,
|
||||||
'core:plugin/barchart': barChartPanel,
|
'core:plugin/barchart': barChartPanel,
|
||||||
|
|
@ -109,7 +104,6 @@ const builtInPlugins: Record<string, System.Module | (() => Promise<System.Modul
|
||||||
'core:plugin/welcome': welcomeBanner,
|
'core:plugin/welcome': welcomeBanner,
|
||||||
'core:plugin/nodeGraph': nodeGraph,
|
'core:plugin/nodeGraph': nodeGraph,
|
||||||
'core:plugin/histogram': histogramPanel,
|
'core:plugin/histogram': histogramPanel,
|
||||||
'core:plugin/radialbar': radialBar,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export function isBuiltinPluginPath(path: string): path is keyof typeof builtInPlugins {
|
export function isBuiltinPluginPath(path: string): path is keyof typeof builtInPlugins {
|
||||||
|
|
|
||||||
|
|
@ -1,92 +1,6 @@
|
||||||
import { PanelPlugin } from '@grafana/data';
|
import { config } from '@grafana/runtime';
|
||||||
import { t } from '@grafana/i18n';
|
|
||||||
import { BarGaugeSizing, VizOrientation } from '@grafana/schema';
|
|
||||||
import { commonOptionsBuilder } from '@grafana/ui';
|
|
||||||
|
|
||||||
import { addOrientationOption, addStandardDataReduceOptions } from '../stat/common';
|
import { plugin as pluginV1 } from './v1/module';
|
||||||
|
import { plugin as pluginV2 } from './v2/module';
|
||||||
|
|
||||||
import { gaugePanelMigrationHandler, gaugePanelChangedHandler } from './GaugeMigrations';
|
export const plugin = config.featureToggles.newGauge ? pluginV2 : pluginV1;
|
||||||
import { GaugePanel } from './GaugePanel';
|
|
||||||
import { Options, defaultOptions } from './panelcfg.gen';
|
|
||||||
import { gaugeSuggestionsSupplier } from './suggestions';
|
|
||||||
|
|
||||||
export const plugin = new PanelPlugin<Options>(GaugePanel)
|
|
||||||
.useFieldConfig({
|
|
||||||
useCustomConfig: (builder) => {
|
|
||||||
builder.addNumberInput({
|
|
||||||
path: 'neutral',
|
|
||||||
name: t('gauge.name-neutral', 'Neutral'),
|
|
||||||
description: t('gauge.description-neutral', 'Leave empty to use Min as neutral point'),
|
|
||||||
category: [t('gauge.category-gauge', 'Gauge')],
|
|
||||||
settings: {
|
|
||||||
placeholder: t('gauge.placeholder-neutral', 'auto'),
|
|
||||||
},
|
|
||||||
});
|
|
||||||
},
|
|
||||||
})
|
|
||||||
.setPanelOptions((builder) => {
|
|
||||||
const category = [t('gauge.category-gauge', 'Gauge')];
|
|
||||||
addStandardDataReduceOptions(builder);
|
|
||||||
addOrientationOption(builder, category);
|
|
||||||
builder
|
|
||||||
.addBooleanSwitch({
|
|
||||||
path: 'showThresholdLabels',
|
|
||||||
name: t('gauge.name-show-threshold-labels', 'Show threshold labels'),
|
|
||||||
description: t('gauge.description-show-threshold-labels', 'Render the threshold values around the gauge bar'),
|
|
||||||
category,
|
|
||||||
defaultValue: defaultOptions.showThresholdLabels,
|
|
||||||
})
|
|
||||||
.addBooleanSwitch({
|
|
||||||
path: 'showThresholdMarkers',
|
|
||||||
name: t('gauge.name-show-threshold-markers', 'Show threshold markers'),
|
|
||||||
description: t('gauge.description-show-threshold-markers', 'Renders the thresholds as an outer bar'),
|
|
||||||
category,
|
|
||||||
defaultValue: defaultOptions.showThresholdMarkers,
|
|
||||||
})
|
|
||||||
.addRadio({
|
|
||||||
path: 'sizing',
|
|
||||||
name: t('gauge.name-gauge-size', 'Gauge size'),
|
|
||||||
settings: {
|
|
||||||
options: [
|
|
||||||
{ value: BarGaugeSizing.Auto, label: t('gauge.gauge-size-options.label-auto', 'Auto') },
|
|
||||||
{ value: BarGaugeSizing.Manual, label: t('gauge.gauge-size-options.label-manual', 'Manual') },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
category,
|
|
||||||
defaultValue: defaultOptions.sizing,
|
|
||||||
showIf: (options: Options) => options.orientation !== VizOrientation.Auto,
|
|
||||||
})
|
|
||||||
.addSliderInput({
|
|
||||||
path: 'minVizWidth',
|
|
||||||
name: t('gauge.name-min-width', 'Min width'),
|
|
||||||
description: t('gauge.description-min-width', 'Minimum column width (vertical orientation)'),
|
|
||||||
defaultValue: defaultOptions.minVizWidth,
|
|
||||||
settings: {
|
|
||||||
min: 0,
|
|
||||||
max: 600,
|
|
||||||
step: 1,
|
|
||||||
},
|
|
||||||
category,
|
|
||||||
showIf: (options: Options) =>
|
|
||||||
options.sizing === BarGaugeSizing.Manual && options.orientation === VizOrientation.Vertical,
|
|
||||||
})
|
|
||||||
.addSliderInput({
|
|
||||||
path: 'minVizHeight',
|
|
||||||
name: t('gauge.name-min-height', 'Min height'),
|
|
||||||
description: t('gauge.description-min-height', 'Minimum row height (horizontal orientation)'),
|
|
||||||
defaultValue: defaultOptions.minVizHeight,
|
|
||||||
category,
|
|
||||||
settings: {
|
|
||||||
min: 0,
|
|
||||||
max: 600,
|
|
||||||
step: 1,
|
|
||||||
},
|
|
||||||
showIf: (options: Options) =>
|
|
||||||
options.sizing === BarGaugeSizing.Manual && options.orientation === VizOrientation.Horizontal,
|
|
||||||
});
|
|
||||||
|
|
||||||
commonOptionsBuilder.addTextSizeOptions(builder, { withTitle: true, withValue: true });
|
|
||||||
})
|
|
||||||
.setPanelChangeHandler(gaugePanelChangedHandler)
|
|
||||||
.setSuggestionsSupplier(gaugeSuggestionsSupplier)
|
|
||||||
.setMigrationHandler(gaugePanelMigrationHandler);
|
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,12 @@ composableKinds: PanelCfg: {
|
||||||
schemas: [{
|
schemas: [{
|
||||||
version: [0, 0]
|
version: [0, 0]
|
||||||
schema: {
|
schema: {
|
||||||
|
GaugePanelEffects: {
|
||||||
|
barGlow?: bool | *false
|
||||||
|
centerGlow?: bool | *false
|
||||||
|
gradient?: bool | *true
|
||||||
|
} @cuetsy(kind="interface")
|
||||||
|
|
||||||
Options: {
|
Options: {
|
||||||
common.SingleStatBaseOptions
|
common.SingleStatBaseOptions
|
||||||
showThresholdLabels: bool | *false
|
showThresholdLabels: bool | *false
|
||||||
|
|
@ -32,6 +38,16 @@ composableKinds: PanelCfg: {
|
||||||
sizing: common.BarGaugeSizing & (*"auto" | _)
|
sizing: common.BarGaugeSizing & (*"auto" | _)
|
||||||
minVizWidth: uint32 | *75
|
minVizWidth: uint32 | *75
|
||||||
minVizHeight: uint32 | *75
|
minVizHeight: uint32 | *75
|
||||||
|
segmentCount: number | *1
|
||||||
|
segmentSpacing: number | *0.3
|
||||||
|
sparkline?: bool | *true
|
||||||
|
shape: "circle" | *"gauge"
|
||||||
|
barWidthFactor: number | *0.5
|
||||||
|
barShape: "flat" | "rounded" | *"flat"
|
||||||
|
endpointMarker?: "point" | "glow" | "none" | *"point"
|
||||||
|
textMode?: "auto" | "value_and_name" | "value" | "name" | "none" | *"auto"
|
||||||
|
neutral?: number
|
||||||
|
effects: GaugePanelEffects | *{}
|
||||||
} @cuetsy(kind="interface")
|
} @cuetsy(kind="interface")
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
|
|
|
||||||
31
public/app/plugins/panel/gauge/panelcfg.gen.ts
generated
31
public/app/plugins/panel/gauge/panelcfg.gen.ts
generated
|
|
@ -12,18 +12,49 @@
|
||||||
|
|
||||||
import * as common from '@grafana/schema';
|
import * as common from '@grafana/schema';
|
||||||
|
|
||||||
|
export interface GaugePanelEffects {
|
||||||
|
barGlow?: boolean;
|
||||||
|
centerGlow?: boolean;
|
||||||
|
gradient?: boolean;
|
||||||
|
}
|
||||||
|
|
||||||
|
export const defaultGaugePanelEffects: Partial<GaugePanelEffects> = {
|
||||||
|
barGlow: false,
|
||||||
|
centerGlow: false,
|
||||||
|
gradient: true,
|
||||||
|
};
|
||||||
|
|
||||||
export interface Options extends common.SingleStatBaseOptions {
|
export interface Options extends common.SingleStatBaseOptions {
|
||||||
|
barShape: ('flat' | 'rounded');
|
||||||
|
barWidthFactor: number;
|
||||||
|
effects: GaugePanelEffects;
|
||||||
|
endpointMarker?: ('point' | 'glow' | 'none');
|
||||||
minVizHeight: number;
|
minVizHeight: number;
|
||||||
minVizWidth: number;
|
minVizWidth: number;
|
||||||
|
neutral?: number;
|
||||||
|
segmentCount: number;
|
||||||
|
segmentSpacing: number;
|
||||||
|
shape: ('circle' | 'gauge');
|
||||||
showThresholdLabels: boolean;
|
showThresholdLabels: boolean;
|
||||||
showThresholdMarkers: boolean;
|
showThresholdMarkers: boolean;
|
||||||
sizing: common.BarGaugeSizing;
|
sizing: common.BarGaugeSizing;
|
||||||
|
sparkline?: boolean;
|
||||||
|
textMode?: ('auto' | 'value_and_name' | 'value' | 'name' | 'none');
|
||||||
}
|
}
|
||||||
|
|
||||||
export const defaultOptions: Partial<Options> = {
|
export const defaultOptions: Partial<Options> = {
|
||||||
|
barShape: 'flat',
|
||||||
|
barWidthFactor: 0.5,
|
||||||
|
effects: {},
|
||||||
|
endpointMarker: 'point',
|
||||||
minVizHeight: 75,
|
minVizHeight: 75,
|
||||||
minVizWidth: 75,
|
minVizWidth: 75,
|
||||||
|
segmentCount: 1,
|
||||||
|
segmentSpacing: 0.3,
|
||||||
|
shape: 'gauge',
|
||||||
showThresholdLabels: false,
|
showThresholdLabels: false,
|
||||||
showThresholdMarkers: true,
|
showThresholdMarkers: true,
|
||||||
sizing: common.BarGaugeSizing.Auto,
|
sizing: common.BarGaugeSizing.Auto,
|
||||||
|
sparkline: true,
|
||||||
|
textMode: 'auto',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { PanelModel } from '@grafana/data';
|
import { PanelModel } from '@grafana/data';
|
||||||
import { sharedSingleStatPanelChangedHandler, sharedSingleStatMigrationHandler } from '@grafana/ui';
|
import { sharedSingleStatPanelChangedHandler, sharedSingleStatMigrationHandler } from '@grafana/ui';
|
||||||
|
|
||||||
import { Options } from './panelcfg.gen';
|
import { Options } from '../panelcfg.gen';
|
||||||
|
|
||||||
// This is called when the panel first loads
|
// This is called when the panel first loads
|
||||||
export const gaugePanelMigrationHandler = (panel: PanelModel<Options>): Partial<Options> => {
|
export const gaugePanelMigrationHandler = (panel: PanelModel<Options>): Partial<Options> => {
|
||||||
|
|
@ -6,9 +6,8 @@ import { BarGaugeSizing, VizOrientation } from '@grafana/schema';
|
||||||
import { DataLinksContextMenu, Gauge, VizRepeater, VizRepeaterRenderValueProps } from '@grafana/ui';
|
import { DataLinksContextMenu, Gauge, VizRepeater, VizRepeaterRenderValueProps } from '@grafana/ui';
|
||||||
import { DataLinksContextMenuApi } from '@grafana/ui/internal';
|
import { DataLinksContextMenuApi } from '@grafana/ui/internal';
|
||||||
|
|
||||||
import { clearNameForSingleSeries } from '../bargauge/BarGaugePanel';
|
import { clearNameForSingleSeries } from '../../bargauge/BarGaugePanel';
|
||||||
|
import { defaultOptions, Options } from '../panelcfg.gen';
|
||||||
import { defaultOptions, Options } from './panelcfg.gen';
|
|
||||||
|
|
||||||
export class GaugePanel extends PureComponent<PanelProps<Options>> {
|
export class GaugePanel extends PureComponent<PanelProps<Options>> {
|
||||||
renderComponent = (
|
renderComponent = (
|
||||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
92
public/app/plugins/panel/gauge/v1/module.tsx
Normal file
92
public/app/plugins/panel/gauge/v1/module.tsx
Normal file
|
|
@ -0,0 +1,92 @@
|
||||||
|
import { PanelPlugin } from '@grafana/data';
|
||||||
|
import { t } from '@grafana/i18n';
|
||||||
|
import { BarGaugeSizing, VizOrientation } from '@grafana/schema';
|
||||||
|
import { commonOptionsBuilder } from '@grafana/ui';
|
||||||
|
|
||||||
|
import { addOrientationOption, addStandardDataReduceOptions } from '../../stat/common';
|
||||||
|
import { Options, defaultOptions } from '../panelcfg.gen';
|
||||||
|
|
||||||
|
import { gaugePanelMigrationHandler, gaugePanelChangedHandler } from './GaugeMigrations';
|
||||||
|
import { GaugePanel } from './GaugePanel';
|
||||||
|
import { gaugeSuggestionsSupplier } from './suggestions';
|
||||||
|
|
||||||
|
export const plugin = new PanelPlugin<Options>(GaugePanel)
|
||||||
|
.useFieldConfig({
|
||||||
|
useCustomConfig: (builder) => {
|
||||||
|
builder.addNumberInput({
|
||||||
|
path: 'neutral',
|
||||||
|
name: t('gauge.name-neutral', 'Neutral'),
|
||||||
|
description: t('gauge.description-neutral', 'Leave empty to use Min as neutral point'),
|
||||||
|
category: [t('gauge.category-gauge', 'Gauge')],
|
||||||
|
settings: {
|
||||||
|
placeholder: t('gauge.placeholder-neutral', 'auto'),
|
||||||
|
},
|
||||||
|
});
|
||||||
|
},
|
||||||
|
})
|
||||||
|
.setPanelOptions((builder) => {
|
||||||
|
const category = [t('gauge.category-gauge', 'Gauge')];
|
||||||
|
addStandardDataReduceOptions(builder);
|
||||||
|
addOrientationOption(builder, category);
|
||||||
|
builder
|
||||||
|
.addBooleanSwitch({
|
||||||
|
path: 'showThresholdLabels',
|
||||||
|
name: t('gauge.name-show-threshold-labels', 'Show threshold labels'),
|
||||||
|
description: t('gauge.description-show-threshold-labels', 'Render the threshold values around the gauge bar'),
|
||||||
|
category,
|
||||||
|
defaultValue: defaultOptions.showThresholdLabels,
|
||||||
|
})
|
||||||
|
.addBooleanSwitch({
|
||||||
|
path: 'showThresholdMarkers',
|
||||||
|
name: t('gauge.name-show-threshold-markers', 'Show threshold markers'),
|
||||||
|
description: t('gauge.description-show-threshold-markers', 'Renders the thresholds as an outer bar'),
|
||||||
|
category,
|
||||||
|
defaultValue: defaultOptions.showThresholdMarkers,
|
||||||
|
})
|
||||||
|
.addRadio({
|
||||||
|
path: 'sizing',
|
||||||
|
name: t('gauge.name-gauge-size', 'Gauge size'),
|
||||||
|
settings: {
|
||||||
|
options: [
|
||||||
|
{ value: BarGaugeSizing.Auto, label: t('gauge.gauge-size-options.label-auto', 'Auto') },
|
||||||
|
{ value: BarGaugeSizing.Manual, label: t('gauge.gauge-size-options.label-manual', 'Manual') },
|
||||||
|
],
|
||||||
|
},
|
||||||
|
category,
|
||||||
|
defaultValue: defaultOptions.sizing,
|
||||||
|
showIf: (options: Options) => options.orientation !== VizOrientation.Auto,
|
||||||
|
})
|
||||||
|
.addSliderInput({
|
||||||
|
path: 'minVizWidth',
|
||||||
|
name: t('gauge.name-min-width', 'Min width'),
|
||||||
|
description: t('gauge.description-min-width', 'Minimum column width (vertical orientation)'),
|
||||||
|
defaultValue: defaultOptions.minVizWidth,
|
||||||
|
settings: {
|
||||||
|
min: 0,
|
||||||
|
max: 600,
|
||||||
|
step: 1,
|
||||||
|
},
|
||||||
|
category,
|
||||||
|
showIf: (options: Options) =>
|
||||||
|
options.sizing === BarGaugeSizing.Manual && options.orientation === VizOrientation.Vertical,
|
||||||
|
})
|
||||||
|
.addSliderInput({
|
||||||
|
path: 'minVizHeight',
|
||||||
|
name: t('gauge.name-min-height', 'Min height'),
|
||||||
|
description: t('gauge.description-min-height', 'Minimum row height (horizontal orientation)'),
|
||||||
|
defaultValue: defaultOptions.minVizHeight,
|
||||||
|
category,
|
||||||
|
settings: {
|
||||||
|
min: 0,
|
||||||
|
max: 600,
|
||||||
|
step: 1,
|
||||||
|
},
|
||||||
|
showIf: (options: Options) =>
|
||||||
|
options.sizing === BarGaugeSizing.Manual && options.orientation === VizOrientation.Horizontal,
|
||||||
|
});
|
||||||
|
|
||||||
|
commonOptionsBuilder.addTextSizeOptions(builder, { withTitle: true, withValue: true });
|
||||||
|
})
|
||||||
|
.setPanelChangeHandler(gaugePanelChangedHandler)
|
||||||
|
.setSuggestionsSupplier(gaugeSuggestionsSupplier)
|
||||||
|
.setMigrationHandler(gaugePanelMigrationHandler);
|
||||||
|
|
@ -4,7 +4,7 @@ import { ThresholdsMode, FieldType, VisualizationSuggestion, VisualizationSugges
|
||||||
import { t } from '@grafana/i18n';
|
import { t } from '@grafana/i18n';
|
||||||
import { defaultNumericVizOptions } from 'app/features/panel/suggestions/utils';
|
import { defaultNumericVizOptions } from 'app/features/panel/suggestions/utils';
|
||||||
|
|
||||||
import { Options } from './panelcfg.gen';
|
import { Options } from '../panelcfg.gen';
|
||||||
|
|
||||||
const withDefaults = (suggestion: VisualizationSuggestion<Options>): VisualizationSuggestion<Options> =>
|
const withDefaults = (suggestion: VisualizationSuggestion<Options>): VisualizationSuggestion<Options> =>
|
||||||
defaultsDeep(suggestion, {
|
defaultsDeep(suggestion, {
|
||||||
|
|
@ -5,7 +5,7 @@ import { GrafanaTheme2, StandardEditorProps } from '@grafana/data';
|
||||||
import { t } from '@grafana/i18n';
|
import { t } from '@grafana/i18n';
|
||||||
import { Stack, Switch, Label, Tooltip, Grid, useStyles2 } from '@grafana/ui';
|
import { Stack, Switch, Label, Tooltip, Grid, useStyles2 } from '@grafana/ui';
|
||||||
|
|
||||||
import { GaugePanelEffects } from './panelcfg.gen';
|
import { GaugePanelEffects } from '../panelcfg.gen';
|
||||||
|
|
||||||
function EffectsEditorInput(props: ComponentProps<typeof Switch> & { tooltip?: string }) {
|
function EffectsEditorInput(props: ComponentProps<typeof Switch> & { tooltip?: string }) {
|
||||||
const id = useId();
|
const id = useId();
|
||||||
|
|
@ -40,17 +40,17 @@ export function EffectsEditor(props: StandardEditorProps<GaugePanelEffects>) {
|
||||||
return (
|
return (
|
||||||
<Grid alignItems={'flex-start'} gap={1} minColumnWidth={16}>
|
<Grid alignItems={'flex-start'} gap={1} minColumnWidth={16}>
|
||||||
<EffectsEditorInput
|
<EffectsEditorInput
|
||||||
label={t('radialbar.config.effects.gradient', 'Gradient')}
|
label={t('gauge.config.effects.gradient', 'Gradient')}
|
||||||
value={!!props.value?.gradient}
|
value={!!props.value?.gradient}
|
||||||
onChange={(e) => props.onChange({ ...props.value, gradient: e.currentTarget.checked })}
|
onChange={(e) => props.onChange({ ...props.value, gradient: e.currentTarget.checked })}
|
||||||
/>
|
/>
|
||||||
<EffectsEditorInput
|
<EffectsEditorInput
|
||||||
label={t('radialbar.config.effects.bar-glow', 'Bar glow')}
|
label={t('gauge.config.effects.bar-glow', 'Bar glow')}
|
||||||
value={!!props.value?.barGlow}
|
value={!!props.value?.barGlow}
|
||||||
onChange={(e) => props.onChange({ ...props.value, barGlow: e.currentTarget.checked })}
|
onChange={(e) => props.onChange({ ...props.value, barGlow: e.currentTarget.checked })}
|
||||||
/>
|
/>
|
||||||
<EffectsEditorInput
|
<EffectsEditorInput
|
||||||
label={t('radialbar.config.effects.center-glow', 'Center glow')}
|
label={t('gauge.config.effects.center-glow', 'Center glow')}
|
||||||
value={!!props.value?.centerGlow}
|
value={!!props.value?.centerGlow}
|
||||||
onChange={(e) => props.onChange({ ...props.value, centerGlow: e.currentTarget.checked })}
|
onChange={(e) => props.onChange({ ...props.value, centerGlow: e.currentTarget.checked })}
|
||||||
/>
|
/>
|
||||||
|
|
@ -11,9 +11,9 @@ import { config, PanelDataErrorView } from '@grafana/runtime';
|
||||||
import { DataLinksContextMenu, Stack, VizRepeater, VizRepeaterRenderValueProps } from '@grafana/ui';
|
import { DataLinksContextMenu, Stack, VizRepeater, VizRepeaterRenderValueProps } from '@grafana/ui';
|
||||||
import { DataLinksContextMenuApi, RadialGauge } from '@grafana/ui/internal';
|
import { DataLinksContextMenuApi, RadialGauge } from '@grafana/ui/internal';
|
||||||
|
|
||||||
import { Options } from './panelcfg.gen';
|
import { Options } from '../panelcfg.gen';
|
||||||
|
|
||||||
export function RadialBarPanel({
|
export function GaugePanel({
|
||||||
id,
|
id,
|
||||||
height,
|
height,
|
||||||
width,
|
width,
|
||||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
|
@ -2,7 +2,7 @@ import { PanelModel, PanelTypeChangedHandler } from '@grafana/data';
|
||||||
import { FieldColorModeId } from '@grafana/schema/dist/esm/index.gen';
|
import { FieldColorModeId } from '@grafana/schema/dist/esm/index.gen';
|
||||||
import { sharedSingleStatPanelChangedHandler, sharedSingleStatMigrationHandler } from '@grafana/ui';
|
import { sharedSingleStatPanelChangedHandler, sharedSingleStatMigrationHandler } from '@grafana/ui';
|
||||||
|
|
||||||
import { Options } from './panelcfg.gen';
|
import { Options } from '../panelcfg.gen';
|
||||||
|
|
||||||
// This is called when the panel first loads
|
// This is called when the panel first loads
|
||||||
export function gaugePanelMigrationHandler(panel: PanelModel<Options>): Partial<Options> {
|
export function gaugePanelMigrationHandler(panel: PanelModel<Options>): Partial<Options> {
|
||||||
|
|
@ -3,15 +3,15 @@ import { t } from '@grafana/i18n';
|
||||||
import { BarGaugeSizing, VizOrientation } from '@grafana/schema';
|
import { BarGaugeSizing, VizOrientation } from '@grafana/schema';
|
||||||
import { commonOptionsBuilder } from '@grafana/ui';
|
import { commonOptionsBuilder } from '@grafana/ui';
|
||||||
|
|
||||||
import { addOrientationOption, addStandardDataReduceOptions } from '../stat/common';
|
import { addOrientationOption, addStandardDataReduceOptions } from '../../stat/common';
|
||||||
|
import { defaultGaugePanelEffects, defaultOptions, Options } from '../panelcfg.gen';
|
||||||
|
|
||||||
import { EffectsEditor } from './EffectsEditor';
|
import { EffectsEditor } from './EffectsEditor';
|
||||||
import { RadialBarPanel } from './RadialBarPanel';
|
import { GaugePanel } from './GaugePanel';
|
||||||
import { gaugePanelChangedHandler, gaugePanelMigrationHandler, shouldMigrateGauge } from './migrations';
|
import { gaugePanelChangedHandler, gaugePanelMigrationHandler, shouldMigrateGauge } from './migrations';
|
||||||
import { defaultGaugePanelEffects, defaultOptions, Options } from './panelcfg.gen';
|
import { gaugeSuggestionsSupplier } from './suggestions';
|
||||||
import { radialBarSuggestionsSupplier } from './suggestions';
|
|
||||||
|
|
||||||
export const plugin = new PanelPlugin<Options>(RadialBarPanel)
|
export const plugin = new PanelPlugin<Options>(GaugePanel)
|
||||||
.useFieldConfig({})
|
.useFieldConfig({})
|
||||||
.setPanelOptions((builder) => {
|
.setPanelOptions((builder) => {
|
||||||
const category = [t('gauge.category-radial-bar', 'Gauge')];
|
const category = [t('gauge.category-radial-bar', 'Gauge')];
|
||||||
|
|
@ -22,13 +22,13 @@ export const plugin = new PanelPlugin<Options>(RadialBarPanel)
|
||||||
|
|
||||||
builder.addRadio({
|
builder.addRadio({
|
||||||
path: 'shape',
|
path: 'shape',
|
||||||
name: t('radialbar.config.shape', 'Style'),
|
name: t('gauge.config.shape', 'Style'),
|
||||||
category,
|
category,
|
||||||
defaultValue: defaultOptions.shape,
|
defaultValue: defaultOptions.shape,
|
||||||
settings: {
|
settings: {
|
||||||
options: [
|
options: [
|
||||||
{ value: 'circle', label: t('radialbar.config.shape-circle', 'Circle'), icon: 'circle' },
|
{ value: 'circle', label: t('gauge.config.shape-circle', 'Circle'), icon: 'circle' },
|
||||||
{ value: 'gauge', label: t('radialbar.config.shape-gauge', 'Arc'), icon: 'tachometer-empty' },
|
{ value: 'gauge', label: t('gauge.config.shape-gauge', 'Arc'), icon: 'tachometer-empty' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
@ -80,7 +80,7 @@ export const plugin = new PanelPlugin<Options>(RadialBarPanel)
|
||||||
|
|
||||||
builder.addSliderInput({
|
builder.addSliderInput({
|
||||||
path: 'barWidthFactor',
|
path: 'barWidthFactor',
|
||||||
name: t('radialbar.config.bar-width', 'Bar width'),
|
name: t('gauge.config.bar-width', 'Bar width'),
|
||||||
category,
|
category,
|
||||||
defaultValue: defaultOptions.barWidthFactor,
|
defaultValue: defaultOptions.barWidthFactor,
|
||||||
settings: {
|
settings: {
|
||||||
|
|
@ -92,7 +92,7 @@ export const plugin = new PanelPlugin<Options>(RadialBarPanel)
|
||||||
|
|
||||||
builder.addSliderInput({
|
builder.addSliderInput({
|
||||||
path: 'segmentCount',
|
path: 'segmentCount',
|
||||||
name: t('radialbar.config.segment-count', 'Segments'),
|
name: t('gauge.config.segment-count', 'Segments'),
|
||||||
category,
|
category,
|
||||||
defaultValue: defaultOptions.segmentCount,
|
defaultValue: defaultOptions.segmentCount,
|
||||||
settings: {
|
settings: {
|
||||||
|
|
@ -104,7 +104,7 @@ export const plugin = new PanelPlugin<Options>(RadialBarPanel)
|
||||||
|
|
||||||
builder.addSliderInput({
|
builder.addSliderInput({
|
||||||
path: 'segmentSpacing',
|
path: 'segmentSpacing',
|
||||||
name: t('radialbar.config.segment-spacing', 'Segment spacing'),
|
name: t('gauge.config.segment-spacing', 'Segment spacing'),
|
||||||
category,
|
category,
|
||||||
defaultValue: defaultOptions.segmentSpacing,
|
defaultValue: defaultOptions.segmentSpacing,
|
||||||
showIf: (options) => options.segmentCount > 1,
|
showIf: (options) => options.segmentCount > 1,
|
||||||
|
|
@ -117,13 +117,13 @@ export const plugin = new PanelPlugin<Options>(RadialBarPanel)
|
||||||
|
|
||||||
builder.addRadio({
|
builder.addRadio({
|
||||||
path: 'barShape',
|
path: 'barShape',
|
||||||
name: t('radialbar.config.bar-shape', 'Bar Style'),
|
name: t('gauge.config.bar-shape', 'Bar Style'),
|
||||||
category,
|
category,
|
||||||
defaultValue: defaultOptions.barShape,
|
defaultValue: defaultOptions.barShape,
|
||||||
settings: {
|
settings: {
|
||||||
options: [
|
options: [
|
||||||
{ value: 'flat', label: t('radialbar.config.bar-shape-flat', 'Flat') },
|
{ value: 'flat', label: t('gauge.config.bar-shape-flat', 'Flat') },
|
||||||
{ value: 'rounded', label: t('radialbar.config.bar-shape-rounded', 'Rounded') },
|
{ value: 'rounded', label: t('gauge.config.bar-shape-rounded', 'Rounded') },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
showIf: (options) => options.segmentCount === 1,
|
showIf: (options) => options.segmentCount === 1,
|
||||||
|
|
@ -131,15 +131,15 @@ export const plugin = new PanelPlugin<Options>(RadialBarPanel)
|
||||||
|
|
||||||
builder.addRadio({
|
builder.addRadio({
|
||||||
path: 'endpointMarker',
|
path: 'endpointMarker',
|
||||||
name: t('radialbar.config.endpoint-marker', 'Endpoint marker'),
|
name: t('gauge.config.endpoint-marker', 'Endpoint marker'),
|
||||||
description: t('radialbar.config.endpoint-marker-description', 'Glow is only supported in dark mode'),
|
description: t('gauge.config.endpoint-marker-description', 'Glow is only supported in dark mode'),
|
||||||
category,
|
category,
|
||||||
defaultValue: defaultOptions.endpointMarker,
|
defaultValue: defaultOptions.endpointMarker,
|
||||||
settings: {
|
settings: {
|
||||||
options: [
|
options: [
|
||||||
{ value: 'point', label: t('radialbar.config.endpoint-marker-point', 'Point') },
|
{ value: 'point', label: t('gauge.config.endpoint-marker-point', 'Point') },
|
||||||
{ value: 'glow', label: t('radialbar.config.endpoint-marker-glow', 'Glow') },
|
{ value: 'glow', label: t('gauge.config.endpoint-marker-glow', 'Glow') },
|
||||||
{ value: 'none', label: t('radialbar.config.endpoint-marker-none', 'None') },
|
{ value: 'none', label: t('gauge.config.endpoint-marker-none', 'None') },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
showIf: (options) => options.barShape === 'rounded' && options.segmentCount === 1,
|
showIf: (options) => options.barShape === 'rounded' && options.segmentCount === 1,
|
||||||
|
|
@ -147,15 +147,15 @@ export const plugin = new PanelPlugin<Options>(RadialBarPanel)
|
||||||
|
|
||||||
builder.addSelect({
|
builder.addSelect({
|
||||||
path: 'textMode',
|
path: 'textMode',
|
||||||
name: t('radialbar.config.text-mode', 'Text mode'),
|
name: t('gauge.config.text-mode', 'Text mode'),
|
||||||
category,
|
category,
|
||||||
settings: {
|
settings: {
|
||||||
options: [
|
options: [
|
||||||
{ value: 'auto', label: t('radialbar.config.text-mode-auto', 'Auto') },
|
{ value: 'auto', label: t('gauge.config.text-mode-auto', 'Auto') },
|
||||||
{ value: 'value_and_name', label: t('radialbar.config.text-mode-value-and-name', 'Value and Name') },
|
{ value: 'value_and_name', label: t('gauge.config.text-mode-value-and-name', 'Value and Name') },
|
||||||
{ value: 'value', label: t('radialbar.config.text-mode-value', 'Value') },
|
{ value: 'value', label: t('gauge.config.text-mode-value', 'Value') },
|
||||||
{ value: 'name', label: t('radialbar.config.text-mode-name', 'Name') },
|
{ value: 'name', label: t('gauge.config.text-mode-name', 'Name') },
|
||||||
{ value: 'none', label: t('radialbar.config.text-mode-none', 'None') },
|
{ value: 'none', label: t('gauge.config.text-mode-none', 'None') },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
defaultValue: defaultOptions.textMode,
|
defaultValue: defaultOptions.textMode,
|
||||||
|
|
@ -163,47 +163,47 @@ export const plugin = new PanelPlugin<Options>(RadialBarPanel)
|
||||||
|
|
||||||
builder.addNumberInput({
|
builder.addNumberInput({
|
||||||
path: 'neutral',
|
path: 'neutral',
|
||||||
name: t('radialbar.config.neutral.title', 'Neutral value'),
|
name: t('gauge.config.neutral.title', 'Neutral value'),
|
||||||
description: t('radialbar.config.neutral.description', 'Leave empty to use Min as neutral point'),
|
description: t('gauge.config.neutral.description', 'Leave empty to use Min as neutral point'),
|
||||||
category,
|
category,
|
||||||
settings: {
|
settings: {
|
||||||
placeholder: t('radialbar.config.neutral.placeholder', 'none'),
|
placeholder: t('gauge.config.neutral.placeholder', 'none'),
|
||||||
step: 1,
|
step: 1,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
builder.addBooleanSwitch({
|
builder.addBooleanSwitch({
|
||||||
path: 'sparkline',
|
path: 'sparkline',
|
||||||
name: t('radialbar.config.sparkline', 'Show sparkline'),
|
name: t('gauge.config.sparkline', 'Show sparkline'),
|
||||||
category,
|
category,
|
||||||
defaultValue: defaultOptions.sparkline,
|
defaultValue: defaultOptions.sparkline,
|
||||||
});
|
});
|
||||||
|
|
||||||
builder.addBooleanSwitch({
|
builder.addBooleanSwitch({
|
||||||
path: 'showThresholdMarkers',
|
path: 'showThresholdMarkers',
|
||||||
name: t('radialbar.config.threshold-markers', 'Show thresholds'),
|
name: t('gauge.config.threshold-markers', 'Show thresholds'),
|
||||||
category,
|
category,
|
||||||
defaultValue: defaultOptions.showThresholdMarkers,
|
defaultValue: defaultOptions.showThresholdMarkers,
|
||||||
});
|
});
|
||||||
|
|
||||||
builder.addBooleanSwitch({
|
builder.addBooleanSwitch({
|
||||||
path: 'showThresholdLabels',
|
path: 'showThresholdLabels',
|
||||||
name: t('radialbar.config.threshold-labels', 'Show labels'),
|
name: t('gauge.config.threshold-labels', 'Show labels'),
|
||||||
description: t('radialbar.config.threshold-labels-description', 'Display threshold and neutral values'),
|
description: t('gauge.config.threshold-labels-description', 'Display threshold and neutral values'),
|
||||||
category,
|
category,
|
||||||
defaultValue: defaultOptions.showThresholdLabels,
|
defaultValue: defaultOptions.showThresholdLabels,
|
||||||
});
|
});
|
||||||
|
|
||||||
builder.addCustomEditor({
|
builder.addCustomEditor({
|
||||||
id: 'radialbar-effects',
|
id: 'gauge-effects',
|
||||||
path: 'effects',
|
path: 'effects',
|
||||||
name: t('radialbar.config.effects.label', 'Effects'),
|
name: t('gauge.config.effects.label', 'Effects'),
|
||||||
category,
|
category,
|
||||||
editor: EffectsEditor,
|
editor: EffectsEditor,
|
||||||
settings: {},
|
settings: {},
|
||||||
defaultValue: defaultGaugePanelEffects,
|
defaultValue: defaultGaugePanelEffects,
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
.setSuggestionsSupplier(radialBarSuggestionsSupplier)
|
.setSuggestionsSupplier(gaugeSuggestionsSupplier)
|
||||||
.setMigrationHandler(gaugePanelMigrationHandler, shouldMigrateGauge)
|
.setMigrationHandler(gaugePanelMigrationHandler, shouldMigrateGauge)
|
||||||
.setPanelChangeHandler(gaugePanelChangedHandler);
|
.setPanelChangeHandler(gaugePanelChangedHandler);
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
import { createDataFrame, Field, FieldType, getPanelDataSummary } from '@grafana/data';
|
import { createDataFrame, Field, FieldType, getPanelDataSummary } from '@grafana/data';
|
||||||
|
|
||||||
import { radialBarSuggestionsSupplier } from './suggestions';
|
import { gaugeSuggestionsSupplier } from './suggestions';
|
||||||
|
|
||||||
describe('RadialBarPanel Suggestions', () => {
|
describe('GaugePanel Suggestions', () => {
|
||||||
it('does not suggest gauge if no data is present', () => {
|
it('does not suggest gauge if no data is present', () => {
|
||||||
expect(radialBarSuggestionsSupplier(getPanelDataSummary([]))).toBeFalsy();
|
expect(gaugeSuggestionsSupplier(getPanelDataSummary([]))).toBeFalsy();
|
||||||
expect(radialBarSuggestionsSupplier(getPanelDataSummary(undefined))).toBeFalsy();
|
expect(gaugeSuggestionsSupplier(getPanelDataSummary(undefined))).toBeFalsy();
|
||||||
expect(
|
expect(
|
||||||
radialBarSuggestionsSupplier(
|
gaugeSuggestionsSupplier(
|
||||||
getPanelDataSummary([
|
getPanelDataSummary([
|
||||||
createDataFrame({
|
createDataFrame({
|
||||||
fields: [
|
fields: [
|
||||||
|
|
@ -27,7 +27,7 @@ describe('RadialBarPanel Suggestions', () => {
|
||||||
{ name: 'status', type: FieldType.string },
|
{ name: 'status', type: FieldType.string },
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
expect(radialBarSuggestionsSupplier(getPanelDataSummary([df]))).toBeFalsy();
|
expect(gaugeSuggestionsSupplier(getPanelDataSummary([df]))).toBeFalsy();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('does not suggest gauge if there are too many numeric fields', () => {
|
it('does not suggest gauge if there are too many numeric fields', () => {
|
||||||
|
|
@ -35,12 +35,12 @@ describe('RadialBarPanel Suggestions', () => {
|
||||||
for (let i = 0; i < 20; i++) {
|
for (let i = 0; i < 20; i++) {
|
||||||
fields.push({ name: `numeric-${i}`, type: FieldType.number, values: [0, 100, 200, 300, 400, 500], config: {} });
|
fields.push({ name: `numeric-${i}`, type: FieldType.number, values: [0, 100, 200, 300, 400, 500], config: {} });
|
||||||
}
|
}
|
||||||
expect(radialBarSuggestionsSupplier(getPanelDataSummary([createDataFrame({ fields })]))).toBeFalsy();
|
expect(gaugeSuggestionsSupplier(getPanelDataSummary([createDataFrame({ fields })]))).toBeFalsy();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('suggests gauge for a single numeric field', () => {
|
it('suggests gauge for a single numeric field', () => {
|
||||||
expect(
|
expect(
|
||||||
radialBarSuggestionsSupplier(
|
gaugeSuggestionsSupplier(
|
||||||
getPanelDataSummary([
|
getPanelDataSummary([
|
||||||
createDataFrame({
|
createDataFrame({
|
||||||
fields: [
|
fields: [
|
||||||
|
|
@ -58,7 +58,7 @@ describe('RadialBarPanel Suggestions', () => {
|
||||||
|
|
||||||
it('suggests gauge for a few numeric fields, with other fields mixed in', () => {
|
it('suggests gauge for a few numeric fields, with other fields mixed in', () => {
|
||||||
expect(
|
expect(
|
||||||
radialBarSuggestionsSupplier(
|
gaugeSuggestionsSupplier(
|
||||||
getPanelDataSummary([
|
getPanelDataSummary([
|
||||||
createDataFrame({
|
createDataFrame({
|
||||||
fields: [
|
fields: [
|
||||||
|
|
@ -136,7 +136,7 @@ describe('RadialBarPanel Suggestions', () => {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
])('$description suggests aggregated=$aggregated', ({ dataframes, aggregated }) => {
|
])('$description suggests aggregated=$aggregated', ({ dataframes, aggregated }) => {
|
||||||
const suggestions = radialBarSuggestionsSupplier(getPanelDataSummary(dataframes));
|
const suggestions = gaugeSuggestionsSupplier(getPanelDataSummary(dataframes));
|
||||||
const expected = aggregated ? { values: false, calcs: ['lastNotNull'] } : { values: true, calcs: [] };
|
const expected = aggregated ? { values: false, calcs: ['lastNotNull'] } : { values: true, calcs: [] };
|
||||||
if (Array.isArray(suggestions)) {
|
if (Array.isArray(suggestions)) {
|
||||||
for (const suggestion of suggestions) {
|
for (const suggestion of suggestions) {
|
||||||
|
|
@ -150,7 +150,7 @@ describe('RadialBarPanel Suggestions', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
it('figures out a suitable min and max for gauges', () => {
|
it('figures out a suitable min and max for gauges', () => {
|
||||||
const suggestions = radialBarSuggestionsSupplier(
|
const suggestions = gaugeSuggestionsSupplier(
|
||||||
getPanelDataSummary([
|
getPanelDataSummary([
|
||||||
{
|
{
|
||||||
length: 1,
|
length: 1,
|
||||||
|
|
@ -11,7 +11,7 @@ import { t } from '@grafana/i18n';
|
||||||
import { GraphFieldConfig } from '@grafana/ui';
|
import { GraphFieldConfig } from '@grafana/ui';
|
||||||
import { defaultNumericVizOptions } from 'app/features/panel/suggestions/utils';
|
import { defaultNumericVizOptions } from 'app/features/panel/suggestions/utils';
|
||||||
|
|
||||||
import { Options } from './panelcfg.gen';
|
import { Options } from '../panelcfg.gen';
|
||||||
|
|
||||||
const withDefaults = (
|
const withDefaults = (
|
||||||
suggestion: VisualizationSuggestion<Options, GraphFieldConfig>
|
suggestion: VisualizationSuggestion<Options, GraphFieldConfig>
|
||||||
|
|
@ -32,9 +32,7 @@ const withDefaults = (
|
||||||
|
|
||||||
const MAX_GAUGES = 10;
|
const MAX_GAUGES = 10;
|
||||||
|
|
||||||
export const radialBarSuggestionsSupplier: VisualizationSuggestionsSupplier<Options, GraphFieldConfig> = (
|
export const gaugeSuggestionsSupplier: VisualizationSuggestionsSupplier<Options, GraphFieldConfig> = (dataSummary) => {
|
||||||
dataSummary
|
|
||||||
) => {
|
|
||||||
if (!dataSummary.hasData || !dataSummary.hasFieldType(FieldType.number)) {
|
if (!dataSummary.hasData || !dataSummary.hasFieldType(FieldType.number)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
|
|
||||||
* unit where name is
|
|
||||||
* dynamic font size based on text length
|
|
||||||
* text alignment factors
|
|
||||||
* segment hue gradient
|
|
||||||
* Rethink gradient / color options
|
|
||||||
* threshold & min/max labels
|
|
||||||
|
|
||||||
|
|
||||||
Gauge => new gauge migration notes
|
|
||||||
|
|
||||||
Old gauge "Show threshold markers" does nothing when color scheme != From thresholds
|
|
||||||
|
|
||||||
Decide what to do with
|
|
||||||
|
|
||||||
sizing: manual & minVizHeight & minVizWidth (do not think this panel should scroll, and minWidth is broken/does not scroll)
|
|
||||||
neutral value
|
|
||||||
|
|
||||||
|
|
@ -1,56 +0,0 @@
|
||||||
// Copyright 2021 Grafana Labs
|
|
||||||
//
|
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
//
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
//
|
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
package grafanaplugin
|
|
||||||
|
|
||||||
import (
|
|
||||||
"github.com/grafana/grafana/packages/grafana-schema/src/common"
|
|
||||||
)
|
|
||||||
|
|
||||||
composableKinds: PanelCfg: {
|
|
||||||
maturity: "experimental"
|
|
||||||
|
|
||||||
lineage: {
|
|
||||||
schemas: [{
|
|
||||||
version: [0, 0]
|
|
||||||
schema: {
|
|
||||||
GaugePanelEffects: {
|
|
||||||
barGlow?: bool | *false
|
|
||||||
centerGlow?: bool | *false
|
|
||||||
gradient?: bool | *true
|
|
||||||
} @cuetsy(kind="interface")
|
|
||||||
|
|
||||||
Options: {
|
|
||||||
common.SingleStatBaseOptions
|
|
||||||
showThresholdMarkers: bool | *true
|
|
||||||
showThresholdLabels: bool | *false
|
|
||||||
segmentCount: number | *1
|
|
||||||
segmentSpacing: number | *0.3
|
|
||||||
sparkline?: bool | *true
|
|
||||||
shape: "circle" | *"gauge"
|
|
||||||
barWidthFactor: number | *0.5
|
|
||||||
barShape: "flat" | "rounded" | *"flat"
|
|
||||||
endpointMarker?: "point" | "glow" | "none" | *"point"
|
|
||||||
textMode?: "auto" | "value_and_name" | "value" | "name" | "none" | *"auto"
|
|
||||||
neutral?: number
|
|
||||||
effects: GaugePanelEffects | *{}
|
|
||||||
sizing: common.BarGaugeSizing & (*"auto" | _)
|
|
||||||
minVizWidth: uint32 | *75
|
|
||||||
minVizHeight: uint32 | *75
|
|
||||||
} @cuetsy(kind="interface")
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
lenses: []
|
|
||||||
}
|
|
||||||
}
|
|
||||||
60
public/app/plugins/panel/radialbar/panelcfg.gen.ts
generated
60
public/app/plugins/panel/radialbar/panelcfg.gen.ts
generated
|
|
@ -1,60 +0,0 @@
|
||||||
// Code generated - EDITING IS FUTILE. DO NOT EDIT.
|
|
||||||
//
|
|
||||||
// Generated by:
|
|
||||||
// public/app/plugins/gen.go
|
|
||||||
// Using jennies:
|
|
||||||
// TSTypesJenny
|
|
||||||
// PluginTsTypesJenny
|
|
||||||
//
|
|
||||||
// Run 'make gen-cue' from repository root to regenerate.
|
|
||||||
|
|
||||||
// Generated from public/app/plugins/panel/radialbar/panelcfg.cue file.
|
|
||||||
|
|
||||||
import * as common from '@grafana/schema';
|
|
||||||
|
|
||||||
export interface GaugePanelEffects {
|
|
||||||
barGlow?: boolean;
|
|
||||||
centerGlow?: boolean;
|
|
||||||
gradient?: boolean;
|
|
||||||
}
|
|
||||||
|
|
||||||
export const defaultGaugePanelEffects: Partial<GaugePanelEffects> = {
|
|
||||||
barGlow: false,
|
|
||||||
centerGlow: false,
|
|
||||||
gradient: true,
|
|
||||||
};
|
|
||||||
|
|
||||||
export interface Options extends common.SingleStatBaseOptions {
|
|
||||||
barShape: ('flat' | 'rounded');
|
|
||||||
barWidthFactor: number;
|
|
||||||
effects: GaugePanelEffects;
|
|
||||||
endpointMarker?: ('point' | 'glow' | 'none');
|
|
||||||
minVizHeight: number;
|
|
||||||
minVizWidth: number;
|
|
||||||
neutral?: number;
|
|
||||||
segmentCount: number;
|
|
||||||
segmentSpacing: number;
|
|
||||||
shape: ('circle' | 'gauge');
|
|
||||||
showThresholdLabels: boolean;
|
|
||||||
showThresholdMarkers: boolean;
|
|
||||||
sizing: common.BarGaugeSizing;
|
|
||||||
sparkline?: boolean;
|
|
||||||
textMode?: ('auto' | 'value_and_name' | 'value' | 'name' | 'none');
|
|
||||||
}
|
|
||||||
|
|
||||||
export const defaultOptions: Partial<Options> = {
|
|
||||||
barShape: 'flat',
|
|
||||||
barWidthFactor: 0.5,
|
|
||||||
effects: {},
|
|
||||||
endpointMarker: 'point',
|
|
||||||
minVizHeight: 75,
|
|
||||||
minVizWidth: 75,
|
|
||||||
segmentCount: 1,
|
|
||||||
segmentSpacing: 0.3,
|
|
||||||
shape: 'gauge',
|
|
||||||
showThresholdLabels: false,
|
|
||||||
showThresholdMarkers: true,
|
|
||||||
sizing: common.BarGaugeSizing.Auto,
|
|
||||||
sparkline: true,
|
|
||||||
textMode: 'auto',
|
|
||||||
};
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
||||||
{
|
|
||||||
"type": "panel",
|
|
||||||
"name": "New Gauge",
|
|
||||||
"id": "radialbar",
|
|
||||||
"state": "alpha",
|
|
||||||
"suggestions": false,
|
|
||||||
"info": {
|
|
||||||
"description": "Standard gauge visualization",
|
|
||||||
"author": {
|
|
||||||
"name": "Grafana Labs",
|
|
||||||
"url": "https://grafana.com"
|
|
||||||
},
|
|
||||||
"logos": {
|
|
||||||
"small": "img/icon_gauge.svg",
|
|
||||||
"large": "img/icon_gauge.svg"
|
|
||||||
},
|
|
||||||
"links": [
|
|
||||||
{ "name": "Raise issue", "url": "https://github.com/grafana/grafana/issues/new" },
|
|
||||||
{
|
|
||||||
"name": "Documentation",
|
|
||||||
"url": "https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/gauge/"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -12749,45 +12749,6 @@
|
||||||
},
|
},
|
||||||
"query-editor-not-exported": "Doplněk zdroje dat neexportuje žádnou komponentu editoru dotazů"
|
"query-editor-not-exported": "Doplněk zdroje dat neexportuje žádnou komponentu editoru dotazů"
|
||||||
},
|
},
|
||||||
"radialbar": {
|
|
||||||
"config": {
|
|
||||||
"bar-shape": "",
|
|
||||||
"bar-shape-flat": "",
|
|
||||||
"bar-shape-rounded": "",
|
|
||||||
"bar-width": "",
|
|
||||||
"effects": {
|
|
||||||
"bar-glow": "",
|
|
||||||
"center-glow": "",
|
|
||||||
"gradient": "",
|
|
||||||
"label": ""
|
|
||||||
},
|
|
||||||
"endpoint-marker": "",
|
|
||||||
"endpoint-marker-description": "",
|
|
||||||
"endpoint-marker-glow": "",
|
|
||||||
"endpoint-marker-none": "",
|
|
||||||
"endpoint-marker-point": "",
|
|
||||||
"neutral": {
|
|
||||||
"description": "",
|
|
||||||
"placeholder": "",
|
|
||||||
"title": ""
|
|
||||||
},
|
|
||||||
"segment-count": "",
|
|
||||||
"segment-spacing": "",
|
|
||||||
"shape": "",
|
|
||||||
"shape-circle": "",
|
|
||||||
"shape-gauge": "",
|
|
||||||
"sparkline": "",
|
|
||||||
"text-mode": "",
|
|
||||||
"text-mode-auto": "",
|
|
||||||
"text-mode-name": "",
|
|
||||||
"text-mode-none": "",
|
|
||||||
"text-mode-value": "",
|
|
||||||
"text-mode-value-and-name": "",
|
|
||||||
"threshold-labels": "",
|
|
||||||
"threshold-labels-description": "",
|
|
||||||
"threshold-markers": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"recently-deleted": {
|
"recently-deleted": {
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"restore": "Obnovit"
|
"restore": "Obnovit"
|
||||||
|
|
@ -15107,4 +15068,4 @@
|
||||||
"scatter-plot": ""
|
"scatter-plot": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12643,45 +12643,6 @@
|
||||||
},
|
},
|
||||||
"query-editor-not-exported": "Datenquellen-Plugin exportiert keine Komponente des Abfrageeditors"
|
"query-editor-not-exported": "Datenquellen-Plugin exportiert keine Komponente des Abfrageeditors"
|
||||||
},
|
},
|
||||||
"radialbar": {
|
|
||||||
"config": {
|
|
||||||
"bar-shape": "",
|
|
||||||
"bar-shape-flat": "",
|
|
||||||
"bar-shape-rounded": "",
|
|
||||||
"bar-width": "",
|
|
||||||
"effects": {
|
|
||||||
"bar-glow": "",
|
|
||||||
"center-glow": "",
|
|
||||||
"gradient": "",
|
|
||||||
"label": ""
|
|
||||||
},
|
|
||||||
"endpoint-marker": "",
|
|
||||||
"endpoint-marker-description": "",
|
|
||||||
"endpoint-marker-glow": "",
|
|
||||||
"endpoint-marker-none": "",
|
|
||||||
"endpoint-marker-point": "",
|
|
||||||
"neutral": {
|
|
||||||
"description": "",
|
|
||||||
"placeholder": "",
|
|
||||||
"title": ""
|
|
||||||
},
|
|
||||||
"segment-count": "",
|
|
||||||
"segment-spacing": "",
|
|
||||||
"shape": "",
|
|
||||||
"shape-circle": "",
|
|
||||||
"shape-gauge": "",
|
|
||||||
"sparkline": "",
|
|
||||||
"text-mode": "",
|
|
||||||
"text-mode-auto": "",
|
|
||||||
"text-mode-name": "",
|
|
||||||
"text-mode-none": "",
|
|
||||||
"text-mode-value": "",
|
|
||||||
"text-mode-value-and-name": "",
|
|
||||||
"threshold-labels": "",
|
|
||||||
"threshold-labels-description": "",
|
|
||||||
"threshold-markers": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"recently-deleted": {
|
"recently-deleted": {
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"restore": "Wiederherstellen"
|
"restore": "Wiederherstellen"
|
||||||
|
|
@ -14993,4 +14954,4 @@
|
||||||
"scatter-plot": ""
|
"scatter-plot": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8010,6 +8010,43 @@
|
||||||
"gauge": {
|
"gauge": {
|
||||||
"category-gauge": "Gauge",
|
"category-gauge": "Gauge",
|
||||||
"category-radial-bar": "Gauge",
|
"category-radial-bar": "Gauge",
|
||||||
|
"config": {
|
||||||
|
"bar-shape": "Bar Style",
|
||||||
|
"bar-shape-flat": "Flat",
|
||||||
|
"bar-shape-rounded": "Rounded",
|
||||||
|
"bar-width": "Bar width",
|
||||||
|
"effects": {
|
||||||
|
"bar-glow": "Bar glow",
|
||||||
|
"center-glow": "Center glow",
|
||||||
|
"gradient": "Gradient",
|
||||||
|
"label": "Effects"
|
||||||
|
},
|
||||||
|
"endpoint-marker": "Endpoint marker",
|
||||||
|
"endpoint-marker-description": "Glow is only supported in dark mode",
|
||||||
|
"endpoint-marker-glow": "Glow",
|
||||||
|
"endpoint-marker-none": "None",
|
||||||
|
"endpoint-marker-point": "Point",
|
||||||
|
"neutral": {
|
||||||
|
"description": "Leave empty to use Min as neutral point",
|
||||||
|
"placeholder": "none",
|
||||||
|
"title": "Neutral value"
|
||||||
|
},
|
||||||
|
"segment-count": "Segments",
|
||||||
|
"segment-spacing": "Segment spacing",
|
||||||
|
"shape": "Style",
|
||||||
|
"shape-circle": "Circle",
|
||||||
|
"shape-gauge": "Arc",
|
||||||
|
"sparkline": "Show sparkline",
|
||||||
|
"text-mode": "Text mode",
|
||||||
|
"text-mode-auto": "Auto",
|
||||||
|
"text-mode-name": "Name",
|
||||||
|
"text-mode-none": "None",
|
||||||
|
"text-mode-value": "Value",
|
||||||
|
"text-mode-value-and-name": "Value and Name",
|
||||||
|
"threshold-labels": "Show labels",
|
||||||
|
"threshold-labels-description": "Display threshold and neutral values",
|
||||||
|
"threshold-markers": "Show thresholds"
|
||||||
|
},
|
||||||
"description-min-height": "Minimum row height (horizontal orientation)",
|
"description-min-height": "Minimum row height (horizontal orientation)",
|
||||||
"description-min-width": "Minimum column width (vertical orientation)",
|
"description-min-width": "Minimum column width (vertical orientation)",
|
||||||
"description-neutral": "Leave empty to use Min as neutral point",
|
"description-neutral": "Leave empty to use Min as neutral point",
|
||||||
|
|
@ -12675,45 +12712,6 @@
|
||||||
},
|
},
|
||||||
"query-editor-not-exported": "Data source plugin does not export any Query Editor component"
|
"query-editor-not-exported": "Data source plugin does not export any Query Editor component"
|
||||||
},
|
},
|
||||||
"radialbar": {
|
|
||||||
"config": {
|
|
||||||
"bar-shape": "Bar Style",
|
|
||||||
"bar-shape-flat": "Flat",
|
|
||||||
"bar-shape-rounded": "Rounded",
|
|
||||||
"bar-width": "Bar width",
|
|
||||||
"effects": {
|
|
||||||
"bar-glow": "Bar glow",
|
|
||||||
"center-glow": "Center glow",
|
|
||||||
"gradient": "Gradient",
|
|
||||||
"label": "Effects"
|
|
||||||
},
|
|
||||||
"endpoint-marker": "Endpoint marker",
|
|
||||||
"endpoint-marker-description": "Glow is only supported in dark mode",
|
|
||||||
"endpoint-marker-glow": "Glow",
|
|
||||||
"endpoint-marker-none": "None",
|
|
||||||
"endpoint-marker-point": "Point",
|
|
||||||
"neutral": {
|
|
||||||
"description": "Leave empty to use Min as neutral point",
|
|
||||||
"placeholder": "none",
|
|
||||||
"title": "Neutral value"
|
|
||||||
},
|
|
||||||
"segment-count": "Segments",
|
|
||||||
"segment-spacing": "Segment spacing",
|
|
||||||
"shape": "Style",
|
|
||||||
"shape-circle": "Circle",
|
|
||||||
"shape-gauge": "Arc",
|
|
||||||
"sparkline": "Show sparkline",
|
|
||||||
"text-mode": "Text mode",
|
|
||||||
"text-mode-auto": "Auto",
|
|
||||||
"text-mode-name": "Name",
|
|
||||||
"text-mode-none": "None",
|
|
||||||
"text-mode-value": "Value",
|
|
||||||
"text-mode-value-and-name": "Value and Name",
|
|
||||||
"threshold-labels": "Show labels",
|
|
||||||
"threshold-labels-description": "Display threshold and neutral values",
|
|
||||||
"threshold-markers": "Show thresholds"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"recently-deleted": {
|
"recently-deleted": {
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"restore": "Restore"
|
"restore": "Restore"
|
||||||
|
|
|
||||||
|
|
@ -12643,45 +12643,6 @@
|
||||||
},
|
},
|
||||||
"query-editor-not-exported": "El complemento de la fuente de datos no exporta ningún componente del editor de consultas"
|
"query-editor-not-exported": "El complemento de la fuente de datos no exporta ningún componente del editor de consultas"
|
||||||
},
|
},
|
||||||
"radialbar": {
|
|
||||||
"config": {
|
|
||||||
"bar-shape": "",
|
|
||||||
"bar-shape-flat": "",
|
|
||||||
"bar-shape-rounded": "",
|
|
||||||
"bar-width": "",
|
|
||||||
"effects": {
|
|
||||||
"bar-glow": "",
|
|
||||||
"center-glow": "",
|
|
||||||
"gradient": "",
|
|
||||||
"label": ""
|
|
||||||
},
|
|
||||||
"endpoint-marker": "",
|
|
||||||
"endpoint-marker-description": "",
|
|
||||||
"endpoint-marker-glow": "",
|
|
||||||
"endpoint-marker-none": "",
|
|
||||||
"endpoint-marker-point": "",
|
|
||||||
"neutral": {
|
|
||||||
"description": "",
|
|
||||||
"placeholder": "",
|
|
||||||
"title": ""
|
|
||||||
},
|
|
||||||
"segment-count": "",
|
|
||||||
"segment-spacing": "",
|
|
||||||
"shape": "",
|
|
||||||
"shape-circle": "",
|
|
||||||
"shape-gauge": "",
|
|
||||||
"sparkline": "",
|
|
||||||
"text-mode": "",
|
|
||||||
"text-mode-auto": "",
|
|
||||||
"text-mode-name": "",
|
|
||||||
"text-mode-none": "",
|
|
||||||
"text-mode-value": "",
|
|
||||||
"text-mode-value-and-name": "",
|
|
||||||
"threshold-labels": "",
|
|
||||||
"threshold-labels-description": "",
|
|
||||||
"threshold-markers": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"recently-deleted": {
|
"recently-deleted": {
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"restore": "Restaurar"
|
"restore": "Restaurar"
|
||||||
|
|
@ -14993,4 +14954,4 @@
|
||||||
"scatter-plot": ""
|
"scatter-plot": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12643,45 +12643,6 @@
|
||||||
},
|
},
|
||||||
"query-editor-not-exported": "Le plugin source de données n'exporte aucun composant de l'éditeur de requête"
|
"query-editor-not-exported": "Le plugin source de données n'exporte aucun composant de l'éditeur de requête"
|
||||||
},
|
},
|
||||||
"radialbar": {
|
|
||||||
"config": {
|
|
||||||
"bar-shape": "",
|
|
||||||
"bar-shape-flat": "",
|
|
||||||
"bar-shape-rounded": "",
|
|
||||||
"bar-width": "",
|
|
||||||
"effects": {
|
|
||||||
"bar-glow": "",
|
|
||||||
"center-glow": "",
|
|
||||||
"gradient": "",
|
|
||||||
"label": ""
|
|
||||||
},
|
|
||||||
"endpoint-marker": "",
|
|
||||||
"endpoint-marker-description": "",
|
|
||||||
"endpoint-marker-glow": "",
|
|
||||||
"endpoint-marker-none": "",
|
|
||||||
"endpoint-marker-point": "",
|
|
||||||
"neutral": {
|
|
||||||
"description": "",
|
|
||||||
"placeholder": "",
|
|
||||||
"title": ""
|
|
||||||
},
|
|
||||||
"segment-count": "",
|
|
||||||
"segment-spacing": "",
|
|
||||||
"shape": "",
|
|
||||||
"shape-circle": "",
|
|
||||||
"shape-gauge": "",
|
|
||||||
"sparkline": "",
|
|
||||||
"text-mode": "",
|
|
||||||
"text-mode-auto": "",
|
|
||||||
"text-mode-name": "",
|
|
||||||
"text-mode-none": "",
|
|
||||||
"text-mode-value": "",
|
|
||||||
"text-mode-value-and-name": "",
|
|
||||||
"threshold-labels": "",
|
|
||||||
"threshold-labels-description": "",
|
|
||||||
"threshold-markers": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"recently-deleted": {
|
"recently-deleted": {
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"restore": "Restaurer"
|
"restore": "Restaurer"
|
||||||
|
|
@ -14993,4 +14954,4 @@
|
||||||
"scatter-plot": ""
|
"scatter-plot": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12643,45 +12643,6 @@
|
||||||
},
|
},
|
||||||
"query-editor-not-exported": "Az adatforrás-bővítmény nem exportál egyetlen lekérdezésszerkesztő-komponenst sem"
|
"query-editor-not-exported": "Az adatforrás-bővítmény nem exportál egyetlen lekérdezésszerkesztő-komponenst sem"
|
||||||
},
|
},
|
||||||
"radialbar": {
|
|
||||||
"config": {
|
|
||||||
"bar-shape": "",
|
|
||||||
"bar-shape-flat": "",
|
|
||||||
"bar-shape-rounded": "",
|
|
||||||
"bar-width": "",
|
|
||||||
"effects": {
|
|
||||||
"bar-glow": "",
|
|
||||||
"center-glow": "",
|
|
||||||
"gradient": "",
|
|
||||||
"label": ""
|
|
||||||
},
|
|
||||||
"endpoint-marker": "",
|
|
||||||
"endpoint-marker-description": "",
|
|
||||||
"endpoint-marker-glow": "",
|
|
||||||
"endpoint-marker-none": "",
|
|
||||||
"endpoint-marker-point": "",
|
|
||||||
"neutral": {
|
|
||||||
"description": "",
|
|
||||||
"placeholder": "",
|
|
||||||
"title": ""
|
|
||||||
},
|
|
||||||
"segment-count": "",
|
|
||||||
"segment-spacing": "",
|
|
||||||
"shape": "",
|
|
||||||
"shape-circle": "",
|
|
||||||
"shape-gauge": "",
|
|
||||||
"sparkline": "",
|
|
||||||
"text-mode": "",
|
|
||||||
"text-mode-auto": "",
|
|
||||||
"text-mode-name": "",
|
|
||||||
"text-mode-none": "",
|
|
||||||
"text-mode-value": "",
|
|
||||||
"text-mode-value-and-name": "",
|
|
||||||
"threshold-labels": "",
|
|
||||||
"threshold-labels-description": "",
|
|
||||||
"threshold-markers": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"recently-deleted": {
|
"recently-deleted": {
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"restore": "Visszaállítás"
|
"restore": "Visszaállítás"
|
||||||
|
|
@ -14993,4 +14954,4 @@
|
||||||
"scatter-plot": ""
|
"scatter-plot": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12590,45 +12590,6 @@
|
||||||
},
|
},
|
||||||
"query-editor-not-exported": "Plugin sumber data tidak mengekspor komponen Editor Kueri apa pun"
|
"query-editor-not-exported": "Plugin sumber data tidak mengekspor komponen Editor Kueri apa pun"
|
||||||
},
|
},
|
||||||
"radialbar": {
|
|
||||||
"config": {
|
|
||||||
"bar-shape": "",
|
|
||||||
"bar-shape-flat": "",
|
|
||||||
"bar-shape-rounded": "",
|
|
||||||
"bar-width": "",
|
|
||||||
"effects": {
|
|
||||||
"bar-glow": "",
|
|
||||||
"center-glow": "",
|
|
||||||
"gradient": "",
|
|
||||||
"label": ""
|
|
||||||
},
|
|
||||||
"endpoint-marker": "",
|
|
||||||
"endpoint-marker-description": "",
|
|
||||||
"endpoint-marker-glow": "",
|
|
||||||
"endpoint-marker-none": "",
|
|
||||||
"endpoint-marker-point": "",
|
|
||||||
"neutral": {
|
|
||||||
"description": "",
|
|
||||||
"placeholder": "",
|
|
||||||
"title": ""
|
|
||||||
},
|
|
||||||
"segment-count": "",
|
|
||||||
"segment-spacing": "",
|
|
||||||
"shape": "",
|
|
||||||
"shape-circle": "",
|
|
||||||
"shape-gauge": "",
|
|
||||||
"sparkline": "",
|
|
||||||
"text-mode": "",
|
|
||||||
"text-mode-auto": "",
|
|
||||||
"text-mode-name": "",
|
|
||||||
"text-mode-none": "",
|
|
||||||
"text-mode-value": "",
|
|
||||||
"text-mode-value-and-name": "",
|
|
||||||
"threshold-labels": "",
|
|
||||||
"threshold-labels-description": "",
|
|
||||||
"threshold-markers": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"recently-deleted": {
|
"recently-deleted": {
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"restore": "Pulihkan"
|
"restore": "Pulihkan"
|
||||||
|
|
@ -14936,4 +14897,4 @@
|
||||||
"scatter-plot": ""
|
"scatter-plot": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12643,45 +12643,6 @@
|
||||||
},
|
},
|
||||||
"query-editor-not-exported": "Il plug-in dell'origine dati non esporta alcun componente dell'editor di query"
|
"query-editor-not-exported": "Il plug-in dell'origine dati non esporta alcun componente dell'editor di query"
|
||||||
},
|
},
|
||||||
"radialbar": {
|
|
||||||
"config": {
|
|
||||||
"bar-shape": "",
|
|
||||||
"bar-shape-flat": "",
|
|
||||||
"bar-shape-rounded": "",
|
|
||||||
"bar-width": "",
|
|
||||||
"effects": {
|
|
||||||
"bar-glow": "",
|
|
||||||
"center-glow": "",
|
|
||||||
"gradient": "",
|
|
||||||
"label": ""
|
|
||||||
},
|
|
||||||
"endpoint-marker": "",
|
|
||||||
"endpoint-marker-description": "",
|
|
||||||
"endpoint-marker-glow": "",
|
|
||||||
"endpoint-marker-none": "",
|
|
||||||
"endpoint-marker-point": "",
|
|
||||||
"neutral": {
|
|
||||||
"description": "",
|
|
||||||
"placeholder": "",
|
|
||||||
"title": ""
|
|
||||||
},
|
|
||||||
"segment-count": "",
|
|
||||||
"segment-spacing": "",
|
|
||||||
"shape": "",
|
|
||||||
"shape-circle": "",
|
|
||||||
"shape-gauge": "",
|
|
||||||
"sparkline": "",
|
|
||||||
"text-mode": "",
|
|
||||||
"text-mode-auto": "",
|
|
||||||
"text-mode-name": "",
|
|
||||||
"text-mode-none": "",
|
|
||||||
"text-mode-value": "",
|
|
||||||
"text-mode-value-and-name": "",
|
|
||||||
"threshold-labels": "",
|
|
||||||
"threshold-labels-description": "",
|
|
||||||
"threshold-markers": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"recently-deleted": {
|
"recently-deleted": {
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"restore": "Ripristina"
|
"restore": "Ripristina"
|
||||||
|
|
@ -14993,4 +14954,4 @@
|
||||||
"scatter-plot": ""
|
"scatter-plot": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12590,45 +12590,6 @@
|
||||||
},
|
},
|
||||||
"query-editor-not-exported": "データソースプラグインは、クエリエディタコンポーネントをエクスポートしません"
|
"query-editor-not-exported": "データソースプラグインは、クエリエディタコンポーネントをエクスポートしません"
|
||||||
},
|
},
|
||||||
"radialbar": {
|
|
||||||
"config": {
|
|
||||||
"bar-shape": "",
|
|
||||||
"bar-shape-flat": "",
|
|
||||||
"bar-shape-rounded": "",
|
|
||||||
"bar-width": "",
|
|
||||||
"effects": {
|
|
||||||
"bar-glow": "",
|
|
||||||
"center-glow": "",
|
|
||||||
"gradient": "",
|
|
||||||
"label": ""
|
|
||||||
},
|
|
||||||
"endpoint-marker": "",
|
|
||||||
"endpoint-marker-description": "",
|
|
||||||
"endpoint-marker-glow": "",
|
|
||||||
"endpoint-marker-none": "",
|
|
||||||
"endpoint-marker-point": "",
|
|
||||||
"neutral": {
|
|
||||||
"description": "",
|
|
||||||
"placeholder": "",
|
|
||||||
"title": ""
|
|
||||||
},
|
|
||||||
"segment-count": "",
|
|
||||||
"segment-spacing": "",
|
|
||||||
"shape": "",
|
|
||||||
"shape-circle": "",
|
|
||||||
"shape-gauge": "",
|
|
||||||
"sparkline": "",
|
|
||||||
"text-mode": "",
|
|
||||||
"text-mode-auto": "",
|
|
||||||
"text-mode-name": "",
|
|
||||||
"text-mode-none": "",
|
|
||||||
"text-mode-value": "",
|
|
||||||
"text-mode-value-and-name": "",
|
|
||||||
"threshold-labels": "",
|
|
||||||
"threshold-labels-description": "",
|
|
||||||
"threshold-markers": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"recently-deleted": {
|
"recently-deleted": {
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"restore": "復元"
|
"restore": "復元"
|
||||||
|
|
@ -14936,4 +14897,4 @@
|
||||||
"scatter-plot": ""
|
"scatter-plot": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12590,45 +12590,6 @@
|
||||||
},
|
},
|
||||||
"query-editor-not-exported": "데이터 소스 플러그인은 쿼리 편집기 구성 요소를 내보내지 않습니다."
|
"query-editor-not-exported": "데이터 소스 플러그인은 쿼리 편집기 구성 요소를 내보내지 않습니다."
|
||||||
},
|
},
|
||||||
"radialbar": {
|
|
||||||
"config": {
|
|
||||||
"bar-shape": "",
|
|
||||||
"bar-shape-flat": "",
|
|
||||||
"bar-shape-rounded": "",
|
|
||||||
"bar-width": "",
|
|
||||||
"effects": {
|
|
||||||
"bar-glow": "",
|
|
||||||
"center-glow": "",
|
|
||||||
"gradient": "",
|
|
||||||
"label": ""
|
|
||||||
},
|
|
||||||
"endpoint-marker": "",
|
|
||||||
"endpoint-marker-description": "",
|
|
||||||
"endpoint-marker-glow": "",
|
|
||||||
"endpoint-marker-none": "",
|
|
||||||
"endpoint-marker-point": "",
|
|
||||||
"neutral": {
|
|
||||||
"description": "",
|
|
||||||
"placeholder": "",
|
|
||||||
"title": ""
|
|
||||||
},
|
|
||||||
"segment-count": "",
|
|
||||||
"segment-spacing": "",
|
|
||||||
"shape": "",
|
|
||||||
"shape-circle": "",
|
|
||||||
"shape-gauge": "",
|
|
||||||
"sparkline": "",
|
|
||||||
"text-mode": "",
|
|
||||||
"text-mode-auto": "",
|
|
||||||
"text-mode-name": "",
|
|
||||||
"text-mode-none": "",
|
|
||||||
"text-mode-value": "",
|
|
||||||
"text-mode-value-and-name": "",
|
|
||||||
"threshold-labels": "",
|
|
||||||
"threshold-labels-description": "",
|
|
||||||
"threshold-markers": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"recently-deleted": {
|
"recently-deleted": {
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"restore": "복구"
|
"restore": "복구"
|
||||||
|
|
@ -14936,4 +14897,4 @@
|
||||||
"scatter-plot": ""
|
"scatter-plot": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12643,45 +12643,6 @@
|
||||||
},
|
},
|
||||||
"query-editor-not-exported": "Gegevensbronplug-in exporteert geen Query Editor-component"
|
"query-editor-not-exported": "Gegevensbronplug-in exporteert geen Query Editor-component"
|
||||||
},
|
},
|
||||||
"radialbar": {
|
|
||||||
"config": {
|
|
||||||
"bar-shape": "",
|
|
||||||
"bar-shape-flat": "",
|
|
||||||
"bar-shape-rounded": "",
|
|
||||||
"bar-width": "",
|
|
||||||
"effects": {
|
|
||||||
"bar-glow": "",
|
|
||||||
"center-glow": "",
|
|
||||||
"gradient": "",
|
|
||||||
"label": ""
|
|
||||||
},
|
|
||||||
"endpoint-marker": "",
|
|
||||||
"endpoint-marker-description": "",
|
|
||||||
"endpoint-marker-glow": "",
|
|
||||||
"endpoint-marker-none": "",
|
|
||||||
"endpoint-marker-point": "",
|
|
||||||
"neutral": {
|
|
||||||
"description": "",
|
|
||||||
"placeholder": "",
|
|
||||||
"title": ""
|
|
||||||
},
|
|
||||||
"segment-count": "",
|
|
||||||
"segment-spacing": "",
|
|
||||||
"shape": "",
|
|
||||||
"shape-circle": "",
|
|
||||||
"shape-gauge": "",
|
|
||||||
"sparkline": "",
|
|
||||||
"text-mode": "",
|
|
||||||
"text-mode-auto": "",
|
|
||||||
"text-mode-name": "",
|
|
||||||
"text-mode-none": "",
|
|
||||||
"text-mode-value": "",
|
|
||||||
"text-mode-value-and-name": "",
|
|
||||||
"threshold-labels": "",
|
|
||||||
"threshold-labels-description": "",
|
|
||||||
"threshold-markers": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"recently-deleted": {
|
"recently-deleted": {
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"restore": "Herstellen"
|
"restore": "Herstellen"
|
||||||
|
|
@ -14993,4 +14954,4 @@
|
||||||
"scatter-plot": ""
|
"scatter-plot": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12749,45 +12749,6 @@
|
||||||
},
|
},
|
||||||
"query-editor-not-exported": "Wtyczka źródła danych nie eksportuje żadnego komponentu Edytora zapytań"
|
"query-editor-not-exported": "Wtyczka źródła danych nie eksportuje żadnego komponentu Edytora zapytań"
|
||||||
},
|
},
|
||||||
"radialbar": {
|
|
||||||
"config": {
|
|
||||||
"bar-shape": "",
|
|
||||||
"bar-shape-flat": "",
|
|
||||||
"bar-shape-rounded": "",
|
|
||||||
"bar-width": "",
|
|
||||||
"effects": {
|
|
||||||
"bar-glow": "",
|
|
||||||
"center-glow": "",
|
|
||||||
"gradient": "",
|
|
||||||
"label": ""
|
|
||||||
},
|
|
||||||
"endpoint-marker": "",
|
|
||||||
"endpoint-marker-description": "",
|
|
||||||
"endpoint-marker-glow": "",
|
|
||||||
"endpoint-marker-none": "",
|
|
||||||
"endpoint-marker-point": "",
|
|
||||||
"neutral": {
|
|
||||||
"description": "",
|
|
||||||
"placeholder": "",
|
|
||||||
"title": ""
|
|
||||||
},
|
|
||||||
"segment-count": "",
|
|
||||||
"segment-spacing": "",
|
|
||||||
"shape": "",
|
|
||||||
"shape-circle": "",
|
|
||||||
"shape-gauge": "",
|
|
||||||
"sparkline": "",
|
|
||||||
"text-mode": "",
|
|
||||||
"text-mode-auto": "",
|
|
||||||
"text-mode-name": "",
|
|
||||||
"text-mode-none": "",
|
|
||||||
"text-mode-value": "",
|
|
||||||
"text-mode-value-and-name": "",
|
|
||||||
"threshold-labels": "",
|
|
||||||
"threshold-labels-description": "",
|
|
||||||
"threshold-markers": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"recently-deleted": {
|
"recently-deleted": {
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"restore": "Przywróć"
|
"restore": "Przywróć"
|
||||||
|
|
@ -15107,4 +15068,4 @@
|
||||||
"scatter-plot": ""
|
"scatter-plot": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12643,45 +12643,6 @@
|
||||||
},
|
},
|
||||||
"query-editor-not-exported": "O plug-in de origem de dados não exporta nenhum componente de editor de consulta"
|
"query-editor-not-exported": "O plug-in de origem de dados não exporta nenhum componente de editor de consulta"
|
||||||
},
|
},
|
||||||
"radialbar": {
|
|
||||||
"config": {
|
|
||||||
"bar-shape": "",
|
|
||||||
"bar-shape-flat": "",
|
|
||||||
"bar-shape-rounded": "",
|
|
||||||
"bar-width": "",
|
|
||||||
"effects": {
|
|
||||||
"bar-glow": "",
|
|
||||||
"center-glow": "",
|
|
||||||
"gradient": "",
|
|
||||||
"label": ""
|
|
||||||
},
|
|
||||||
"endpoint-marker": "",
|
|
||||||
"endpoint-marker-description": "",
|
|
||||||
"endpoint-marker-glow": "",
|
|
||||||
"endpoint-marker-none": "",
|
|
||||||
"endpoint-marker-point": "",
|
|
||||||
"neutral": {
|
|
||||||
"description": "",
|
|
||||||
"placeholder": "",
|
|
||||||
"title": ""
|
|
||||||
},
|
|
||||||
"segment-count": "",
|
|
||||||
"segment-spacing": "",
|
|
||||||
"shape": "",
|
|
||||||
"shape-circle": "",
|
|
||||||
"shape-gauge": "",
|
|
||||||
"sparkline": "",
|
|
||||||
"text-mode": "",
|
|
||||||
"text-mode-auto": "",
|
|
||||||
"text-mode-name": "",
|
|
||||||
"text-mode-none": "",
|
|
||||||
"text-mode-value": "",
|
|
||||||
"text-mode-value-and-name": "",
|
|
||||||
"threshold-labels": "",
|
|
||||||
"threshold-labels-description": "",
|
|
||||||
"threshold-markers": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"recently-deleted": {
|
"recently-deleted": {
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"restore": "Restaurar"
|
"restore": "Restaurar"
|
||||||
|
|
@ -14993,4 +14954,4 @@
|
||||||
"scatter-plot": ""
|
"scatter-plot": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12643,45 +12643,6 @@
|
||||||
},
|
},
|
||||||
"query-editor-not-exported": "O plugin de origem de dados não exporta nenhum componente do Editor de Consultas"
|
"query-editor-not-exported": "O plugin de origem de dados não exporta nenhum componente do Editor de Consultas"
|
||||||
},
|
},
|
||||||
"radialbar": {
|
|
||||||
"config": {
|
|
||||||
"bar-shape": "",
|
|
||||||
"bar-shape-flat": "",
|
|
||||||
"bar-shape-rounded": "",
|
|
||||||
"bar-width": "",
|
|
||||||
"effects": {
|
|
||||||
"bar-glow": "",
|
|
||||||
"center-glow": "",
|
|
||||||
"gradient": "",
|
|
||||||
"label": ""
|
|
||||||
},
|
|
||||||
"endpoint-marker": "",
|
|
||||||
"endpoint-marker-description": "",
|
|
||||||
"endpoint-marker-glow": "",
|
|
||||||
"endpoint-marker-none": "",
|
|
||||||
"endpoint-marker-point": "",
|
|
||||||
"neutral": {
|
|
||||||
"description": "",
|
|
||||||
"placeholder": "",
|
|
||||||
"title": ""
|
|
||||||
},
|
|
||||||
"segment-count": "",
|
|
||||||
"segment-spacing": "",
|
|
||||||
"shape": "",
|
|
||||||
"shape-circle": "",
|
|
||||||
"shape-gauge": "",
|
|
||||||
"sparkline": "",
|
|
||||||
"text-mode": "",
|
|
||||||
"text-mode-auto": "",
|
|
||||||
"text-mode-name": "",
|
|
||||||
"text-mode-none": "",
|
|
||||||
"text-mode-value": "",
|
|
||||||
"text-mode-value-and-name": "",
|
|
||||||
"threshold-labels": "",
|
|
||||||
"threshold-labels-description": "",
|
|
||||||
"threshold-markers": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"recently-deleted": {
|
"recently-deleted": {
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"restore": "Restaurar"
|
"restore": "Restaurar"
|
||||||
|
|
@ -14993,4 +14954,4 @@
|
||||||
"scatter-plot": ""
|
"scatter-plot": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12749,45 +12749,6 @@
|
||||||
},
|
},
|
||||||
"query-editor-not-exported": "Плагин источника данных не экспортирует компоненты редактора запросов"
|
"query-editor-not-exported": "Плагин источника данных не экспортирует компоненты редактора запросов"
|
||||||
},
|
},
|
||||||
"radialbar": {
|
|
||||||
"config": {
|
|
||||||
"bar-shape": "",
|
|
||||||
"bar-shape-flat": "",
|
|
||||||
"bar-shape-rounded": "",
|
|
||||||
"bar-width": "",
|
|
||||||
"effects": {
|
|
||||||
"bar-glow": "",
|
|
||||||
"center-glow": "",
|
|
||||||
"gradient": "",
|
|
||||||
"label": ""
|
|
||||||
},
|
|
||||||
"endpoint-marker": "",
|
|
||||||
"endpoint-marker-description": "",
|
|
||||||
"endpoint-marker-glow": "",
|
|
||||||
"endpoint-marker-none": "",
|
|
||||||
"endpoint-marker-point": "",
|
|
||||||
"neutral": {
|
|
||||||
"description": "",
|
|
||||||
"placeholder": "",
|
|
||||||
"title": ""
|
|
||||||
},
|
|
||||||
"segment-count": "",
|
|
||||||
"segment-spacing": "",
|
|
||||||
"shape": "",
|
|
||||||
"shape-circle": "",
|
|
||||||
"shape-gauge": "",
|
|
||||||
"sparkline": "",
|
|
||||||
"text-mode": "",
|
|
||||||
"text-mode-auto": "",
|
|
||||||
"text-mode-name": "",
|
|
||||||
"text-mode-none": "",
|
|
||||||
"text-mode-value": "",
|
|
||||||
"text-mode-value-and-name": "",
|
|
||||||
"threshold-labels": "",
|
|
||||||
"threshold-labels-description": "",
|
|
||||||
"threshold-markers": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"recently-deleted": {
|
"recently-deleted": {
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"restore": "Восстановить"
|
"restore": "Восстановить"
|
||||||
|
|
@ -15107,4 +15068,4 @@
|
||||||
"scatter-plot": ""
|
"scatter-plot": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12643,45 +12643,6 @@
|
||||||
},
|
},
|
||||||
"query-editor-not-exported": "Tilläggsprogram för datakälla exporterar inte någon frågeredigerarkomponent"
|
"query-editor-not-exported": "Tilläggsprogram för datakälla exporterar inte någon frågeredigerarkomponent"
|
||||||
},
|
},
|
||||||
"radialbar": {
|
|
||||||
"config": {
|
|
||||||
"bar-shape": "",
|
|
||||||
"bar-shape-flat": "",
|
|
||||||
"bar-shape-rounded": "",
|
|
||||||
"bar-width": "",
|
|
||||||
"effects": {
|
|
||||||
"bar-glow": "",
|
|
||||||
"center-glow": "",
|
|
||||||
"gradient": "",
|
|
||||||
"label": ""
|
|
||||||
},
|
|
||||||
"endpoint-marker": "",
|
|
||||||
"endpoint-marker-description": "",
|
|
||||||
"endpoint-marker-glow": "",
|
|
||||||
"endpoint-marker-none": "",
|
|
||||||
"endpoint-marker-point": "",
|
|
||||||
"neutral": {
|
|
||||||
"description": "",
|
|
||||||
"placeholder": "",
|
|
||||||
"title": ""
|
|
||||||
},
|
|
||||||
"segment-count": "",
|
|
||||||
"segment-spacing": "",
|
|
||||||
"shape": "",
|
|
||||||
"shape-circle": "",
|
|
||||||
"shape-gauge": "",
|
|
||||||
"sparkline": "",
|
|
||||||
"text-mode": "",
|
|
||||||
"text-mode-auto": "",
|
|
||||||
"text-mode-name": "",
|
|
||||||
"text-mode-none": "",
|
|
||||||
"text-mode-value": "",
|
|
||||||
"text-mode-value-and-name": "",
|
|
||||||
"threshold-labels": "",
|
|
||||||
"threshold-labels-description": "",
|
|
||||||
"threshold-markers": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"recently-deleted": {
|
"recently-deleted": {
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"restore": "Återställ"
|
"restore": "Återställ"
|
||||||
|
|
@ -14993,4 +14954,4 @@
|
||||||
"scatter-plot": ""
|
"scatter-plot": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12643,45 +12643,6 @@
|
||||||
},
|
},
|
||||||
"query-editor-not-exported": "Veri kaynağı eklentisi herhangi bir Sorgu Düzenleyici bileşeni sunmuyor/içermiyor."
|
"query-editor-not-exported": "Veri kaynağı eklentisi herhangi bir Sorgu Düzenleyici bileşeni sunmuyor/içermiyor."
|
||||||
},
|
},
|
||||||
"radialbar": {
|
|
||||||
"config": {
|
|
||||||
"bar-shape": "",
|
|
||||||
"bar-shape-flat": "",
|
|
||||||
"bar-shape-rounded": "",
|
|
||||||
"bar-width": "",
|
|
||||||
"effects": {
|
|
||||||
"bar-glow": "",
|
|
||||||
"center-glow": "",
|
|
||||||
"gradient": "",
|
|
||||||
"label": ""
|
|
||||||
},
|
|
||||||
"endpoint-marker": "",
|
|
||||||
"endpoint-marker-description": "",
|
|
||||||
"endpoint-marker-glow": "",
|
|
||||||
"endpoint-marker-none": "",
|
|
||||||
"endpoint-marker-point": "",
|
|
||||||
"neutral": {
|
|
||||||
"description": "",
|
|
||||||
"placeholder": "",
|
|
||||||
"title": ""
|
|
||||||
},
|
|
||||||
"segment-count": "",
|
|
||||||
"segment-spacing": "",
|
|
||||||
"shape": "",
|
|
||||||
"shape-circle": "",
|
|
||||||
"shape-gauge": "",
|
|
||||||
"sparkline": "",
|
|
||||||
"text-mode": "",
|
|
||||||
"text-mode-auto": "",
|
|
||||||
"text-mode-name": "",
|
|
||||||
"text-mode-none": "",
|
|
||||||
"text-mode-value": "",
|
|
||||||
"text-mode-value-and-name": "",
|
|
||||||
"threshold-labels": "",
|
|
||||||
"threshold-labels-description": "",
|
|
||||||
"threshold-markers": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"recently-deleted": {
|
"recently-deleted": {
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"restore": "Geri yükle"
|
"restore": "Geri yükle"
|
||||||
|
|
@ -14993,4 +14954,4 @@
|
||||||
"scatter-plot": ""
|
"scatter-plot": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12590,45 +12590,6 @@
|
||||||
},
|
},
|
||||||
"query-editor-not-exported": "数据源插件不导出任何查询编辑器组件"
|
"query-editor-not-exported": "数据源插件不导出任何查询编辑器组件"
|
||||||
},
|
},
|
||||||
"radialbar": {
|
|
||||||
"config": {
|
|
||||||
"bar-shape": "",
|
|
||||||
"bar-shape-flat": "",
|
|
||||||
"bar-shape-rounded": "",
|
|
||||||
"bar-width": "",
|
|
||||||
"effects": {
|
|
||||||
"bar-glow": "",
|
|
||||||
"center-glow": "",
|
|
||||||
"gradient": "",
|
|
||||||
"label": ""
|
|
||||||
},
|
|
||||||
"endpoint-marker": "",
|
|
||||||
"endpoint-marker-description": "",
|
|
||||||
"endpoint-marker-glow": "",
|
|
||||||
"endpoint-marker-none": "",
|
|
||||||
"endpoint-marker-point": "",
|
|
||||||
"neutral": {
|
|
||||||
"description": "",
|
|
||||||
"placeholder": "",
|
|
||||||
"title": ""
|
|
||||||
},
|
|
||||||
"segment-count": "",
|
|
||||||
"segment-spacing": "",
|
|
||||||
"shape": "",
|
|
||||||
"shape-circle": "",
|
|
||||||
"shape-gauge": "",
|
|
||||||
"sparkline": "",
|
|
||||||
"text-mode": "",
|
|
||||||
"text-mode-auto": "",
|
|
||||||
"text-mode-name": "",
|
|
||||||
"text-mode-none": "",
|
|
||||||
"text-mode-value": "",
|
|
||||||
"text-mode-value-and-name": "",
|
|
||||||
"threshold-labels": "",
|
|
||||||
"threshold-labels-description": "",
|
|
||||||
"threshold-markers": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"recently-deleted": {
|
"recently-deleted": {
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"restore": "还原"
|
"restore": "还原"
|
||||||
|
|
@ -14936,4 +14897,4 @@
|
||||||
"scatter-plot": ""
|
"scatter-plot": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12590,45 +12590,6 @@
|
||||||
},
|
},
|
||||||
"query-editor-not-exported": "資料來源外掛程式不匯出任何查詢編輯器元件"
|
"query-editor-not-exported": "資料來源外掛程式不匯出任何查詢編輯器元件"
|
||||||
},
|
},
|
||||||
"radialbar": {
|
|
||||||
"config": {
|
|
||||||
"bar-shape": "",
|
|
||||||
"bar-shape-flat": "",
|
|
||||||
"bar-shape-rounded": "",
|
|
||||||
"bar-width": "",
|
|
||||||
"effects": {
|
|
||||||
"bar-glow": "",
|
|
||||||
"center-glow": "",
|
|
||||||
"gradient": "",
|
|
||||||
"label": ""
|
|
||||||
},
|
|
||||||
"endpoint-marker": "",
|
|
||||||
"endpoint-marker-description": "",
|
|
||||||
"endpoint-marker-glow": "",
|
|
||||||
"endpoint-marker-none": "",
|
|
||||||
"endpoint-marker-point": "",
|
|
||||||
"neutral": {
|
|
||||||
"description": "",
|
|
||||||
"placeholder": "",
|
|
||||||
"title": ""
|
|
||||||
},
|
|
||||||
"segment-count": "",
|
|
||||||
"segment-spacing": "",
|
|
||||||
"shape": "",
|
|
||||||
"shape-circle": "",
|
|
||||||
"shape-gauge": "",
|
|
||||||
"sparkline": "",
|
|
||||||
"text-mode": "",
|
|
||||||
"text-mode-auto": "",
|
|
||||||
"text-mode-name": "",
|
|
||||||
"text-mode-none": "",
|
|
||||||
"text-mode-value": "",
|
|
||||||
"text-mode-value-and-name": "",
|
|
||||||
"threshold-labels": "",
|
|
||||||
"threshold-labels-description": "",
|
|
||||||
"threshold-markers": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"recently-deleted": {
|
"recently-deleted": {
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"restore": "還原"
|
"restore": "還原"
|
||||||
|
|
@ -14936,4 +14897,4 @@
|
||||||
"scatter-plot": ""
|
"scatter-plot": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue