@nebula.js/sn-gauge 0.8.13 → 0.9.0

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.
@@ -1,9 +1,9 @@
1
1
  {
2
- "scriptappy": "1.1.0",
2
+ "scriptappy": "1.1.3",
3
3
  "info": {
4
4
  "name": "@nebula.js/sn-gauge:properties",
5
5
  "description": "Gauge generic object definition",
6
- "version": "0.8.13",
6
+ "version": "0.9.0",
7
7
  "license": "MIT",
8
8
  "stability": "stable",
9
9
  "x-qlik-visibility": "public"
@@ -15,7 +15,6 @@
15
15
  "type": "GenericObjectProperties"
16
16
  }
17
17
  ],
18
- "kind": "object",
19
18
  "entries": {
20
19
  "autoOrientation": {
21
20
  "description": "Auto orientation, only applicable to bar gauge.\nIf true, the orientation of the bar gauge is adaptive to the aspect ratio of the chart.",
@@ -50,6 +49,10 @@
50
49
  "type": "#/definitions/Component"
51
50
  }
52
51
  },
52
+ "disableNavMenu": {
53
+ "defaultValue": false,
54
+ "type": "boolean"
55
+ },
53
56
  "footnote": {
54
57
  "description": "Footnote of the visualization.",
55
58
  "optional": true,
@@ -287,7 +290,8 @@
287
290
  "description": "Current version of this generic object definition",
288
291
  "type": "string"
289
292
  }
290
- }
293
+ },
294
+ "kind": "object"
291
295
  }
292
296
  },
293
297
  "definitions": {