@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:properties",
|
|
5
5
|
"description": "Combo chart generic object definition",
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.21.0",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"stability": "stable",
|
|
9
9
|
"x-qlik-visibility": "public"
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"entries": {
|
|
15
15
|
"barGrouping": {
|
|
16
16
|
"description": "Bar grouping.",
|
|
17
|
-
"kind": "object",
|
|
18
17
|
"entries": {
|
|
19
18
|
"grouping": {
|
|
20
19
|
"description": "Group setting",
|
|
@@ -29,14 +28,13 @@
|
|
|
29
28
|
"kind": "literal",
|
|
30
29
|
"value": "'grouped'"
|
|
31
30
|
}
|
|
32
|
-
]
|
|
33
|
-
"type": "string"
|
|
31
|
+
]
|
|
34
32
|
}
|
|
35
|
-
}
|
|
33
|
+
},
|
|
34
|
+
"kind": "object"
|
|
36
35
|
},
|
|
37
36
|
"color": {
|
|
38
37
|
"description": "Color settings.\nMost color options for visualizations are set in the color object in the options. You activate custom coloring by setting `\"auto\": false` which turns off auto-coloring.\nIf `\"auto\": true`, no other properties need to be defined in the color object.\nNote: Some of the color properties are depending on which theme is currently being used.",
|
|
39
|
-
"kind": "object",
|
|
40
38
|
"entries": {
|
|
41
39
|
"auto": {
|
|
42
40
|
"description": "Set to use automatic coloring.\nWhen `\"auto\": true`, color settings are based on the visualization used and the number of dimensions\nand measures, that is, the settings are not fixed, but are dependent on the data input.",
|
|
@@ -61,8 +59,7 @@
|
|
|
61
59
|
"kind": "literal",
|
|
62
60
|
"value": "'100'"
|
|
63
61
|
}
|
|
64
|
-
]
|
|
65
|
-
"type": "string"
|
|
62
|
+
]
|
|
66
63
|
},
|
|
67
64
|
"expressionIsColor": {
|
|
68
65
|
"description": "Set to define whether the result of the expression is a valid CSS3 color.\nOnly applicable when `\"mode\": \"byExpression\"`.",
|
|
@@ -85,8 +82,7 @@
|
|
|
85
82
|
{
|
|
86
83
|
"type": "ValueExpression"
|
|
87
84
|
}
|
|
88
|
-
]
|
|
89
|
-
"type": "any"
|
|
85
|
+
]
|
|
90
86
|
},
|
|
91
87
|
"measureMin": {
|
|
92
88
|
"description": "Set the min value for the color range.\nOnly applicable if `\"autoMinMax\": false`.",
|
|
@@ -99,8 +95,7 @@
|
|
|
99
95
|
{
|
|
100
96
|
"type": "ValueExpression"
|
|
101
97
|
}
|
|
102
|
-
]
|
|
103
|
-
"type": "any"
|
|
98
|
+
]
|
|
104
99
|
},
|
|
105
100
|
"measureScheme": {
|
|
106
101
|
"description": "Color scheme when `\"mode\": \"byMeasure\"`. Can be one of:\n* `sg`: (sequential gradient) the transition between the different color groups is made using different shades of colors. High measure values have darker hues\n* `sc`: (sequential classes) the transition between the different color groups is made using distinctly different colors.\n* `dg`: (diverging gradient) used when working with data that is ordered from low to high, for instance, to show the relationship between different areas on a map. Low and high values have dark colors, mid-range colors are light.\n* `dc`: (diverging classes) can be seen as two sequential classes combined, with the mid-range shared. The two extremes, high and low, are emphasized with dark colors with contrasting hues, and the mid-range critical values are emphasized with light colors.",
|
|
@@ -123,8 +118,7 @@
|
|
|
123
118
|
"kind": "literal",
|
|
124
119
|
"value": "'dc'"
|
|
125
120
|
}
|
|
126
|
-
]
|
|
127
|
-
"type": "string"
|
|
121
|
+
]
|
|
128
122
|
},
|
|
129
123
|
"mode": {
|
|
130
124
|
"description": "Sets the coloring mode for the visualization when auto-coloring has been switched off (`\"auto\": false`). Can be one of:\n* `primary`: a single color (by default blue) is used for all items in the chart. In visualizations that do not benefit from multiple colors (bar charts with one dimension and scatter plots), single color is the default setting.\n* `byDimension`: coloring is based upon the amount of dimension values. Details are set in the `\"byDimDef\"` property.\n!Note: `byDimension` can only be used in conjunction with an attribute dimension on the dimension to color by, as shown in the example below.\n```json\n{\n \"qDef\": {\n \"qFieldDefs\": [\n \"NetScoreName\"\n ]\n },\n \"qAttributeDimensions\": [\n {\n \"qDef\": \"NetScoreName\",\n \"id\": \"colorByAlternative\",\n \"label\": \"Year\"\n }\n ]\n}\n```\n* `byExpression`: coloring is based on an expression, which in most cases is a color code. Details are set in the `\"expressionIsColor\"`, `\"expressionLabel`\" and `\"colorExpression\"` properties.\n* `byMeasure`: coloring is based on the measure value. Details are set in the `\"byMeasureDef\"` property.\n* `byMultiple`: can be used when more than one measure is used. By default, 12 colors are used for the dimensions. The colors are reused when there are more than 12 dimension values.",
|
|
@@ -151,8 +145,7 @@
|
|
|
151
145
|
"kind": "literal",
|
|
152
146
|
"value": "'byMultiple'"
|
|
153
147
|
}
|
|
154
|
-
]
|
|
155
|
-
"type": "string"
|
|
148
|
+
]
|
|
156
149
|
},
|
|
157
150
|
"paletteColor": {
|
|
158
151
|
"description": "The paletteColor object is used to define the color when you color by single color `(\"mode\": \"primary\")`.",
|
|
@@ -186,8 +179,7 @@
|
|
|
186
179
|
"kind": "literal",
|
|
187
180
|
"value": "'measure'"
|
|
188
181
|
}
|
|
189
|
-
]
|
|
190
|
-
"type": "string"
|
|
182
|
+
]
|
|
191
183
|
},
|
|
192
184
|
"useDimColVal": {
|
|
193
185
|
"description": "Set to true if you want to apply the colors defined for library dimensions when used.\nOnly applicable if `'colorMode': 'byDimension'`.",
|
|
@@ -197,10 +189,10 @@
|
|
|
197
189
|
"useMeasureGradient": {
|
|
198
190
|
"description": "Set to true if you want to apply the colors defined for library measures when used. Only applicable if `\"mode\": \"byMeasure\"`.",
|
|
199
191
|
"defaultValue": true,
|
|
200
|
-
"
|
|
201
|
-
"value": true
|
|
192
|
+
"type": "boolean"
|
|
202
193
|
}
|
|
203
|
-
}
|
|
194
|
+
},
|
|
195
|
+
"kind": "object"
|
|
204
196
|
},
|
|
205
197
|
"components": {
|
|
206
198
|
"description": "Styling of chart components.",
|
|
@@ -211,7 +203,6 @@
|
|
|
211
203
|
},
|
|
212
204
|
"dataPoint": {
|
|
213
205
|
"description": "Data point settings.",
|
|
214
|
-
"kind": "object",
|
|
215
206
|
"entries": {
|
|
216
207
|
"show": {
|
|
217
208
|
"description": "Show line series data points.",
|
|
@@ -228,11 +219,11 @@
|
|
|
228
219
|
"defaultValue": false,
|
|
229
220
|
"type": "boolean"
|
|
230
221
|
}
|
|
231
|
-
}
|
|
222
|
+
},
|
|
223
|
+
"kind": "object"
|
|
232
224
|
},
|
|
233
225
|
"dimensionAxis": {
|
|
234
226
|
"description": "Dimension axis settings.",
|
|
235
|
-
"kind": "object",
|
|
236
227
|
"entries": {
|
|
237
228
|
"axisDisplayMode": {
|
|
238
229
|
"description": "Set to specify axis display mode (number of bars).",
|
|
@@ -251,8 +242,7 @@
|
|
|
251
242
|
"kind": "literal",
|
|
252
243
|
"value": "'max'"
|
|
253
244
|
}
|
|
254
|
-
]
|
|
255
|
-
"type": "string"
|
|
245
|
+
]
|
|
256
246
|
},
|
|
257
247
|
"continuousAuto": {
|
|
258
248
|
"description": "Continuous setting used for toggling between auto and custom setting",
|
|
@@ -272,8 +262,7 @@
|
|
|
272
262
|
"kind": "literal",
|
|
273
263
|
"value": "'far'"
|
|
274
264
|
}
|
|
275
|
-
]
|
|
276
|
-
"type": "string"
|
|
265
|
+
]
|
|
277
266
|
},
|
|
278
267
|
"label": {
|
|
279
268
|
"description": "Label orientation",
|
|
@@ -292,8 +281,7 @@
|
|
|
292
281
|
"kind": "literal",
|
|
293
282
|
"value": "'tilted'"
|
|
294
283
|
}
|
|
295
|
-
]
|
|
296
|
-
"type": "string"
|
|
284
|
+
]
|
|
297
285
|
},
|
|
298
286
|
"maxVisibleItems": {
|
|
299
287
|
"description": "Only visible when axisDisplayMode is custom.\nMax = 10000 / (numDims+numMeasures)",
|
|
@@ -306,8 +294,7 @@
|
|
|
306
294
|
{
|
|
307
295
|
"type": "ValueExpression"
|
|
308
296
|
}
|
|
309
|
-
]
|
|
310
|
-
"type": "any"
|
|
297
|
+
]
|
|
311
298
|
},
|
|
312
299
|
"show": {
|
|
313
300
|
"description": "Labels and title",
|
|
@@ -330,10 +317,10 @@
|
|
|
330
317
|
"kind": "literal",
|
|
331
318
|
"value": "'none'"
|
|
332
319
|
}
|
|
333
|
-
]
|
|
334
|
-
"type": "string"
|
|
320
|
+
]
|
|
335
321
|
}
|
|
336
|
-
}
|
|
322
|
+
},
|
|
323
|
+
"kind": "object"
|
|
337
324
|
},
|
|
338
325
|
"footnote": {
|
|
339
326
|
"description": "Visualization footnote.",
|
|
@@ -347,12 +334,10 @@
|
|
|
347
334
|
{
|
|
348
335
|
"type": "StringExpression"
|
|
349
336
|
}
|
|
350
|
-
]
|
|
351
|
-
"type": "any"
|
|
337
|
+
]
|
|
352
338
|
},
|
|
353
339
|
"legend": {
|
|
354
340
|
"description": "Legend settings.",
|
|
355
|
-
"kind": "object",
|
|
356
341
|
"entries": {
|
|
357
342
|
"dock": {
|
|
358
343
|
"description": "Sets the legend position.",
|
|
@@ -379,8 +364,7 @@
|
|
|
379
364
|
"kind": "literal",
|
|
380
365
|
"value": "'top'"
|
|
381
366
|
}
|
|
382
|
-
]
|
|
383
|
-
"type": "string"
|
|
367
|
+
]
|
|
384
368
|
},
|
|
385
369
|
"show": {
|
|
386
370
|
"description": "Set to show the legend.",
|
|
@@ -392,7 +376,8 @@
|
|
|
392
376
|
"defaultValue": true,
|
|
393
377
|
"type": "boolean"
|
|
394
378
|
}
|
|
395
|
-
}
|
|
379
|
+
},
|
|
380
|
+
"kind": "object"
|
|
396
381
|
},
|
|
397
382
|
"measureAxes": {
|
|
398
383
|
"description": "Measure axes settings. Must be an array with 2 measureAxis objects.",
|
|
@@ -419,8 +404,7 @@
|
|
|
419
404
|
"kind": "literal",
|
|
420
405
|
"value": "'zero'"
|
|
421
406
|
}
|
|
422
|
-
]
|
|
423
|
-
"type": "string"
|
|
407
|
+
]
|
|
424
408
|
},
|
|
425
409
|
"orientation": {
|
|
426
410
|
"description": "Chart orientation setting.\nIf vertical, the dimension axis can only be docked on bottom or top and measure axis on left or right.\nIf horizontal, the dimension axis can only be docked on left or right and measure axis on bottom or top.",
|
|
@@ -435,8 +419,7 @@
|
|
|
435
419
|
"kind": "literal",
|
|
436
420
|
"value": "'horizontal'"
|
|
437
421
|
}
|
|
438
|
-
]
|
|
439
|
-
"type": "string"
|
|
422
|
+
]
|
|
440
423
|
},
|
|
441
424
|
"preferContinuousAxis": {
|
|
442
425
|
"description": "Chart axis setting to control preference of scale on a dimensional axis.\nIf true, the scale along the dimensional axis will be continuous if\nthe data supports it, discrete otherwise.",
|
|
@@ -480,7 +463,6 @@
|
|
|
480
463
|
},
|
|
481
464
|
"refLine": {
|
|
482
465
|
"description": "Reference lines settings",
|
|
483
|
-
"kind": "object",
|
|
484
466
|
"entries": {
|
|
485
467
|
"dimRefLines": {
|
|
486
468
|
"description": "Array of dimension based reference line definitions",
|
|
@@ -503,7 +485,8 @@
|
|
|
503
485
|
"type": "#/definitions/refLine"
|
|
504
486
|
}
|
|
505
487
|
}
|
|
506
|
-
}
|
|
488
|
+
},
|
|
489
|
+
"kind": "object"
|
|
507
490
|
},
|
|
508
491
|
"scrollStartPos": {
|
|
509
492
|
"description": "Scroll Alignment. Decides if the scroll starts at the beginning or end of the data.\nWhere 0 means at the beginning and 1 at the end.",
|
|
@@ -533,8 +516,7 @@
|
|
|
533
516
|
{
|
|
534
517
|
"type": "StringExpression"
|
|
535
518
|
}
|
|
536
|
-
]
|
|
537
|
-
"type": "any"
|
|
519
|
+
]
|
|
538
520
|
},
|
|
539
521
|
"title": {
|
|
540
522
|
"description": "Visualization title.",
|
|
@@ -548,12 +530,10 @@
|
|
|
548
530
|
{
|
|
549
531
|
"type": "StringExpression"
|
|
550
532
|
}
|
|
551
|
-
]
|
|
552
|
-
"type": "any"
|
|
533
|
+
]
|
|
553
534
|
},
|
|
554
535
|
"tooltip": {
|
|
555
536
|
"description": "Custom tooltip properties",
|
|
556
|
-
"kind": "object",
|
|
557
537
|
"entries": {
|
|
558
538
|
"auto": {
|
|
559
539
|
"description": "Toggle for using custom tooltip or regular tooltip",
|
|
@@ -577,8 +557,7 @@
|
|
|
577
557
|
{
|
|
578
558
|
"type": "StringExpression"
|
|
579
559
|
}
|
|
580
|
-
]
|
|
581
|
-
"type": "any"
|
|
560
|
+
]
|
|
582
561
|
},
|
|
583
562
|
"hideBasic": {
|
|
584
563
|
"description": "Toggle for hiding basic information from custom tooltip",
|
|
@@ -605,10 +584,10 @@
|
|
|
605
584
|
{
|
|
606
585
|
"type": "StringExpression"
|
|
607
586
|
}
|
|
608
|
-
]
|
|
609
|
-
"type": "any"
|
|
587
|
+
]
|
|
610
588
|
}
|
|
611
|
-
}
|
|
589
|
+
},
|
|
590
|
+
"kind": "object"
|
|
612
591
|
},
|
|
613
592
|
"version": {
|
|
614
593
|
"description": "Current version of this generic object definition.",
|
|
@@ -622,26 +601,26 @@
|
|
|
622
601
|
"description": "It allows you to accumulate values of your measure over one dimension.",
|
|
623
602
|
"kind": "object",
|
|
624
603
|
"entries": {
|
|
625
|
-
"type": {
|
|
626
|
-
"description": "This should be set to `\"accumulation\"`.",
|
|
627
|
-
"type": "string"
|
|
628
|
-
},
|
|
629
604
|
"fullAccumulation": {
|
|
630
605
|
"description": "Select whether the accumulation will happen on the Full range or Custom range.",
|
|
631
606
|
"type": "boolean"
|
|
632
607
|
},
|
|
633
|
-
"steps": {
|
|
634
|
-
"description": "Only applicable when `fullAccumulation` is set to `false`. The number of steps in the dimensions which form an accumulation range. Only zero and positive integers are accepted.\nNote: Sorting order of dimension values (or step order) is important and affects results.",
|
|
635
|
-
"optional": true,
|
|
636
|
-
"type": "number"
|
|
637
|
-
},
|
|
638
608
|
"showExcludedValues": {
|
|
639
609
|
"description": "Shows the excluded values (values not in the current selection) in the accumulation.",
|
|
640
610
|
"type": "boolean"
|
|
641
611
|
},
|
|
612
|
+
"type": {
|
|
613
|
+
"description": "This should be set to `\"accumulation\"`.",
|
|
614
|
+
"type": "string"
|
|
615
|
+
},
|
|
642
616
|
"disabled": {
|
|
643
617
|
"optional": true,
|
|
644
618
|
"type": "boolean"
|
|
619
|
+
},
|
|
620
|
+
"steps": {
|
|
621
|
+
"description": "Only applicable when `fullAccumulation` is set to `false`. The number of steps in the dimensions which form an accumulation range. Only zero and positive integers are accepted.\nNote: Sorting order of dimension values (or step order) is important and affects results.",
|
|
622
|
+
"optional": true,
|
|
623
|
+
"type": "number"
|
|
645
624
|
}
|
|
646
625
|
}
|
|
647
626
|
},
|
|
@@ -661,16 +640,18 @@
|
|
|
661
640
|
}
|
|
662
641
|
},
|
|
663
642
|
"AttributeExpressionProperties": {
|
|
664
|
-
"kind": "
|
|
665
|
-
"items":
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
643
|
+
"kind": "alias",
|
|
644
|
+
"items": {
|
|
645
|
+
"kind": "union",
|
|
646
|
+
"items": [
|
|
647
|
+
{
|
|
648
|
+
"type": "#/definitions/ColorAttributes"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"type": "#/definitions/CustomTooltipAttributes"
|
|
652
|
+
}
|
|
653
|
+
]
|
|
654
|
+
}
|
|
674
655
|
},
|
|
675
656
|
"Bar": {
|
|
676
657
|
"kind": "object",
|
|
@@ -711,8 +692,7 @@
|
|
|
711
692
|
"kind": "literal",
|
|
712
693
|
"value": "'large'"
|
|
713
694
|
}
|
|
714
|
-
]
|
|
715
|
-
"type": "string"
|
|
695
|
+
]
|
|
716
696
|
},
|
|
717
697
|
"width": {
|
|
718
698
|
"description": "A number greater than 0 and less than or equal to 1.",
|
|
@@ -736,16 +716,18 @@
|
|
|
736
716
|
}
|
|
737
717
|
},
|
|
738
718
|
"Component": {
|
|
739
|
-
"kind": "
|
|
740
|
-
"items":
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
719
|
+
"kind": "alias",
|
|
720
|
+
"items": {
|
|
721
|
+
"kind": "union",
|
|
722
|
+
"items": [
|
|
723
|
+
{
|
|
724
|
+
"type": "#/definitions/Line"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"type": "#/definitions/Bar"
|
|
728
|
+
}
|
|
729
|
+
]
|
|
730
|
+
}
|
|
749
731
|
},
|
|
750
732
|
"CustomTooltipAttributes": {
|
|
751
733
|
"description": "Extends `NxAttrExprDef`, see Engine API: `NxAttrExprDef`.",
|
|
@@ -772,8 +754,7 @@
|
|
|
772
754
|
"kind": "literal",
|
|
773
755
|
"value": "'customTooltipExpression'"
|
|
774
756
|
}
|
|
775
|
-
]
|
|
776
|
-
"type": "string"
|
|
757
|
+
]
|
|
777
758
|
}
|
|
778
759
|
},
|
|
779
760
|
"examples": [
|
|
@@ -803,71 +784,13 @@
|
|
|
803
784
|
"dimRefLine": {
|
|
804
785
|
"kind": "object",
|
|
805
786
|
"entries": {
|
|
806
|
-
"show": {
|
|
807
|
-
"description": "Set to true to display this reference line.",
|
|
808
|
-
"defaultValue": true,
|
|
809
|
-
"kind": "union",
|
|
810
|
-
"items": [
|
|
811
|
-
{
|
|
812
|
-
"type": "boolean"
|
|
813
|
-
},
|
|
814
|
-
{
|
|
815
|
-
"type": "ValueExpression"
|
|
816
|
-
}
|
|
817
|
-
],
|
|
818
|
-
"type": "any"
|
|
819
|
-
},
|
|
820
787
|
"label": {
|
|
821
788
|
"description": "Reference line label.",
|
|
822
789
|
"type": "string"
|
|
823
790
|
},
|
|
824
|
-
"showLabel": {
|
|
825
|
-
"description": "Set to true to show the label of this reference line.",
|
|
826
|
-
"optional": true,
|
|
827
|
-
"defaultValue": true,
|
|
828
|
-
"type": "boolean"
|
|
829
|
-
},
|
|
830
|
-
"showValue": {
|
|
831
|
-
"description": "Set to true to show the value of this reference line.",
|
|
832
|
-
"optional": true,
|
|
833
|
-
"defaultValue": true,
|
|
834
|
-
"type": "boolean"
|
|
835
|
-
},
|
|
836
791
|
"paletteColor": {
|
|
837
792
|
"type": "#/definitions/paletteColor"
|
|
838
793
|
},
|
|
839
|
-
"style": {
|
|
840
|
-
"description": "Styling settings for reference line",
|
|
841
|
-
"optional": true,
|
|
842
|
-
"type": "#/definitions/refLineStyle"
|
|
843
|
-
},
|
|
844
|
-
"coloredBackground": {
|
|
845
|
-
"description": "Set to true to fill the label and/or value of this reference line with this color",
|
|
846
|
-
"optional": true,
|
|
847
|
-
"defaultValue": false,
|
|
848
|
-
"type": "boolean"
|
|
849
|
-
},
|
|
850
|
-
"align": {
|
|
851
|
-
"description": "Set alignment for this reference line",
|
|
852
|
-
"optional": true,
|
|
853
|
-
"defaultValue": "'center'",
|
|
854
|
-
"kind": "union",
|
|
855
|
-
"items": [
|
|
856
|
-
{
|
|
857
|
-
"kind": "literal",
|
|
858
|
-
"value": "'start'"
|
|
859
|
-
},
|
|
860
|
-
{
|
|
861
|
-
"kind": "literal",
|
|
862
|
-
"value": "'center'"
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
"kind": "literal",
|
|
866
|
-
"value": "'end'"
|
|
867
|
-
}
|
|
868
|
-
],
|
|
869
|
-
"type": "string"
|
|
870
|
-
},
|
|
871
794
|
"refLineExpr": {
|
|
872
795
|
"kind": "object",
|
|
873
796
|
"entries": {
|
|
@@ -880,8 +803,7 @@
|
|
|
880
803
|
{
|
|
881
804
|
"type": "ValueExpression"
|
|
882
805
|
}
|
|
883
|
-
]
|
|
884
|
-
"type": "any"
|
|
806
|
+
]
|
|
885
807
|
},
|
|
886
808
|
"label": {
|
|
887
809
|
"optional": true,
|
|
@@ -893,8 +815,7 @@
|
|
|
893
815
|
{
|
|
894
816
|
"type": "StringExpression"
|
|
895
817
|
}
|
|
896
|
-
]
|
|
897
|
-
"type": "any"
|
|
818
|
+
]
|
|
898
819
|
},
|
|
899
820
|
"stringValue": {
|
|
900
821
|
"kind": "union",
|
|
@@ -905,10 +826,65 @@
|
|
|
905
826
|
{
|
|
906
827
|
"type": "StringExpression"
|
|
907
828
|
}
|
|
908
|
-
]
|
|
909
|
-
"type": "any"
|
|
829
|
+
]
|
|
910
830
|
}
|
|
911
831
|
}
|
|
832
|
+
},
|
|
833
|
+
"show": {
|
|
834
|
+
"description": "Set to true to display this reference line.",
|
|
835
|
+
"defaultValue": true,
|
|
836
|
+
"kind": "union",
|
|
837
|
+
"items": [
|
|
838
|
+
{
|
|
839
|
+
"type": "boolean"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"type": "ValueExpression"
|
|
843
|
+
}
|
|
844
|
+
]
|
|
845
|
+
},
|
|
846
|
+
"align": {
|
|
847
|
+
"description": "Set alignment for this reference line",
|
|
848
|
+
"optional": true,
|
|
849
|
+
"defaultValue": "'center'",
|
|
850
|
+
"kind": "union",
|
|
851
|
+
"items": [
|
|
852
|
+
{
|
|
853
|
+
"kind": "literal",
|
|
854
|
+
"value": "'start'"
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"kind": "literal",
|
|
858
|
+
"value": "'center'"
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"kind": "literal",
|
|
862
|
+
"value": "'end'"
|
|
863
|
+
}
|
|
864
|
+
]
|
|
865
|
+
},
|
|
866
|
+
"coloredBackground": {
|
|
867
|
+
"description": "Set to true to fill the label and/or value of this reference line with this color",
|
|
868
|
+
"optional": true,
|
|
869
|
+
"defaultValue": false,
|
|
870
|
+
"type": "boolean"
|
|
871
|
+
},
|
|
872
|
+
"showLabel": {
|
|
873
|
+
"description": "Set to true to show the label of this reference line.",
|
|
874
|
+
"optional": true,
|
|
875
|
+
"defaultValue": true,
|
|
876
|
+
"type": "boolean"
|
|
877
|
+
},
|
|
878
|
+
"showValue": {
|
|
879
|
+
"description": "Set to true to show the value of this reference line.",
|
|
880
|
+
"optional": true,
|
|
881
|
+
"defaultValue": true,
|
|
882
|
+
"type": "boolean"
|
|
883
|
+
},
|
|
884
|
+
"style": {
|
|
885
|
+
"description": "Styling settings for reference line",
|
|
886
|
+
"optional": true,
|
|
887
|
+
"type": "#/definitions/refLineStyle"
|
|
912
888
|
}
|
|
913
889
|
}
|
|
914
890
|
},
|
|
@@ -916,14 +892,6 @@
|
|
|
916
892
|
"description": "Image component information structure.",
|
|
917
893
|
"kind": "object",
|
|
918
894
|
"entries": {
|
|
919
|
-
"type": {
|
|
920
|
-
"description": "Input type as 'url' or 'media library'",
|
|
921
|
-
"type": "string"
|
|
922
|
-
},
|
|
923
|
-
"size": {
|
|
924
|
-
"description": "Size as 'small','medium','large' or 'original'",
|
|
925
|
-
"type": "string"
|
|
926
|
-
},
|
|
927
895
|
"cId": {
|
|
928
896
|
"description": "Identifier of the image component - used as a link with an attribute expression",
|
|
929
897
|
"type": "string"
|
|
@@ -941,8 +909,15 @@
|
|
|
941
909
|
{
|
|
942
910
|
"type": "#/definitions/MediaLibraryRef"
|
|
943
911
|
}
|
|
944
|
-
]
|
|
945
|
-
|
|
912
|
+
]
|
|
913
|
+
},
|
|
914
|
+
"size": {
|
|
915
|
+
"description": "Size as 'small','medium','large' or 'original'",
|
|
916
|
+
"type": "string"
|
|
917
|
+
},
|
|
918
|
+
"type": {
|
|
919
|
+
"description": "Input type as 'url' or 'media library'",
|
|
920
|
+
"type": "string"
|
|
946
921
|
}
|
|
947
922
|
}
|
|
948
923
|
},
|
|
@@ -955,16 +930,6 @@
|
|
|
955
930
|
],
|
|
956
931
|
"kind": "object",
|
|
957
932
|
"entries": {
|
|
958
|
-
"autoSort": {
|
|
959
|
-
"description": "Set to automatically sort the dimension.",
|
|
960
|
-
"optional": true,
|
|
961
|
-
"type": "boolean"
|
|
962
|
-
},
|
|
963
|
-
"cId": {
|
|
964
|
-
"description": "ID used by the Qlik Sense. Must be unique within the current chart.",
|
|
965
|
-
"optional": true,
|
|
966
|
-
"type": "string"
|
|
967
|
-
},
|
|
968
933
|
"othersLabel": {
|
|
969
934
|
"kind": "union",
|
|
970
935
|
"items": [
|
|
@@ -974,8 +939,17 @@
|
|
|
974
939
|
{
|
|
975
940
|
"type": "StringExpression"
|
|
976
941
|
}
|
|
977
|
-
]
|
|
978
|
-
|
|
942
|
+
]
|
|
943
|
+
},
|
|
944
|
+
"autoSort": {
|
|
945
|
+
"description": "Set to automatically sort the dimension.",
|
|
946
|
+
"optional": true,
|
|
947
|
+
"type": "boolean"
|
|
948
|
+
},
|
|
949
|
+
"cId": {
|
|
950
|
+
"description": "ID used by the Qlik Sense. Must be unique within the current chart.",
|
|
951
|
+
"optional": true,
|
|
952
|
+
"type": "string"
|
|
979
953
|
}
|
|
980
954
|
}
|
|
981
955
|
},
|
|
@@ -988,24 +962,6 @@
|
|
|
988
962
|
],
|
|
989
963
|
"kind": "object",
|
|
990
964
|
"entries": {
|
|
991
|
-
"autoSort": {
|
|
992
|
-
"description": "Set to automatically sort the measure.",
|
|
993
|
-
"optional": true,
|
|
994
|
-
"type": "boolean"
|
|
995
|
-
},
|
|
996
|
-
"cId": {
|
|
997
|
-
"description": "ID used by the Qlik Sense. Must be unique within the current chart.",
|
|
998
|
-
"optional": true,
|
|
999
|
-
"type": "string"
|
|
1000
|
-
},
|
|
1001
|
-
"modifiers": {
|
|
1002
|
-
"description": "Set to apply a modifier to a measure.",
|
|
1003
|
-
"optional": true,
|
|
1004
|
-
"kind": "array",
|
|
1005
|
-
"items": {
|
|
1006
|
-
"type": "#/definitions/Modifier"
|
|
1007
|
-
}
|
|
1008
|
-
},
|
|
1009
965
|
"isCustomFormatted": {
|
|
1010
966
|
"description": "Set to true to toggle off the default client formatting.",
|
|
1011
967
|
"type": "boolean"
|
|
@@ -1024,18 +980,40 @@
|
|
|
1024
980
|
{
|
|
1025
981
|
"type": "StringExpression"
|
|
1026
982
|
}
|
|
1027
|
-
]
|
|
1028
|
-
"type": "any"
|
|
983
|
+
]
|
|
1029
984
|
},
|
|
1030
|
-
"
|
|
1031
|
-
"description": "Set to
|
|
985
|
+
"autoSort": {
|
|
986
|
+
"description": "Set to automatically sort the measure.",
|
|
1032
987
|
"optional": true,
|
|
1033
|
-
"type": "
|
|
988
|
+
"type": "boolean"
|
|
989
|
+
},
|
|
990
|
+
"cId": {
|
|
991
|
+
"description": "ID used by the Qlik Sense. Must be unique within the current chart.",
|
|
992
|
+
"optional": true,
|
|
993
|
+
"type": "string"
|
|
1034
994
|
},
|
|
1035
995
|
"color": {
|
|
1036
996
|
"description": "Set to define color for this measure",
|
|
1037
997
|
"optional": true,
|
|
1038
998
|
"type": "#/definitions/MeasureColor"
|
|
999
|
+
},
|
|
1000
|
+
"modifiers": {
|
|
1001
|
+
"description": "Set to apply a modifier to a measure.",
|
|
1002
|
+
"optional": true,
|
|
1003
|
+
"kind": "union",
|
|
1004
|
+
"items": [
|
|
1005
|
+
{
|
|
1006
|
+
"kind": "array",
|
|
1007
|
+
"items": {
|
|
1008
|
+
"type": "#/definitions/Modifier"
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1011
|
+
]
|
|
1012
|
+
},
|
|
1013
|
+
"series": {
|
|
1014
|
+
"description": "Set to define type of series and series options",
|
|
1015
|
+
"optional": true,
|
|
1016
|
+
"type": "#/definitions/Series"
|
|
1039
1017
|
}
|
|
1040
1018
|
}
|
|
1041
1019
|
},
|
|
@@ -1071,8 +1049,7 @@
|
|
|
1071
1049
|
"kind": "literal",
|
|
1072
1050
|
"value": "'monotone'"
|
|
1073
1051
|
}
|
|
1074
|
-
]
|
|
1075
|
-
"type": "string"
|
|
1052
|
+
]
|
|
1076
1053
|
},
|
|
1077
1054
|
"lineThickness": {
|
|
1078
1055
|
"description": "Set to specify line thickness. Can be set from 1 to 5.",
|
|
@@ -1091,8 +1068,7 @@
|
|
|
1091
1068
|
"kind": "literal",
|
|
1092
1069
|
"value": "'dashed'"
|
|
1093
1070
|
}
|
|
1094
|
-
]
|
|
1095
|
-
"type": "string"
|
|
1071
|
+
]
|
|
1096
1072
|
}
|
|
1097
1073
|
}
|
|
1098
1074
|
},
|
|
@@ -1100,13 +1076,13 @@
|
|
|
1100
1076
|
"description": "Chart component information structure.",
|
|
1101
1077
|
"kind": "object",
|
|
1102
1078
|
"entries": {
|
|
1103
|
-
"style": {
|
|
1104
|
-
"description": "Object containing the styles of the chart such as 'size'",
|
|
1105
|
-
"type": "#/definitions/MasterVisualizationChartStyle"
|
|
1106
|
-
},
|
|
1107
1079
|
"object": {
|
|
1108
1080
|
"description": "Object containing the information fo the visualization, such as refId in case of master visualization",
|
|
1109
1081
|
"type": "#/definitions/MasterVisualizationChartObject"
|
|
1082
|
+
},
|
|
1083
|
+
"style": {
|
|
1084
|
+
"description": "Object containing the styles of the chart such as 'size'",
|
|
1085
|
+
"type": "#/definitions/MasterVisualizationChartStyle"
|
|
1110
1086
|
}
|
|
1111
1087
|
}
|
|
1112
1088
|
},
|
|
@@ -1133,53 +1109,53 @@
|
|
|
1133
1109
|
"measureAxis": {
|
|
1134
1110
|
"kind": "object",
|
|
1135
1111
|
"entries": {
|
|
1136
|
-
"
|
|
1137
|
-
"description": "
|
|
1138
|
-
"optional": true,
|
|
1139
|
-
"defaultValue": "\"all\"",
|
|
1112
|
+
"max": {
|
|
1113
|
+
"description": "Axis max value. `\"autoMinMax\"` must be set to false and `\"minMax\"` must be set to `\"max\"` or `\"minMax\"` to use this property",
|
|
1140
1114
|
"kind": "union",
|
|
1141
1115
|
"items": [
|
|
1142
1116
|
{
|
|
1143
|
-
"
|
|
1144
|
-
"value": "'all'"
|
|
1117
|
+
"type": "number"
|
|
1145
1118
|
},
|
|
1119
|
+
{
|
|
1120
|
+
"type": "ValueExpression"
|
|
1121
|
+
}
|
|
1122
|
+
]
|
|
1123
|
+
},
|
|
1124
|
+
"min": {
|
|
1125
|
+
"description": "Axis min value. `\"autoMinMax\"` must be set to false and `\"minMax\"` must be set to `\"min\"` or `\"minMax\"` to use this property",
|
|
1126
|
+
"kind": "union",
|
|
1127
|
+
"items": [
|
|
1146
1128
|
{
|
|
1147
1129
|
"kind": "literal",
|
|
1148
|
-
"value": "'
|
|
1130
|
+
"value": "'min'"
|
|
1149
1131
|
},
|
|
1150
1132
|
{
|
|
1151
1133
|
"kind": "literal",
|
|
1152
|
-
"value": "'
|
|
1134
|
+
"value": "'max'"
|
|
1153
1135
|
},
|
|
1154
1136
|
{
|
|
1155
1137
|
"kind": "literal",
|
|
1156
|
-
"value": "'
|
|
1138
|
+
"value": "'minMax'"
|
|
1157
1139
|
}
|
|
1158
|
-
]
|
|
1159
|
-
"type": "string"
|
|
1140
|
+
]
|
|
1160
1141
|
},
|
|
1161
|
-
"
|
|
1162
|
-
"description": "
|
|
1163
|
-
"optional": true,
|
|
1164
|
-
"defaultValue": "\"near\"",
|
|
1142
|
+
"minMax": {
|
|
1143
|
+
"description": "Set custom max/min",
|
|
1165
1144
|
"kind": "union",
|
|
1166
1145
|
"items": [
|
|
1167
1146
|
{
|
|
1168
1147
|
"kind": "literal",
|
|
1169
|
-
"value": "'
|
|
1148
|
+
"value": "'min'"
|
|
1170
1149
|
},
|
|
1171
1150
|
{
|
|
1172
1151
|
"kind": "literal",
|
|
1173
|
-
"value": "'
|
|
1152
|
+
"value": "'max'"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"kind": "literal",
|
|
1156
|
+
"value": "'minMax'"
|
|
1174
1157
|
}
|
|
1175
|
-
]
|
|
1176
|
-
"type": "string"
|
|
1177
|
-
},
|
|
1178
|
-
"spacing": {
|
|
1179
|
-
"description": "Axis scale",
|
|
1180
|
-
"optional": true,
|
|
1181
|
-
"defaultValue": 1,
|
|
1182
|
-
"type": "number"
|
|
1158
|
+
]
|
|
1183
1159
|
},
|
|
1184
1160
|
"autoMinMax": {
|
|
1185
1161
|
"description": "Automatic max/min",
|
|
@@ -1187,50 +1163,51 @@
|
|
|
1187
1163
|
"defaultValue": true,
|
|
1188
1164
|
"type": "boolean"
|
|
1189
1165
|
},
|
|
1190
|
-
"
|
|
1191
|
-
"description": "
|
|
1166
|
+
"dock": {
|
|
1167
|
+
"description": "Axis docking position",
|
|
1168
|
+
"optional": true,
|
|
1169
|
+
"defaultValue": "\"near\"",
|
|
1192
1170
|
"kind": "union",
|
|
1193
1171
|
"items": [
|
|
1194
1172
|
{
|
|
1195
1173
|
"kind": "literal",
|
|
1196
|
-
"value": "'
|
|
1197
|
-
},
|
|
1198
|
-
{
|
|
1199
|
-
"kind": "literal",
|
|
1200
|
-
"value": "'max'"
|
|
1174
|
+
"value": "'near'"
|
|
1201
1175
|
},
|
|
1202
1176
|
{
|
|
1203
1177
|
"kind": "literal",
|
|
1204
|
-
"value": "'
|
|
1178
|
+
"value": "'far'"
|
|
1205
1179
|
}
|
|
1206
|
-
]
|
|
1207
|
-
"type": "string"
|
|
1180
|
+
]
|
|
1208
1181
|
},
|
|
1209
|
-
"
|
|
1210
|
-
"description": "
|
|
1182
|
+
"show": {
|
|
1183
|
+
"description": "Labels and title",
|
|
1184
|
+
"optional": true,
|
|
1185
|
+
"defaultValue": "\"all\"",
|
|
1211
1186
|
"kind": "union",
|
|
1212
1187
|
"items": [
|
|
1213
1188
|
{
|
|
1214
|
-
"
|
|
1189
|
+
"kind": "literal",
|
|
1190
|
+
"value": "'all'"
|
|
1215
1191
|
},
|
|
1216
1192
|
{
|
|
1217
|
-
"
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
"type": "any"
|
|
1221
|
-
},
|
|
1222
|
-
"max": {
|
|
1223
|
-
"description": "Axis max value. `\"autoMinMax\"` must be set to false and `\"minMax\"` must be set to `\"max\"` or `\"minMax\"` to use this property",
|
|
1224
|
-
"kind": "union",
|
|
1225
|
-
"items": [
|
|
1193
|
+
"kind": "literal",
|
|
1194
|
+
"value": "'labels'"
|
|
1195
|
+
},
|
|
1226
1196
|
{
|
|
1227
|
-
"
|
|
1197
|
+
"kind": "literal",
|
|
1198
|
+
"value": "'title'"
|
|
1228
1199
|
},
|
|
1229
1200
|
{
|
|
1230
|
-
"
|
|
1201
|
+
"kind": "literal",
|
|
1202
|
+
"value": "'none'"
|
|
1231
1203
|
}
|
|
1232
|
-
]
|
|
1233
|
-
|
|
1204
|
+
]
|
|
1205
|
+
},
|
|
1206
|
+
"spacing": {
|
|
1207
|
+
"description": "Axis scale",
|
|
1208
|
+
"optional": true,
|
|
1209
|
+
"defaultValue": 1,
|
|
1210
|
+
"type": "number"
|
|
1234
1211
|
}
|
|
1235
1212
|
}
|
|
1236
1213
|
},
|
|
@@ -1238,11 +1215,6 @@
|
|
|
1238
1215
|
"description": "Series information that defines the type of series and how it is represented.",
|
|
1239
1216
|
"kind": "object",
|
|
1240
1217
|
"entries": {
|
|
1241
|
-
"on": {
|
|
1242
|
-
"description": "Set if the color settings should be used",
|
|
1243
|
-
"defaultValue": false,
|
|
1244
|
-
"type": "boolean"
|
|
1245
|
-
},
|
|
1246
1218
|
"mode": {
|
|
1247
1219
|
"description": "Sets the coloring mode for the measure when coloring has been switched on Can be one of:\n* `primary`: a single color (by default blue) is used. single color is the default setting.\n* `byExpression`: coloring is based on an expression. The expression are set in the `\"colorExpression\"` property.",
|
|
1248
1220
|
"defaultValue": "\"primary\"",
|
|
@@ -1256,8 +1228,12 @@
|
|
|
1256
1228
|
"kind": "literal",
|
|
1257
1229
|
"value": "'byExpression'"
|
|
1258
1230
|
}
|
|
1259
|
-
]
|
|
1260
|
-
|
|
1231
|
+
]
|
|
1232
|
+
},
|
|
1233
|
+
"on": {
|
|
1234
|
+
"description": "Set if the color settings should be used",
|
|
1235
|
+
"defaultValue": false,
|
|
1236
|
+
"type": "boolean"
|
|
1261
1237
|
},
|
|
1262
1238
|
"paletteColor": {
|
|
1263
1239
|
"description": "index: 6 } The paletteColor object is used to define the color when you color by single color `(\"mode\": \"primary\")`.",
|
|
@@ -1302,7 +1278,10 @@
|
|
|
1302
1278
|
}
|
|
1303
1279
|
},
|
|
1304
1280
|
"Modifier": {
|
|
1305
|
-
"
|
|
1281
|
+
"kind": "alias",
|
|
1282
|
+
"items": {
|
|
1283
|
+
"type": "#/definitions/Accumulation"
|
|
1284
|
+
}
|
|
1306
1285
|
},
|
|
1307
1286
|
"paletteColor": {
|
|
1308
1287
|
"description": "Color information structure. Holds the actual color and index in palette.",
|
|
@@ -1331,50 +1310,13 @@
|
|
|
1331
1310
|
"refLine": {
|
|
1332
1311
|
"kind": "object",
|
|
1333
1312
|
"entries": {
|
|
1334
|
-
"show": {
|
|
1335
|
-
"description": "Set to true to display this reference line.",
|
|
1336
|
-
"defaultValue": true,
|
|
1337
|
-
"kind": "union",
|
|
1338
|
-
"items": [
|
|
1339
|
-
{
|
|
1340
|
-
"type": "boolean"
|
|
1341
|
-
},
|
|
1342
|
-
{
|
|
1343
|
-
"type": "ValueExpression"
|
|
1344
|
-
}
|
|
1345
|
-
],
|
|
1346
|
-
"type": "any"
|
|
1347
|
-
},
|
|
1348
1313
|
"label": {
|
|
1349
1314
|
"description": "Reference line label.",
|
|
1350
1315
|
"type": "string"
|
|
1351
1316
|
},
|
|
1352
|
-
"showLabel": {
|
|
1353
|
-
"description": "Set to true to show the label of this reference line.",
|
|
1354
|
-
"optional": true,
|
|
1355
|
-
"defaultValue": true,
|
|
1356
|
-
"type": "boolean"
|
|
1357
|
-
},
|
|
1358
|
-
"showValue": {
|
|
1359
|
-
"description": "Set to true to show the value of this reference line.",
|
|
1360
|
-
"optional": true,
|
|
1361
|
-
"defaultValue": true,
|
|
1362
|
-
"type": "boolean"
|
|
1363
|
-
},
|
|
1364
1317
|
"paletteColor": {
|
|
1365
1318
|
"type": "#/definitions/paletteColor"
|
|
1366
1319
|
},
|
|
1367
|
-
"style": {
|
|
1368
|
-
"description": "Styling settings for reference line",
|
|
1369
|
-
"optional": true,
|
|
1370
|
-
"type": "#/definitions/refLineStyle"
|
|
1371
|
-
},
|
|
1372
|
-
"coloredBackground": {
|
|
1373
|
-
"description": "Set to true to fill the label and/or value of this reference line with this color",
|
|
1374
|
-
"optional": true,
|
|
1375
|
-
"defaultValue": false,
|
|
1376
|
-
"type": "boolean"
|
|
1377
|
-
},
|
|
1378
1320
|
"refLineExpr": {
|
|
1379
1321
|
"kind": "object",
|
|
1380
1322
|
"entries": {
|
|
@@ -1387,8 +1329,7 @@
|
|
|
1387
1329
|
{
|
|
1388
1330
|
"type": "ValueExpression"
|
|
1389
1331
|
}
|
|
1390
|
-
]
|
|
1391
|
-
"type": "any"
|
|
1332
|
+
]
|
|
1392
1333
|
},
|
|
1393
1334
|
"label": {
|
|
1394
1335
|
"optional": true,
|
|
@@ -1400,10 +1341,45 @@
|
|
|
1400
1341
|
{
|
|
1401
1342
|
"type": "StringExpression"
|
|
1402
1343
|
}
|
|
1403
|
-
]
|
|
1404
|
-
"type": "any"
|
|
1344
|
+
]
|
|
1405
1345
|
}
|
|
1406
1346
|
}
|
|
1347
|
+
},
|
|
1348
|
+
"show": {
|
|
1349
|
+
"description": "Set to true to display this reference line.",
|
|
1350
|
+
"defaultValue": true,
|
|
1351
|
+
"kind": "union",
|
|
1352
|
+
"items": [
|
|
1353
|
+
{
|
|
1354
|
+
"type": "boolean"
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"type": "ValueExpression"
|
|
1358
|
+
}
|
|
1359
|
+
]
|
|
1360
|
+
},
|
|
1361
|
+
"coloredBackground": {
|
|
1362
|
+
"description": "Set to true to fill the label and/or value of this reference line with this color",
|
|
1363
|
+
"optional": true,
|
|
1364
|
+
"defaultValue": false,
|
|
1365
|
+
"type": "boolean"
|
|
1366
|
+
},
|
|
1367
|
+
"showLabel": {
|
|
1368
|
+
"description": "Set to true to show the label of this reference line.",
|
|
1369
|
+
"optional": true,
|
|
1370
|
+
"defaultValue": true,
|
|
1371
|
+
"type": "boolean"
|
|
1372
|
+
},
|
|
1373
|
+
"showValue": {
|
|
1374
|
+
"description": "Set to true to show the value of this reference line.",
|
|
1375
|
+
"optional": true,
|
|
1376
|
+
"defaultValue": true,
|
|
1377
|
+
"type": "boolean"
|
|
1378
|
+
},
|
|
1379
|
+
"style": {
|
|
1380
|
+
"description": "Styling settings for reference line",
|
|
1381
|
+
"optional": true,
|
|
1382
|
+
"type": "#/definitions/refLineStyle"
|
|
1407
1383
|
}
|
|
1408
1384
|
}
|
|
1409
1385
|
},
|
|
@@ -1429,47 +1405,45 @@
|
|
|
1429
1405
|
"description": "Series information that defines the type of series and how it is represented.",
|
|
1430
1406
|
"kind": "object",
|
|
1431
1407
|
"entries": {
|
|
1432
|
-
"
|
|
1433
|
-
"description": "Set
|
|
1408
|
+
"options": {
|
|
1409
|
+
"description": "Set options specific for a series.",
|
|
1410
|
+
"type": "#/definitions/SeriesMarkerOptions"
|
|
1411
|
+
},
|
|
1412
|
+
"axis": {
|
|
1413
|
+
"description": "Set which axes the series should be represented on. 0 for primary axis and 1 for secondary axis. Defaults to primary with less than 2 measure, otherwise secondary axis.",
|
|
1434
1414
|
"optional": true,
|
|
1435
|
-
"defaultValue":
|
|
1415
|
+
"defaultValue": 0,
|
|
1436
1416
|
"kind": "union",
|
|
1437
1417
|
"items": [
|
|
1438
1418
|
{
|
|
1439
1419
|
"kind": "literal",
|
|
1440
|
-
"value":
|
|
1441
|
-
},
|
|
1442
|
-
{
|
|
1443
|
-
"kind": "literal",
|
|
1444
|
-
"value": "'line'"
|
|
1420
|
+
"value": 0
|
|
1445
1421
|
},
|
|
1446
1422
|
{
|
|
1447
1423
|
"kind": "literal",
|
|
1448
|
-
"value":
|
|
1424
|
+
"value": 1
|
|
1449
1425
|
}
|
|
1450
|
-
]
|
|
1451
|
-
"type": "string"
|
|
1426
|
+
]
|
|
1452
1427
|
},
|
|
1453
|
-
"
|
|
1454
|
-
"description": "Set
|
|
1428
|
+
"type": {
|
|
1429
|
+
"description": "Set the type of series. Defaults to 'bar' with less than 2 measure, otherwise 'line'.",
|
|
1455
1430
|
"optional": true,
|
|
1456
|
-
"defaultValue":
|
|
1431
|
+
"defaultValue": "\"bar\"",
|
|
1457
1432
|
"kind": "union",
|
|
1458
1433
|
"items": [
|
|
1459
1434
|
{
|
|
1460
1435
|
"kind": "literal",
|
|
1461
|
-
"value":
|
|
1436
|
+
"value": "'bar'"
|
|
1462
1437
|
},
|
|
1463
1438
|
{
|
|
1464
1439
|
"kind": "literal",
|
|
1465
|
-
"value":
|
|
1440
|
+
"value": "'line'"
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"kind": "literal",
|
|
1444
|
+
"value": "'marker'"
|
|
1466
1445
|
}
|
|
1467
|
-
]
|
|
1468
|
-
"type": "number"
|
|
1469
|
-
},
|
|
1470
|
-
"options": {
|
|
1471
|
-
"description": "Set options specific for a series.",
|
|
1472
|
-
"type": "#/definitions/SeriesMarkerOptions"
|
|
1446
|
+
]
|
|
1473
1447
|
}
|
|
1474
1448
|
}
|
|
1475
1449
|
},
|
|
@@ -1477,6 +1451,12 @@
|
|
|
1477
1451
|
"description": "Series options for the Marker type.",
|
|
1478
1452
|
"kind": "object",
|
|
1479
1453
|
"entries": {
|
|
1454
|
+
"fill": {
|
|
1455
|
+
"description": "Set to true if the marker should be filled with a color. If false, only stroke of the marker is rendered.",
|
|
1456
|
+
"optional": true,
|
|
1457
|
+
"defaultValue": true,
|
|
1458
|
+
"type": "boolean"
|
|
1459
|
+
},
|
|
1480
1460
|
"type": {
|
|
1481
1461
|
"description": "Set the type of marker.",
|
|
1482
1462
|
"optional": true,
|
|
@@ -1503,14 +1483,7 @@
|
|
|
1503
1483
|
"kind": "literal",
|
|
1504
1484
|
"value": "'rect'"
|
|
1505
1485
|
}
|
|
1506
|
-
]
|
|
1507
|
-
"type": "string"
|
|
1508
|
-
},
|
|
1509
|
-
"fill": {
|
|
1510
|
-
"description": "Set to true if the marker should be filled with a color. If false, only stroke of the marker is rendered.",
|
|
1511
|
-
"optional": true,
|
|
1512
|
-
"defaultValue": true,
|
|
1513
|
-
"type": "boolean"
|
|
1486
|
+
]
|
|
1514
1487
|
}
|
|
1515
1488
|
}
|
|
1516
1489
|
}
|