@nebula.js/sn-gauge 0.8.6 → 0.8.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "@nebula.js/sn-gauge:properties",
|
|
5
5
|
"description": "Gauge generic object definition",
|
|
6
|
-
"version": "0.8.
|
|
6
|
+
"version": "0.8.8",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"stability": "stable",
|
|
9
9
|
"x-qlik-visibility": "public"
|
|
@@ -52,8 +52,17 @@
|
|
|
52
52
|
},
|
|
53
53
|
"footnote": {
|
|
54
54
|
"description": "Footnote of the visualization.",
|
|
55
|
+
"optional": true,
|
|
55
56
|
"defaultValue": "",
|
|
56
|
-
"
|
|
57
|
+
"kind": "union",
|
|
58
|
+
"items": [
|
|
59
|
+
{
|
|
60
|
+
"type": "string"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"type": "#/definitions/StringExpression"
|
|
64
|
+
}
|
|
65
|
+
]
|
|
57
66
|
},
|
|
58
67
|
"gaugetype": {
|
|
59
68
|
"description": "Gauge type",
|
|
@@ -243,13 +252,31 @@
|
|
|
243
252
|
},
|
|
244
253
|
"subtitle": {
|
|
245
254
|
"description": "Subtitle of the visualization.",
|
|
255
|
+
"optional": true,
|
|
246
256
|
"defaultValue": "",
|
|
247
|
-
"
|
|
257
|
+
"kind": "union",
|
|
258
|
+
"items": [
|
|
259
|
+
{
|
|
260
|
+
"type": "string"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"type": "#/definitions/StringExpression"
|
|
264
|
+
}
|
|
265
|
+
]
|
|
248
266
|
},
|
|
249
267
|
"title": {
|
|
250
268
|
"description": "Title of the visualization.",
|
|
269
|
+
"optional": true,
|
|
251
270
|
"defaultValue": "",
|
|
252
|
-
"
|
|
271
|
+
"kind": "union",
|
|
272
|
+
"items": [
|
|
273
|
+
{
|
|
274
|
+
"type": "string"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"type": "#/definitions/StringExpression"
|
|
278
|
+
}
|
|
279
|
+
]
|
|
253
280
|
},
|
|
254
281
|
"useSegments": {
|
|
255
282
|
"description": "Decide if segments coloring or progress coloring is used.\nIf true, the segments are colored according to the segmentInfo.paletteColors.",
|