@nebula.js/sn-combo-chart 1.20.6 → 1.21.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.
- package/api-specifications/api.md +4 -491
- package/api-specifications/plugins.json +37 -23
- package/api-specifications/properties.json +311 -338
- package/core/esm/index.js +5 -5
- package/dist/sn-combo-chart.js +13 -13
- package/dist/sn-combo-chart.systemjs.js +6 -6
- package/package.json +1 -1
- package/sn-combo-chart-ext/dist/sn-combo-chart.js +13 -13
- package/sn-combo-chart-ext/sn-combo-chart.qext +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"scriptappy": "1.
|
|
2
|
+
"scriptappy": "1.1.0",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "@nebula.js/sn-combo-chart:plugins",
|
|
5
5
|
"description": "Combo chart plugins API definitions",
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.21.0",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"stability": "experimental",
|
|
9
9
|
"x-qlik-visibility": "public"
|
|
@@ -15,25 +15,22 @@
|
|
|
15
15
|
"entries": {
|
|
16
16
|
"keys": {
|
|
17
17
|
"description": "The keys (references) to different types of chart internals",
|
|
18
|
-
"kind": "object",
|
|
19
18
|
"entries": {
|
|
20
19
|
"COLLECTION": {
|
|
21
20
|
"description": "The data collections the users can use to get data from",
|
|
22
|
-
"kind": "object",
|
|
23
21
|
"entries": {
|
|
24
22
|
"MAIN": {
|
|
25
23
|
"description": "The main data collection",
|
|
26
24
|
"type": "string"
|
|
27
25
|
}
|
|
28
|
-
}
|
|
26
|
+
},
|
|
27
|
+
"kind": "object"
|
|
29
28
|
},
|
|
30
29
|
"COMPONENT": {
|
|
31
30
|
"description": "The unique keys of the existing components available in the chart.\nThey are useful if you want to extend or override the existing components.",
|
|
32
|
-
"kind": "object",
|
|
33
31
|
"entries": {
|
|
34
32
|
"AXIS": {
|
|
35
33
|
"description": "The axis components",
|
|
36
|
-
"kind": "object",
|
|
37
34
|
"entries": {
|
|
38
35
|
"MAJOR": {
|
|
39
36
|
"description": "The major discrete axis component",
|
|
@@ -45,7 +42,6 @@
|
|
|
45
42
|
},
|
|
46
43
|
"MINOR": {
|
|
47
44
|
"description": "The minor axis components",
|
|
48
|
-
"kind": "object",
|
|
49
45
|
"entries": {
|
|
50
46
|
"PRIMARY": {
|
|
51
47
|
"description": "The minor primary axis component",
|
|
@@ -55,17 +51,18 @@
|
|
|
55
51
|
"description": "The minor secondary axis component",
|
|
56
52
|
"type": "string"
|
|
57
53
|
}
|
|
58
|
-
}
|
|
54
|
+
},
|
|
55
|
+
"kind": "object"
|
|
59
56
|
},
|
|
60
57
|
"TIME_INNER": {
|
|
61
58
|
"description": "The time inner axis component",
|
|
62
59
|
"type": "string"
|
|
63
60
|
}
|
|
64
|
-
}
|
|
61
|
+
},
|
|
62
|
+
"kind": "object"
|
|
65
63
|
},
|
|
66
64
|
"AXIS_TITLE": {
|
|
67
65
|
"description": "The axis title components",
|
|
68
|
-
"kind": "object",
|
|
69
66
|
"entries": {
|
|
70
67
|
"MAJOR": {
|
|
71
68
|
"description": "The major axis title component",
|
|
@@ -73,7 +70,6 @@
|
|
|
73
70
|
},
|
|
74
71
|
"MINOR": {
|
|
75
72
|
"description": "The minor axis title components",
|
|
76
|
-
"kind": "object",
|
|
77
73
|
"entries": {
|
|
78
74
|
"PRIMARY": {
|
|
79
75
|
"description": "The minor primary axis title component",
|
|
@@ -83,9 +79,11 @@
|
|
|
83
79
|
"description": "The minor secondary axis title component",
|
|
84
80
|
"type": "string"
|
|
85
81
|
}
|
|
86
|
-
}
|
|
82
|
+
},
|
|
83
|
+
"kind": "object"
|
|
87
84
|
}
|
|
88
|
-
}
|
|
85
|
+
},
|
|
86
|
+
"kind": "object"
|
|
89
87
|
},
|
|
90
88
|
"BAR_PRIMARY": {
|
|
91
89
|
"description": "The first bar component",
|
|
@@ -95,11 +93,11 @@
|
|
|
95
93
|
"description": "The second bar component",
|
|
96
94
|
"type": "string"
|
|
97
95
|
}
|
|
98
|
-
}
|
|
96
|
+
},
|
|
97
|
+
"kind": "object"
|
|
99
98
|
},
|
|
100
99
|
"SCALE": {
|
|
101
100
|
"description": "The scales associated with the combo chart\nThey are useful if you want to, via plugin, add a new component that\nuses the same scale as one of the measures.",
|
|
102
|
-
"kind": "object",
|
|
103
101
|
"entries": {
|
|
104
102
|
"MAJOR": {
|
|
105
103
|
"description": "The scale used for major axis outer",
|
|
@@ -111,7 +109,6 @@
|
|
|
111
109
|
},
|
|
112
110
|
"MINOR": {
|
|
113
111
|
"description": "The scale used for minor axes",
|
|
114
|
-
"kind": "object",
|
|
115
112
|
"entries": {
|
|
116
113
|
"PRIMARY": {
|
|
117
114
|
"description": "The scale used for minor primary axis (the left one)",
|
|
@@ -121,19 +118,36 @@
|
|
|
121
118
|
"description": "The scale used for minor secondary axis (the right one)",
|
|
122
119
|
"type": "string"
|
|
123
120
|
}
|
|
124
|
-
}
|
|
121
|
+
},
|
|
122
|
+
"kind": "object"
|
|
125
123
|
}
|
|
126
|
-
}
|
|
124
|
+
},
|
|
125
|
+
"kind": "object"
|
|
127
126
|
}
|
|
128
|
-
}
|
|
127
|
+
},
|
|
128
|
+
"kind": "object"
|
|
129
129
|
},
|
|
130
130
|
"layout": {
|
|
131
131
|
"description": "The layout from the enigma model.",
|
|
132
|
-
"
|
|
133
|
-
"entries": {}
|
|
132
|
+
"type": "object"
|
|
134
133
|
}
|
|
135
134
|
}
|
|
136
135
|
}
|
|
137
136
|
},
|
|
138
|
-
"definitions": {
|
|
137
|
+
"definitions": {
|
|
138
|
+
"getPluginArgs": {
|
|
139
|
+
"description": "Prepare important chart internals for the users to build their own plugins",
|
|
140
|
+
"kind": "function",
|
|
141
|
+
"params": [
|
|
142
|
+
{
|
|
143
|
+
"name": "layoutService",
|
|
144
|
+
"type": "object"
|
|
145
|
+
}
|
|
146
|
+
],
|
|
147
|
+
"returns": {
|
|
148
|
+
"description": "Chart internals that will be exposed to the users.",
|
|
149
|
+
"type": "#/entries/pluginArguments"
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
139
153
|
}
|