@nebula.js/sn-combo-chart 1.8.7 → 1.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.
- package/api-specifications/plugins.json +6 -2
- package/api-specifications/plugins.md +12 -1
- package/api-specifications/properties.json +1 -1
- package/core/esm/index.js +4 -4
- package/dist/sn-combo-chart.js +5 -5
- package/package.json +1 -1
- package/sn-combo-chart-ext/dist/sn-combo-chart.js +5 -5
- package/sn-combo-chart-ext/sn-combo-chart.qext +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "@nebula.js/sn-combo-chart:plugins",
|
|
5
5
|
"description": "Combo chart plugins API definitions",
|
|
6
|
-
"version": "1.8.
|
|
6
|
+
"version": "1.8.8",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"stability": "experimental",
|
|
9
9
|
"x-qlik-visibility": "public"
|
|
@@ -36,7 +36,11 @@
|
|
|
36
36
|
"kind": "object",
|
|
37
37
|
"entries": {
|
|
38
38
|
"MAJOR": {
|
|
39
|
-
"description": "The major axis component",
|
|
39
|
+
"description": "The major discrete axis component",
|
|
40
|
+
"type": "string"
|
|
41
|
+
},
|
|
42
|
+
"MAJOR_CONTINUOUS": {
|
|
43
|
+
"description": "The major continuous axis component",
|
|
40
44
|
"type": "string"
|
|
41
45
|
},
|
|
42
46
|
"MINOR": {
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
- [.BAR_SECONDARY](#pluginArguments.keys.COMPONENT.BAR_SECONDARY) : <code>string</code>
|
|
15
15
|
- [.AXIS](#pluginArguments.keys.COMPONENT.AXIS) : <code>object</code>
|
|
16
16
|
- [.MAJOR](#pluginArguments.keys.COMPONENT.AXIS.MAJOR) : <code>string</code>
|
|
17
|
+
- [.MAJOR_CONTINUOUS](#pluginArguments.keys.COMPONENT.AXIS.MAJOR_CONTINUOUS) : <code>string</code>
|
|
17
18
|
- [.TIME_INNER](#pluginArguments.keys.COMPONENT.AXIS.TIME_INNER) : <code>string</code>
|
|
18
19
|
- [.MINOR](#pluginArguments.keys.COMPONENT.AXIS.MINOR) : <code>object</code>
|
|
19
20
|
- [.PRIMARY](#pluginArguments.keys.COMPONENT.AXIS.MINOR.PRIMARY) : <code>string</code>
|
|
@@ -55,6 +56,7 @@ The keys (references) to different types of chart internals
|
|
|
55
56
|
- [.BAR_SECONDARY](#pluginArguments.keys.COMPONENT.BAR_SECONDARY) : <code>string</code>
|
|
56
57
|
- [.AXIS](#pluginArguments.keys.COMPONENT.AXIS) : <code>object</code>
|
|
57
58
|
- [.MAJOR](#pluginArguments.keys.COMPONENT.AXIS.MAJOR) : <code>string</code>
|
|
59
|
+
- [.MAJOR_CONTINUOUS](#pluginArguments.keys.COMPONENT.AXIS.MAJOR_CONTINUOUS) : <code>string</code>
|
|
58
60
|
- [.TIME_INNER](#pluginArguments.keys.COMPONENT.AXIS.TIME_INNER) : <code>string</code>
|
|
59
61
|
- [.MINOR](#pluginArguments.keys.COMPONENT.AXIS.MINOR) : <code>object</code>
|
|
60
62
|
- [.PRIMARY](#pluginArguments.keys.COMPONENT.AXIS.MINOR.PRIMARY) : <code>string</code>
|
|
@@ -138,6 +140,7 @@ They are useful if you want to extend or override the existing components.
|
|
|
138
140
|
- [.BAR_SECONDARY](#pluginArguments.keys.COMPONENT.BAR_SECONDARY) : <code>string</code>
|
|
139
141
|
- [.AXIS](#pluginArguments.keys.COMPONENT.AXIS) : <code>object</code>
|
|
140
142
|
- [.MAJOR](#pluginArguments.keys.COMPONENT.AXIS.MAJOR) : <code>string</code>
|
|
143
|
+
- [.MAJOR_CONTINUOUS](#pluginArguments.keys.COMPONENT.AXIS.MAJOR_CONTINUOUS) : <code>string</code>
|
|
141
144
|
- [.TIME_INNER](#pluginArguments.keys.COMPONENT.AXIS.TIME_INNER) : <code>string</code>
|
|
142
145
|
- [.MINOR](#pluginArguments.keys.COMPONENT.AXIS.MINOR) : <code>object</code>
|
|
143
146
|
- [.PRIMARY](#pluginArguments.keys.COMPONENT.AXIS.MINOR.PRIMARY) : <code>string</code>
|
|
@@ -172,6 +175,7 @@ The axis components
|
|
|
172
175
|
|
|
173
176
|
- [.AXIS](#pluginArguments.keys.COMPONENT.AXIS) : <code>object</code>
|
|
174
177
|
- [.MAJOR](#pluginArguments.keys.COMPONENT.AXIS.MAJOR) : <code>string</code>
|
|
178
|
+
- [.MAJOR_CONTINUOUS](#pluginArguments.keys.COMPONENT.AXIS.MAJOR_CONTINUOUS) : <code>string</code>
|
|
175
179
|
- [.TIME_INNER](#pluginArguments.keys.COMPONENT.AXIS.TIME_INNER) : <code>string</code>
|
|
176
180
|
- [.MINOR](#pluginArguments.keys.COMPONENT.AXIS.MINOR) : <code>object</code>
|
|
177
181
|
- [.PRIMARY](#pluginArguments.keys.COMPONENT.AXIS.MINOR.PRIMARY) : <code>string</code>
|
|
@@ -181,7 +185,14 @@ The axis components
|
|
|
181
185
|
|
|
182
186
|
###### AXIS.MAJOR : <code>string</code>
|
|
183
187
|
|
|
184
|
-
The major axis component
|
|
188
|
+
The major discrete axis component
|
|
189
|
+
|
|
190
|
+
**Kind**: static property of [<code>AXIS</code>](#pluginArguments.keys.COMPONENT.AXIS)
|
|
191
|
+
<a name="pluginArguments.keys.COMPONENT.AXIS.MAJOR_CONTINUOUS"></a>
|
|
192
|
+
|
|
193
|
+
###### AXIS.MAJOR_CONTINUOUS : <code>string</code>
|
|
194
|
+
|
|
195
|
+
The major continuous axis component
|
|
185
196
|
|
|
186
197
|
**Kind**: static property of [<code>AXIS</code>](#pluginArguments.keys.COMPONENT.AXIS)
|
|
187
198
|
<a name="pluginArguments.keys.COMPONENT.AXIS.TIME_INNER"></a>
|