@luzmo/dashboard-contents-types 1.0.6 → 1.0.7
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/CHANGELOG.md +6 -0
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +106 -490
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +102 -2552
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +101 -486
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +17 -13
- package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +103 -2553
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +101 -486
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +101 -486
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +21 -16
- package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/circle-pack-chart-options.schema.json.d.ts +857 -0
- package/assets/json-schemas/circle-pack-chart-slots.schema.json.d.ts +485 -0
- package/assets/json-schemas/circle-pack-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +96 -484
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +19 -15
- package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +102 -2552
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +19 -414
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +19 -15
- package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +17 -392
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +7 -6
- package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +138 -2581
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +19 -15
- package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +19 -394
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +15 -11
- package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +100 -487
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +17 -13
- package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +102 -2552
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +18 -14
- package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/heat-map-options.schema.json.d.ts +19 -414
- package/assets/json-schemas/heat-map-slots.schema.json.d.ts +18 -13
- package/assets/json-schemas/heat-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/heat-table-options.schema.json.d.ts +19 -414
- package/assets/json-schemas/heat-table-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/heat-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +19 -414
- package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +18 -13
- package/assets/json-schemas/hexbin-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/image-options.schema.json.d.ts +1 -1
- package/assets/json-schemas/image.schema.json.d.ts +2 -2
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +108 -494
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/marker-map-options.schema.json.d.ts +19 -414
- package/assets/json-schemas/marker-map-slots.schema.json.d.ts +18 -13
- package/assets/json-schemas/marker-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/ohlc-chart-options.schema.json.d.ts +19 -414
- package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +31 -27
- package/assets/json-schemas/ohlc-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/options.schema.json.d.ts +53 -38
- package/assets/json-schemas/parallel-coordinates-plot-options.schema.json.d.ts +729 -0
- package/assets/json-schemas/parallel-coordinates-plot-slots.schema.json.d.ts +482 -0
- package/assets/json-schemas/parallel-coordinates-plot.schema.json.d.ts +23 -0
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +101 -488
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +23 -19
- package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/pyramid-chart-options.schema.json.d.ts +1191 -0
- package/assets/json-schemas/pyramid-chart-slots.schema.json.d.ts +517 -0
- package/assets/json-schemas/pyramid-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/radar-chart-options.schema.json.d.ts +866 -0
- package/assets/json-schemas/radar-chart-slots.schema.json.d.ts +518 -0
- package/assets/json-schemas/radar-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +97 -485
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +15 -11
- package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/route-map-options.schema.json.d.ts +19 -414
- package/assets/json-schemas/route-map-slots.schema.json.d.ts +25 -20
- package/assets/json-schemas/route-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +97 -485
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +27 -23
- package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +101 -486
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +31 -27
- package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/search-filter-options.schema.json.d.ts +17 -392
- package/assets/json-schemas/search-filter-slots.schema.json.d.ts +15 -11
- package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +18 -393
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +19 -15
- package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +18 -393
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +12 -9
- package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slots.schema.json.d.ts +50 -35
- package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +18 -413
- package/assets/json-schemas/speedometer-chart-slots.schema.json.d.ts +24 -19
- package/assets/json-schemas/speedometer-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/spike-map-options.schema.json.d.ts +19 -414
- package/assets/json-schemas/spike-map-slots.schema.json.d.ts +22 -17
- package/assets/json-schemas/spike-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/strip-plot-options.schema.json.d.ts +723 -0
- package/assets/json-schemas/strip-plot-slots.schema.json.d.ts +485 -0
- package/assets/json-schemas/strip-plot.schema.json.d.ts +23 -0
- package/assets/json-schemas/sunburst-chart-options.schema.json.d.ts +19 -414
- package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +21 -17
- package/assets/json-schemas/sunburst-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/symbol-map-options.schema.json.d.ts +19 -414
- package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +21 -16
- package/assets/json-schemas/symbol-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/text-options.schema.json.d.ts +1 -1
- package/assets/json-schemas/text.schema.json.d.ts +2 -2
- package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +102 -2562
- package/assets/json-schemas/treemap-chart-slots.schema.json.d.ts +29 -24
- package/assets/json-schemas/treemap-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/video-options.schema.json.d.ts +1 -1
- package/assets/json-schemas/video.schema.json.d.ts +2 -2
- package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
- package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +102 -2562
- package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +21 -17
- package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +3 -3
- package/index.js +406 -354
- package/index.mjs +20839 -41314
- package/json-schemas.d.ts +14990 -36745
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/lib/area-chart/area-chart-options.d.ts +33 -11
- package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
- package/src/lib/bar-chart/bar-chart-options.d.ts +13 -11
- package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
- package/src/lib/box-plot/box-plot-options.d.ts +9 -8
- package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +13 -11
- package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
- package/src/lib/bullet-chart/bullet-chart-options.d.ts +9 -8
- package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +11 -10
- package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
- package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts +84 -0
- package/src/lib/circle-pack-chart/circle-pack-chart-options.d.ts.map +1 -0
- package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts +29 -0
- package/src/lib/circle-pack-chart/circle-pack-chart-slots.d.ts.map +1 -0
- package/src/lib/circle-pack-chart/circle-pack-chart.d.ts +24 -0
- package/src/lib/circle-pack-chart/circle-pack-chart.d.ts.map +1 -0
- package/src/lib/circle-pack-chart/index.d.ts +3 -0
- package/src/lib/circle-pack-chart/index.d.ts.map +1 -1
- package/src/lib/circular-gauge/circular-gauge-options.d.ts +8 -7
- package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -1
- package/src/lib/column-chart/column-chart-options.d.ts +13 -11
- package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
- package/src/lib/combination-chart/combination-chart-options.d.ts +4 -3
- package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
- package/src/lib/conditional-number/conditional-number-options.d.ts +6 -5
- package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
- package/src/lib/date-filter/date-filter-options.d.ts +1 -1
- package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
- package/src/lib/donut-chart/donut-chart-options.d.ts +16 -12
- package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +2 -2
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
- package/src/lib/evolution-number/evolution-number-options.d.ts +20 -4
- package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
- package/src/lib/funnel-chart/funnel-chart-options.d.ts +13 -11
- package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
- package/src/lib/heat-map/heat-map-options.d.ts +3 -2
- package/src/lib/heat-map/heat-map-options.d.ts.map +1 -1
- package/src/lib/heat-table/heat-table-options.d.ts +2 -1
- package/src/lib/heat-table/heat-table-options.d.ts.map +1 -1
- package/src/lib/hexbin-map/hexbin-map-options.d.ts +5 -4
- package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -1
- package/src/lib/line-chart/line-chart-options.d.ts +30 -12
- package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
- package/src/lib/marker-map/marker-map-options.d.ts +5 -4
- package/src/lib/marker-map/marker-map-options.d.ts.map +1 -1
- package/src/lib/ohlc-chart/ohlc-chart-options.d.ts +2 -1
- package/src/lib/ohlc-chart/ohlc-chart-options.d.ts.map +1 -1
- package/src/lib/parallel-coordinates-plot/index.d.ts +3 -0
- package/src/lib/parallel-coordinates-plot/index.d.ts.map +1 -1
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts +60 -0
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-options.d.ts.map +1 -0
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.d.ts +29 -0
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot-slots.d.ts.map +1 -0
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot.d.ts +24 -0
- package/src/lib/parallel-coordinates-plot/parallel-coordinates-plot.d.ts.map +1 -0
- package/src/lib/pivot-table/pivot-table-options.d.ts +9 -8
- package/src/lib/pivot-table/pivot-table-options.d.ts.map +1 -1
- package/src/lib/pyramid-chart/index.d.ts +3 -0
- package/src/lib/pyramid-chart/index.d.ts.map +1 -1
- package/src/lib/pyramid-chart/pyramid-chart-options.d.ts +177 -0
- package/src/lib/pyramid-chart/pyramid-chart-options.d.ts.map +1 -0
- package/src/lib/pyramid-chart/pyramid-chart-slots.d.ts +40 -0
- package/src/lib/pyramid-chart/pyramid-chart-slots.d.ts.map +1 -0
- package/src/lib/pyramid-chart/pyramid-chart.d.ts +24 -0
- package/src/lib/pyramid-chart/pyramid-chart.d.ts.map +1 -0
- package/src/lib/radar-chart/index.d.ts +3 -0
- package/src/lib/radar-chart/index.d.ts.map +1 -1
- package/src/lib/radar-chart/radar-chart-options.d.ts +79 -0
- package/src/lib/radar-chart/radar-chart-options.d.ts.map +1 -0
- package/src/lib/radar-chart/radar-chart-slots.d.ts +41 -0
- package/src/lib/radar-chart/radar-chart-slots.d.ts.map +1 -0
- package/src/lib/radar-chart/radar-chart.d.ts +24 -0
- package/src/lib/radar-chart/radar-chart.d.ts.map +1 -0
- package/src/lib/regular-table/regular-table-options.d.ts +6 -5
- package/src/lib/regular-table/regular-table-options.d.ts.map +1 -1
- package/src/lib/route-map/route-map-options.d.ts +3 -2
- package/src/lib/route-map/route-map-options.d.ts.map +1 -1
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +8 -7
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts.map +1 -1
- package/src/lib/scatter-plot/scatter-plot-options.d.ts +11 -10
- package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
- package/src/lib/search-filter/search-filter-options.d.ts +2 -2
- package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
- package/src/lib/shared/common.d.ts +1 -1
- package/src/lib/shared/interactivity-export.d.ts +2 -1
- package/src/lib/shared/interactivity-export.d.ts.map +1 -1
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts +36 -7
- package/src/lib/shared/interactivity-measure-dimension-picker.d.ts.map +1 -1
- package/src/lib/shared/period-over-period.d.ts +2 -0
- package/src/lib/shared/period-over-period.d.ts.map +1 -1
- package/src/lib/shared/slots.d.ts +1 -1
- package/src/lib/shared/slots.d.ts.map +1 -1
- package/src/lib/slicer-filter/slicer-filter-options.d.ts +1 -1
- package/src/lib/slicer-filter/slicer-filter-options.d.ts.map +1 -1
- package/src/lib/speedometer-chart/speedometer-chart-options.d.ts +2 -1
- package/src/lib/speedometer-chart/speedometer-chart-options.d.ts.map +1 -1
- package/src/lib/spike-map/spike-map-options.d.ts +3 -2
- package/src/lib/spike-map/spike-map-options.d.ts.map +1 -1
- package/src/lib/strip-plot/index.d.ts +3 -0
- package/src/lib/strip-plot/index.d.ts.map +1 -1
- package/src/lib/strip-plot/strip-plot-options.d.ts +51 -0
- package/src/lib/strip-plot/strip-plot-options.d.ts.map +1 -0
- package/src/lib/strip-plot/strip-plot-slots.d.ts +29 -0
- package/src/lib/strip-plot/strip-plot-slots.d.ts.map +1 -0
- package/src/lib/strip-plot/strip-plot.d.ts +24 -0
- package/src/lib/strip-plot/strip-plot.d.ts.map +1 -0
- package/src/lib/sunburst-chart/sunburst-chart-options.d.ts +2 -1
- package/src/lib/sunburst-chart/sunburst-chart-options.d.ts.map +1 -1
- package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts +2 -2
- package/src/lib/symbol-map/symbol-map-options.d.ts +4 -3
- package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -1
- package/src/lib/text/text-options.d.ts +1 -1
- package/src/lib/text/text-options.d.ts.map +1 -1
- package/src/lib/treemap-chart/treemap-chart-options.d.ts +4 -2
- package/src/lib/treemap-chart/treemap-chart-options.d.ts.map +1 -1
- package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +3 -1
- package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -1
- package/src/options.d.ts +6 -1
- package/src/options.d.ts.map +1 -1
|
@@ -0,0 +1,1191 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/pyramid-chart-options.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"properties": {
|
|
5
|
+
"axis": {
|
|
6
|
+
"description": "Axis options",
|
|
7
|
+
"properties": {
|
|
8
|
+
"x": {
|
|
9
|
+
"description": "Configuration for x-axis",
|
|
10
|
+
"properties": {
|
|
11
|
+
"color": {
|
|
12
|
+
"default": "#00ff00",
|
|
13
|
+
"description": "color on x-axis",
|
|
14
|
+
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"scale": {
|
|
17
|
+
"default": "linear",
|
|
18
|
+
"description": "Scale type for x-axis",
|
|
19
|
+
"enum": [
|
|
20
|
+
"linear",
|
|
21
|
+
"logarithmic"
|
|
22
|
+
],
|
|
23
|
+
"type": "string"
|
|
24
|
+
},
|
|
25
|
+
"scaleLogBase": {
|
|
26
|
+
"description": "Base for log scale",
|
|
27
|
+
"examples": [
|
|
28
|
+
2,
|
|
29
|
+
10
|
|
30
|
+
],
|
|
31
|
+
"type": "number"
|
|
32
|
+
},
|
|
33
|
+
"ticksDensity": {
|
|
34
|
+
"default": "normal",
|
|
35
|
+
"description": "Axis ticket density",
|
|
36
|
+
"enum": [
|
|
37
|
+
"compact",
|
|
38
|
+
"normal",
|
|
39
|
+
"sparse"
|
|
40
|
+
],
|
|
41
|
+
"type": "string"
|
|
42
|
+
},
|
|
43
|
+
"ticksMode": {
|
|
44
|
+
"default": "ticks",
|
|
45
|
+
"description": "Ticks mode for x-axis",
|
|
46
|
+
"enum": [
|
|
47
|
+
"gridlines",
|
|
48
|
+
"hide",
|
|
49
|
+
"ticks"
|
|
50
|
+
],
|
|
51
|
+
"type": "string"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"type": "object"
|
|
55
|
+
},
|
|
56
|
+
"y": {
|
|
57
|
+
"description": "Configuration for y-axis",
|
|
58
|
+
"type": "object"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"type": "object"
|
|
62
|
+
},
|
|
63
|
+
"bars": {
|
|
64
|
+
"description": "Bars options",
|
|
65
|
+
"properties": {
|
|
66
|
+
"colors": {
|
|
67
|
+
"default": [],
|
|
68
|
+
"description": "Colors for bars",
|
|
69
|
+
"items": {
|
|
70
|
+
"type": "string"
|
|
71
|
+
},
|
|
72
|
+
"type": "array"
|
|
73
|
+
},
|
|
74
|
+
"label": {
|
|
75
|
+
"default": false,
|
|
76
|
+
"description": "Show label for bars",
|
|
77
|
+
"type": "boolean"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"type": "object"
|
|
81
|
+
},
|
|
82
|
+
"color": {
|
|
83
|
+
"default": "",
|
|
84
|
+
"description": "The main color for the item, if omitted the default color from the theme will be used",
|
|
85
|
+
"examples": [
|
|
86
|
+
"#FF5733",
|
|
87
|
+
"#33FF57",
|
|
88
|
+
"#5733FF"
|
|
89
|
+
],
|
|
90
|
+
"type": "string"
|
|
91
|
+
},
|
|
92
|
+
"display": {
|
|
93
|
+
"description": "Display options",
|
|
94
|
+
"properties": {
|
|
95
|
+
"legend": {
|
|
96
|
+
"default": true,
|
|
97
|
+
"description": "Show or hide legend.",
|
|
98
|
+
"type": "boolean"
|
|
99
|
+
},
|
|
100
|
+
"title": {
|
|
101
|
+
"default": true,
|
|
102
|
+
"description": "Show or hide title.",
|
|
103
|
+
"type": "boolean"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"type": "object"
|
|
107
|
+
},
|
|
108
|
+
"grid": {
|
|
109
|
+
"description": "Grid options",
|
|
110
|
+
"properties": {
|
|
111
|
+
"x": {
|
|
112
|
+
"properties": {
|
|
113
|
+
"enabled": {
|
|
114
|
+
"default": false,
|
|
115
|
+
"description": "Show or hide grid on x-axis",
|
|
116
|
+
"type": "boolean"
|
|
117
|
+
},
|
|
118
|
+
"opacity": {
|
|
119
|
+
"default": 0.1,
|
|
120
|
+
"description": "Opacity of grid lines",
|
|
121
|
+
"type": "number"
|
|
122
|
+
},
|
|
123
|
+
"style": {
|
|
124
|
+
"default": "dotted",
|
|
125
|
+
"description": "Style of grid lines",
|
|
126
|
+
"enum": [
|
|
127
|
+
"dashed",
|
|
128
|
+
"dotted",
|
|
129
|
+
"solid"
|
|
130
|
+
],
|
|
131
|
+
"type": "string"
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"type": "object"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"type": "object"
|
|
138
|
+
},
|
|
139
|
+
"interactivity": {
|
|
140
|
+
"description": "Interactivity options",
|
|
141
|
+
"properties": {
|
|
142
|
+
"customEvents": {
|
|
143
|
+
"anyOf": [
|
|
144
|
+
{
|
|
145
|
+
"properties": {
|
|
146
|
+
"events": {
|
|
147
|
+
"items": {
|
|
148
|
+
"description": "Custom event configuration",
|
|
149
|
+
"properties": {
|
|
150
|
+
"label": {
|
|
151
|
+
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
152
|
+
"type": "object"
|
|
153
|
+
},
|
|
154
|
+
"name": {
|
|
155
|
+
"description": "Custom event name",
|
|
156
|
+
"type": "string"
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"type": "object"
|
|
160
|
+
},
|
|
161
|
+
"type": "array"
|
|
162
|
+
},
|
|
163
|
+
"extraData": {
|
|
164
|
+
"items": {
|
|
165
|
+
"properties": {
|
|
166
|
+
"aggregation": {
|
|
167
|
+
"description": "Aggregation query type",
|
|
168
|
+
"enum": [
|
|
169
|
+
"average",
|
|
170
|
+
"count",
|
|
171
|
+
"cumulativesum",
|
|
172
|
+
"distinctcount",
|
|
173
|
+
"histogram",
|
|
174
|
+
"max",
|
|
175
|
+
"median",
|
|
176
|
+
"min",
|
|
177
|
+
"rate",
|
|
178
|
+
"stddev",
|
|
179
|
+
"sum",
|
|
180
|
+
"weightedaverage"
|
|
181
|
+
],
|
|
182
|
+
"type": "string"
|
|
183
|
+
},
|
|
184
|
+
"columnId": {
|
|
185
|
+
"description": "Column id",
|
|
186
|
+
"format": "uuid",
|
|
187
|
+
"type": "string"
|
|
188
|
+
},
|
|
189
|
+
"datasetId": {
|
|
190
|
+
"description": "Dataset id",
|
|
191
|
+
"format": "uuid",
|
|
192
|
+
"type": "string"
|
|
193
|
+
},
|
|
194
|
+
"formulaId": {
|
|
195
|
+
"description": "Formula id",
|
|
196
|
+
"format": "uuid",
|
|
197
|
+
"type": "string"
|
|
198
|
+
},
|
|
199
|
+
"label": {
|
|
200
|
+
"description": "Label",
|
|
201
|
+
"type": "string"
|
|
202
|
+
},
|
|
203
|
+
"weightedColumnId": {
|
|
204
|
+
"description": "Weighted column id",
|
|
205
|
+
"format": "uuid",
|
|
206
|
+
"type": "string"
|
|
207
|
+
},
|
|
208
|
+
"weightedDatasetId": {
|
|
209
|
+
"description": "Weighted dataset id",
|
|
210
|
+
"format": "uuid",
|
|
211
|
+
"type": "string"
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
"type": "object"
|
|
215
|
+
},
|
|
216
|
+
"type": "array"
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"type": "object"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"type": "null"
|
|
223
|
+
}
|
|
224
|
+
],
|
|
225
|
+
"default": null,
|
|
226
|
+
"description": "Custom events interactivity option"
|
|
227
|
+
},
|
|
228
|
+
"customTooltip": {
|
|
229
|
+
"default": null,
|
|
230
|
+
"description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
|
|
231
|
+
"type": [
|
|
232
|
+
"null",
|
|
233
|
+
"object"
|
|
234
|
+
]
|
|
235
|
+
},
|
|
236
|
+
"exportTypes": {
|
|
237
|
+
"default": [
|
|
238
|
+
"xlsx",
|
|
239
|
+
"csv",
|
|
240
|
+
"png"
|
|
241
|
+
],
|
|
242
|
+
"description": "Export types interactivity option",
|
|
243
|
+
"items": {
|
|
244
|
+
"description": "Export types",
|
|
245
|
+
"enum": [
|
|
246
|
+
"csv",
|
|
247
|
+
"csv-raw",
|
|
248
|
+
"png",
|
|
249
|
+
"xlsx",
|
|
250
|
+
"xlsx-raw"
|
|
251
|
+
],
|
|
252
|
+
"type": "string"
|
|
253
|
+
},
|
|
254
|
+
"type": "array"
|
|
255
|
+
},
|
|
256
|
+
"measureDimensionPicker": {
|
|
257
|
+
"default": [
|
|
258
|
+
[]
|
|
259
|
+
],
|
|
260
|
+
"description": "An array of measure dimension picker configurations",
|
|
261
|
+
"items": {
|
|
262
|
+
"description": "Measure dimension picker configuration",
|
|
263
|
+
"properties": {
|
|
264
|
+
"order": {
|
|
265
|
+
"description": "Order",
|
|
266
|
+
"examples": [
|
|
267
|
+
0,
|
|
268
|
+
9999
|
|
269
|
+
],
|
|
270
|
+
"type": "number"
|
|
271
|
+
},
|
|
272
|
+
"slot": {
|
|
273
|
+
"description": "Slot name",
|
|
274
|
+
"examples": [
|
|
275
|
+
"measure",
|
|
276
|
+
"dimension",
|
|
277
|
+
"legend"
|
|
278
|
+
],
|
|
279
|
+
"type": "string"
|
|
280
|
+
},
|
|
281
|
+
"values": {
|
|
282
|
+
"description": "An array of columns for the current picker",
|
|
283
|
+
"items": {
|
|
284
|
+
"properties": {
|
|
285
|
+
"aggregationFunc": {
|
|
286
|
+
"description": "Aggregation function. It can be used with a \"numeric\" column type, and with some limitations with \"hierarchy\" and \"datetime\" column types.",
|
|
287
|
+
"enum": [
|
|
288
|
+
"average",
|
|
289
|
+
"count",
|
|
290
|
+
"cumulativesum",
|
|
291
|
+
"distinctcount",
|
|
292
|
+
"histogram",
|
|
293
|
+
"max",
|
|
294
|
+
"median",
|
|
295
|
+
"min",
|
|
296
|
+
"rate",
|
|
297
|
+
"stddev",
|
|
298
|
+
"sum",
|
|
299
|
+
"weightedaverage"
|
|
300
|
+
],
|
|
301
|
+
"type": "string"
|
|
302
|
+
},
|
|
303
|
+
"aggregationWeight": {
|
|
304
|
+
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
305
|
+
"properties": {
|
|
306
|
+
"columnId": {
|
|
307
|
+
"description": "Column id",
|
|
308
|
+
"format": "uuid",
|
|
309
|
+
"type": "string"
|
|
310
|
+
},
|
|
311
|
+
"columnSubType": {
|
|
312
|
+
"description": "Column subtype",
|
|
313
|
+
"enum": [
|
|
314
|
+
"coordinates",
|
|
315
|
+
"currency",
|
|
316
|
+
"duration",
|
|
317
|
+
"hierarchy_element_expression",
|
|
318
|
+
"ip_address",
|
|
319
|
+
"topography"
|
|
320
|
+
],
|
|
321
|
+
"type": "string"
|
|
322
|
+
},
|
|
323
|
+
"datasetId": {
|
|
324
|
+
"description": "Dataset id",
|
|
325
|
+
"format": "uuid",
|
|
326
|
+
"type": "string"
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
"type": "object"
|
|
330
|
+
},
|
|
331
|
+
"bins": {
|
|
332
|
+
"description": "Bin definition. It can be used when a \"numeric\" column is used as a category.",
|
|
333
|
+
"properties": {
|
|
334
|
+
"enabled": {
|
|
335
|
+
"description": "Enable or disable binning",
|
|
336
|
+
"type": "boolean"
|
|
337
|
+
},
|
|
338
|
+
"number": {
|
|
339
|
+
"description": "Defines the range of the bins",
|
|
340
|
+
"type": "number"
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
"type": "object"
|
|
344
|
+
},
|
|
345
|
+
"color": {
|
|
346
|
+
"description": "Color of the column. Any column type can have it, but it's applied when a column is set as a measure and when multiple measures are defined.",
|
|
347
|
+
"type": [
|
|
348
|
+
"null",
|
|
349
|
+
"string"
|
|
350
|
+
]
|
|
351
|
+
},
|
|
352
|
+
"columnId": {
|
|
353
|
+
"description": "Column id",
|
|
354
|
+
"format": "uuid",
|
|
355
|
+
"type": "string"
|
|
356
|
+
},
|
|
357
|
+
"currency": {
|
|
358
|
+
"description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
359
|
+
"type": [
|
|
360
|
+
"null",
|
|
361
|
+
"string"
|
|
362
|
+
]
|
|
363
|
+
},
|
|
364
|
+
"datasetId": {
|
|
365
|
+
"description": "Dataset id",
|
|
366
|
+
"format": "uuid",
|
|
367
|
+
"type": "string"
|
|
368
|
+
},
|
|
369
|
+
"datetimeDisplayMode": {
|
|
370
|
+
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
371
|
+
"enum": [
|
|
372
|
+
"day_in_month",
|
|
373
|
+
"day_in_year",
|
|
374
|
+
"default",
|
|
375
|
+
"hour_in_day",
|
|
376
|
+
"minute_in_hour",
|
|
377
|
+
"month_name",
|
|
378
|
+
"month_number",
|
|
379
|
+
"quarter_number",
|
|
380
|
+
"second_in_minute",
|
|
381
|
+
"week_number",
|
|
382
|
+
"weekday_name",
|
|
383
|
+
"weekday_number"
|
|
384
|
+
],
|
|
385
|
+
"type": "string"
|
|
386
|
+
},
|
|
387
|
+
"duration": {
|
|
388
|
+
"description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
|
|
389
|
+
"properties": {
|
|
390
|
+
"format": {
|
|
391
|
+
"description": "Duration format",
|
|
392
|
+
"enum": [
|
|
393
|
+
"long",
|
|
394
|
+
"short",
|
|
395
|
+
"time"
|
|
396
|
+
],
|
|
397
|
+
"type": "string"
|
|
398
|
+
},
|
|
399
|
+
"levels": {
|
|
400
|
+
"description": "Duration levels used",
|
|
401
|
+
"items": {
|
|
402
|
+
"type": "number"
|
|
403
|
+
},
|
|
404
|
+
"type": "array"
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
"type": "object"
|
|
408
|
+
},
|
|
409
|
+
"format": {
|
|
410
|
+
"description": "D3 format, it is used for \"numeric\" formatting (https://observablehq.com/@d3/d3-format), for \"datetime\" formatting (https://d3js.org/d3-time-format).\nIt can also be used for \"hierarchy\" formatting but when it's used in the measure slot.",
|
|
411
|
+
"type": "string"
|
|
412
|
+
},
|
|
413
|
+
"formula": {
|
|
414
|
+
"description": "A dataset formula id or an ad-hoc formula. A formula is an entity similar to a column. You can add formulas on the dataset details page or use ad-hoc formulas. You can find more information about formulas in the article https://academy.luzmo.com/article/52tm82oo",
|
|
415
|
+
"type": "string"
|
|
416
|
+
},
|
|
417
|
+
"grandTotals": {
|
|
418
|
+
"description": "Enable or disable grand totals, they're only used in Pivot table",
|
|
419
|
+
"properties": {
|
|
420
|
+
"enabled": {
|
|
421
|
+
"type": "boolean"
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
"type": "object"
|
|
425
|
+
},
|
|
426
|
+
"label": {
|
|
427
|
+
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
428
|
+
"type": "object"
|
|
429
|
+
},
|
|
430
|
+
"level": {
|
|
431
|
+
"description": "\"hierarchy\" or \"datetime\" level",
|
|
432
|
+
"type": [
|
|
433
|
+
"number",
|
|
434
|
+
"null"
|
|
435
|
+
]
|
|
436
|
+
},
|
|
437
|
+
"lowestLevel": {
|
|
438
|
+
"description": "Lowest \"hierarchy\" or \"datetime\" level",
|
|
439
|
+
"type": [
|
|
440
|
+
"null",
|
|
441
|
+
"number"
|
|
442
|
+
]
|
|
443
|
+
},
|
|
444
|
+
"monthNameFormat": {
|
|
445
|
+
"description": "Month name format for datetime column formatting",
|
|
446
|
+
"enum": [
|
|
447
|
+
"letter",
|
|
448
|
+
"long",
|
|
449
|
+
"short"
|
|
450
|
+
],
|
|
451
|
+
"type": "string"
|
|
452
|
+
},
|
|
453
|
+
"periodOverPeriod": {
|
|
454
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot.",
|
|
455
|
+
"properties": {
|
|
456
|
+
"level": {
|
|
457
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
458
|
+
"type": "number"
|
|
459
|
+
},
|
|
460
|
+
"periodToDate": {
|
|
461
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
462
|
+
"type": "boolean"
|
|
463
|
+
},
|
|
464
|
+
"quantity": {
|
|
465
|
+
"description": "Number of periods",
|
|
466
|
+
"type": "number"
|
|
467
|
+
},
|
|
468
|
+
"type": {
|
|
469
|
+
"description": "Period over period comparison type",
|
|
470
|
+
"enum": [
|
|
471
|
+
"none",
|
|
472
|
+
"past",
|
|
473
|
+
"absoluteChange",
|
|
474
|
+
"percentageChange"
|
|
475
|
+
],
|
|
476
|
+
"type": "string"
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
"type": "object"
|
|
480
|
+
},
|
|
481
|
+
"selected": {
|
|
482
|
+
"description": "Selected item",
|
|
483
|
+
"type": "boolean"
|
|
484
|
+
},
|
|
485
|
+
"subtype": {
|
|
486
|
+
"anyOf": [
|
|
487
|
+
{
|
|
488
|
+
"enum": [
|
|
489
|
+
"coordinates",
|
|
490
|
+
"currency",
|
|
491
|
+
"date",
|
|
492
|
+
"datetime",
|
|
493
|
+
"duration",
|
|
494
|
+
"hierarchy_element_expression",
|
|
495
|
+
"ip_address",
|
|
496
|
+
"topography"
|
|
497
|
+
],
|
|
498
|
+
"type": "string"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"type": "null"
|
|
502
|
+
}
|
|
503
|
+
],
|
|
504
|
+
"description": "Column subtype"
|
|
505
|
+
},
|
|
506
|
+
"type": {
|
|
507
|
+
"description": "Column / Formula type",
|
|
508
|
+
"enum": [
|
|
509
|
+
"datetime",
|
|
510
|
+
"hierarchy",
|
|
511
|
+
"numeric",
|
|
512
|
+
"spatial"
|
|
513
|
+
],
|
|
514
|
+
"type": "string"
|
|
515
|
+
},
|
|
516
|
+
"weekDayNameFormat": {
|
|
517
|
+
"description": "Week day name format for datetime column formatting",
|
|
518
|
+
"enum": [
|
|
519
|
+
"letter",
|
|
520
|
+
"long",
|
|
521
|
+
"short"
|
|
522
|
+
],
|
|
523
|
+
"type": "string"
|
|
524
|
+
},
|
|
525
|
+
"weekStart": {
|
|
526
|
+
"description": "Week start day, 'sunday' or 'monday'. For datetime column formatting.",
|
|
527
|
+
"enum": [
|
|
528
|
+
"monday",
|
|
529
|
+
"sunday"
|
|
530
|
+
],
|
|
531
|
+
"type": "string"
|
|
532
|
+
}
|
|
533
|
+
},
|
|
534
|
+
"type": "object"
|
|
535
|
+
},
|
|
536
|
+
"type": "array"
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
"type": "object"
|
|
540
|
+
},
|
|
541
|
+
"type": "array"
|
|
542
|
+
},
|
|
543
|
+
"select": {
|
|
544
|
+
"default": true,
|
|
545
|
+
"description": "Filter on select interactivity option",
|
|
546
|
+
"type": "boolean"
|
|
547
|
+
},
|
|
548
|
+
"urlConfig": {
|
|
549
|
+
"default": {
|
|
550
|
+
"target": "_blank",
|
|
551
|
+
"url": null
|
|
552
|
+
},
|
|
553
|
+
"description": "Go to URL interactivity option",
|
|
554
|
+
"properties": {
|
|
555
|
+
"target": {
|
|
556
|
+
"description": "URL target",
|
|
557
|
+
"enum": [
|
|
558
|
+
"_blank",
|
|
559
|
+
"_parent",
|
|
560
|
+
"_self"
|
|
561
|
+
],
|
|
562
|
+
"type": "string"
|
|
563
|
+
},
|
|
564
|
+
"url": {
|
|
565
|
+
"description": "URL in format {locale: \"url\"}, for example, {en: \"...\"}",
|
|
566
|
+
"type": "object"
|
|
567
|
+
}
|
|
568
|
+
},
|
|
569
|
+
"type": "object"
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
"type": "object"
|
|
573
|
+
},
|
|
574
|
+
"internalPadding": {
|
|
575
|
+
"description": "Padding between bars",
|
|
576
|
+
"examples": [
|
|
577
|
+
5,
|
|
578
|
+
10
|
|
579
|
+
],
|
|
580
|
+
"type": "number"
|
|
581
|
+
},
|
|
582
|
+
"legend": {
|
|
583
|
+
"description": "Legend options, they are applied if the legend is displayed",
|
|
584
|
+
"properties": {
|
|
585
|
+
"position": {
|
|
586
|
+
"description": "Position of the legend. Only available when the legend is shown.",
|
|
587
|
+
"enum": [
|
|
588
|
+
"bottom",
|
|
589
|
+
"bottomLeft",
|
|
590
|
+
"bottomRight",
|
|
591
|
+
"left",
|
|
592
|
+
"middle",
|
|
593
|
+
"right",
|
|
594
|
+
"top",
|
|
595
|
+
"topLeft",
|
|
596
|
+
"topRight"
|
|
597
|
+
],
|
|
598
|
+
"type": "string"
|
|
599
|
+
},
|
|
600
|
+
"size": {
|
|
601
|
+
"description": "Size of the legend. Only available when the legend is shown.",
|
|
602
|
+
"enum": [
|
|
603
|
+
"L",
|
|
604
|
+
"M",
|
|
605
|
+
"S"
|
|
606
|
+
],
|
|
607
|
+
"type": "string"
|
|
608
|
+
},
|
|
609
|
+
"type": {
|
|
610
|
+
"description": "Type of the legend. Only available when the legend is shown.",
|
|
611
|
+
"enum": [
|
|
612
|
+
"bar",
|
|
613
|
+
"list"
|
|
614
|
+
],
|
|
615
|
+
"type": "string"
|
|
616
|
+
}
|
|
617
|
+
},
|
|
618
|
+
"type": "object"
|
|
619
|
+
},
|
|
620
|
+
"limit": {
|
|
621
|
+
"description": "The maximum number of data rows to query and display",
|
|
622
|
+
"properties": {
|
|
623
|
+
"number": {
|
|
624
|
+
"default": 100000,
|
|
625
|
+
"description": "Number of observations value",
|
|
626
|
+
"type": "number"
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
"type": "object"
|
|
630
|
+
},
|
|
631
|
+
"loader": {
|
|
632
|
+
"description": "The loader configuration",
|
|
633
|
+
"properties": {
|
|
634
|
+
"background": {
|
|
635
|
+
"default": "#f9f9f9",
|
|
636
|
+
"description": "Background color of the chart loader element",
|
|
637
|
+
"type": "string"
|
|
638
|
+
},
|
|
639
|
+
"fontColor": {
|
|
640
|
+
"default": "#5a5a5a",
|
|
641
|
+
"description": "Font color of the text of the chart loaders",
|
|
642
|
+
"type": "string"
|
|
643
|
+
},
|
|
644
|
+
"locale": {
|
|
645
|
+
"default": "en",
|
|
646
|
+
"description": "Locale to be used if \"msg\" is set",
|
|
647
|
+
"examples": [
|
|
648
|
+
"en",
|
|
649
|
+
"fr"
|
|
650
|
+
],
|
|
651
|
+
"type": "string"
|
|
652
|
+
},
|
|
653
|
+
"mode": {
|
|
654
|
+
"default": "light",
|
|
655
|
+
"description": "Light or dark loader",
|
|
656
|
+
"type": "string"
|
|
657
|
+
},
|
|
658
|
+
"msg": {
|
|
659
|
+
"description": "Loading message",
|
|
660
|
+
"examples": [
|
|
661
|
+
"Loading dashboard..."
|
|
662
|
+
],
|
|
663
|
+
"type": "string"
|
|
664
|
+
},
|
|
665
|
+
"showBranded": {
|
|
666
|
+
"default": false,
|
|
667
|
+
"description": "Shows the branded \"powered by\" information",
|
|
668
|
+
"type": "boolean"
|
|
669
|
+
},
|
|
670
|
+
"spinnerBackground": {
|
|
671
|
+
"default": "rgba(169, 169, 169, 0.14)",
|
|
672
|
+
"description": "Background color of the spinner",
|
|
673
|
+
"type": "string"
|
|
674
|
+
},
|
|
675
|
+
"spinnerColor": {
|
|
676
|
+
"default": "rgba(255, 165, 0, 0.7)",
|
|
677
|
+
"description": "Spinner color of the loader",
|
|
678
|
+
"type": "string"
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
"type": "object"
|
|
682
|
+
},
|
|
683
|
+
"locale": {
|
|
684
|
+
"default": "en",
|
|
685
|
+
"description": "Locale to be used",
|
|
686
|
+
"examples": [
|
|
687
|
+
"en",
|
|
688
|
+
"fr"
|
|
689
|
+
],
|
|
690
|
+
"type": "string"
|
|
691
|
+
},
|
|
692
|
+
"lookupFiltering": {
|
|
693
|
+
"default": false,
|
|
694
|
+
"description": "Allow interactive filtering of charts with linked datasets",
|
|
695
|
+
"type": "boolean"
|
|
696
|
+
},
|
|
697
|
+
"ranking": {
|
|
698
|
+
"description": "Item query ranking",
|
|
699
|
+
"properties": {
|
|
700
|
+
"active": {
|
|
701
|
+
"description": "Item query ranking is active",
|
|
702
|
+
"type": "boolean"
|
|
703
|
+
},
|
|
704
|
+
"direction": {
|
|
705
|
+
"description": "Item query ranking direction",
|
|
706
|
+
"enum": [
|
|
707
|
+
"bottom",
|
|
708
|
+
"top"
|
|
709
|
+
],
|
|
710
|
+
"type": "string"
|
|
711
|
+
},
|
|
712
|
+
"number": {
|
|
713
|
+
"description": "Item query ranking number",
|
|
714
|
+
"type": "number"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
"type": "object"
|
|
718
|
+
},
|
|
719
|
+
"roundedCorners": {
|
|
720
|
+
"description": "Roundedness of corners of bars",
|
|
721
|
+
"examples": [
|
|
722
|
+
0,
|
|
723
|
+
5,
|
|
724
|
+
10
|
|
725
|
+
],
|
|
726
|
+
"type": "number"
|
|
727
|
+
},
|
|
728
|
+
"sort": {
|
|
729
|
+
"description": "Sort options",
|
|
730
|
+
"properties": {
|
|
731
|
+
"by": {
|
|
732
|
+
"default": "category",
|
|
733
|
+
"description": "Sort by option, which slot or column or bar to use to sort the pyramid chart.",
|
|
734
|
+
"enum": [
|
|
735
|
+
"category",
|
|
736
|
+
"column",
|
|
737
|
+
"leftbar",
|
|
738
|
+
"measure",
|
|
739
|
+
"rightbar"
|
|
740
|
+
],
|
|
741
|
+
"examples": [
|
|
742
|
+
"measure",
|
|
743
|
+
"category",
|
|
744
|
+
"column",
|
|
745
|
+
"leftbar",
|
|
746
|
+
"rightbar"
|
|
747
|
+
],
|
|
748
|
+
"type": "string"
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
"type": "object"
|
|
752
|
+
},
|
|
753
|
+
"theme": {
|
|
754
|
+
"description": "Theme configuration",
|
|
755
|
+
"properties": {
|
|
756
|
+
"axis": {
|
|
757
|
+
"description": "Custom axis styling",
|
|
758
|
+
"examples": [
|
|
759
|
+
{
|
|
760
|
+
"fontSize": 12
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"fontSize": 10
|
|
764
|
+
}
|
|
765
|
+
],
|
|
766
|
+
"type": "object"
|
|
767
|
+
},
|
|
768
|
+
"background": {
|
|
769
|
+
"description": "Background color",
|
|
770
|
+
"examples": [
|
|
771
|
+
"rgb(245, 245, 245)",
|
|
772
|
+
"rgb(61, 61, 61)"
|
|
773
|
+
],
|
|
774
|
+
"type": "string"
|
|
775
|
+
},
|
|
776
|
+
"baseFontSize": {
|
|
777
|
+
"description": "Base font size, usually it participates in calculations related to font sizes, spacings, etc.",
|
|
778
|
+
"examples": [
|
|
779
|
+
13,
|
|
780
|
+
16,
|
|
781
|
+
20
|
|
782
|
+
],
|
|
783
|
+
"type": "number"
|
|
784
|
+
},
|
|
785
|
+
"borders": {
|
|
786
|
+
"description": "Custom border styling",
|
|
787
|
+
"properties": {
|
|
788
|
+
"border-bottom-width": {
|
|
789
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
790
|
+
"examples": [
|
|
791
|
+
"0px",
|
|
792
|
+
"1px",
|
|
793
|
+
"3px"
|
|
794
|
+
],
|
|
795
|
+
"type": "string"
|
|
796
|
+
},
|
|
797
|
+
"border-color": {
|
|
798
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
799
|
+
"examples": [
|
|
800
|
+
"rgba(216, 216, 216, 1)",
|
|
801
|
+
"rgb(147, 146, 148)"
|
|
802
|
+
],
|
|
803
|
+
"type": "string"
|
|
804
|
+
},
|
|
805
|
+
"border-left-width": {
|
|
806
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
807
|
+
"examples": [
|
|
808
|
+
"0px",
|
|
809
|
+
"1px",
|
|
810
|
+
"3px"
|
|
811
|
+
],
|
|
812
|
+
"type": "string"
|
|
813
|
+
},
|
|
814
|
+
"border-radius": {
|
|
815
|
+
"description": "Border radius",
|
|
816
|
+
"examples": [
|
|
817
|
+
"0",
|
|
818
|
+
"12px",
|
|
819
|
+
"20px"
|
|
820
|
+
],
|
|
821
|
+
"type": "string"
|
|
822
|
+
},
|
|
823
|
+
"border-right-width": {
|
|
824
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
825
|
+
"examples": [
|
|
826
|
+
"0px",
|
|
827
|
+
"1px",
|
|
828
|
+
"3px"
|
|
829
|
+
],
|
|
830
|
+
"type": "string"
|
|
831
|
+
},
|
|
832
|
+
"border-style": {
|
|
833
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
834
|
+
"examples": [
|
|
835
|
+
"none",
|
|
836
|
+
"solid",
|
|
837
|
+
"dotted",
|
|
838
|
+
"dashed"
|
|
839
|
+
],
|
|
840
|
+
"type": "string"
|
|
841
|
+
},
|
|
842
|
+
"border-top-width": {
|
|
843
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
844
|
+
"examples": [
|
|
845
|
+
"0px",
|
|
846
|
+
"1px",
|
|
847
|
+
"3px"
|
|
848
|
+
],
|
|
849
|
+
"type": "string"
|
|
850
|
+
}
|
|
851
|
+
},
|
|
852
|
+
"type": "object"
|
|
853
|
+
},
|
|
854
|
+
"boxShadow": {
|
|
855
|
+
"description": "Custom shadow styling",
|
|
856
|
+
"properties": {
|
|
857
|
+
"color": {
|
|
858
|
+
"description": "Shadow color",
|
|
859
|
+
"examples": [
|
|
860
|
+
"rgb(0, 0, 0)",
|
|
861
|
+
"rgb(100, 100, 103)"
|
|
862
|
+
],
|
|
863
|
+
"type": "string"
|
|
864
|
+
},
|
|
865
|
+
"size": {
|
|
866
|
+
"description": "Shadow size",
|
|
867
|
+
"enum": [
|
|
868
|
+
"L",
|
|
869
|
+
"M",
|
|
870
|
+
"S",
|
|
871
|
+
"none"
|
|
872
|
+
],
|
|
873
|
+
"examples": [
|
|
874
|
+
"none",
|
|
875
|
+
"S",
|
|
876
|
+
"M",
|
|
877
|
+
"L"
|
|
878
|
+
],
|
|
879
|
+
"type": "string"
|
|
880
|
+
}
|
|
881
|
+
},
|
|
882
|
+
"type": "object"
|
|
883
|
+
},
|
|
884
|
+
"colors": {
|
|
885
|
+
"description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
|
|
886
|
+
"examples": [
|
|
887
|
+
[
|
|
888
|
+
"red",
|
|
889
|
+
"green",
|
|
890
|
+
"blue",
|
|
891
|
+
"yellow",
|
|
892
|
+
"orange",
|
|
893
|
+
"purple"
|
|
894
|
+
]
|
|
895
|
+
],
|
|
896
|
+
"items": {
|
|
897
|
+
"type": "string"
|
|
898
|
+
},
|
|
899
|
+
"type": "array"
|
|
900
|
+
},
|
|
901
|
+
"editBackground": {
|
|
902
|
+
"description": "Edit background",
|
|
903
|
+
"examples": [
|
|
904
|
+
"rgb(228, 228, 228)",
|
|
905
|
+
"rgb(245, 245, 245)",
|
|
906
|
+
"rgb(61, 61, 61)"
|
|
907
|
+
],
|
|
908
|
+
"type": "string"
|
|
909
|
+
},
|
|
910
|
+
"editModeBackground": {
|
|
911
|
+
"description": "Edit mode background",
|
|
912
|
+
"examples": [
|
|
913
|
+
"rgb(245, 245, 245)"
|
|
914
|
+
],
|
|
915
|
+
"type": "string"
|
|
916
|
+
},
|
|
917
|
+
"font": {
|
|
918
|
+
"description": "Custom font styling",
|
|
919
|
+
"properties": {
|
|
920
|
+
"fontFamily": {
|
|
921
|
+
"description": "Font family",
|
|
922
|
+
"examples": [
|
|
923
|
+
"Lato",
|
|
924
|
+
"Montserrat",
|
|
925
|
+
"Roboto Mono",
|
|
926
|
+
"Arial",
|
|
927
|
+
"Times New Roman"
|
|
928
|
+
],
|
|
929
|
+
"type": "string"
|
|
930
|
+
},
|
|
931
|
+
"fontSize": {
|
|
932
|
+
"description": "Font size in px, if not set, it will be inherited from the theme. It can be overridden if more specific \"fontSize\" is set, for example, \"fontSize\" inside options like \"title\", \"axis\", \"legend\", \"tooltip\", etc.",
|
|
933
|
+
"examples": [
|
|
934
|
+
10,
|
|
935
|
+
15,
|
|
936
|
+
18
|
|
937
|
+
],
|
|
938
|
+
"type": "number"
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
"type": "object"
|
|
942
|
+
},
|
|
943
|
+
"id": {
|
|
944
|
+
"description": "Id of the theme, for example, \"seasonal\", \"urban\" or custom theme uuid. If you just pass custom theme options, it have to be skipped.",
|
|
945
|
+
"examples": [
|
|
946
|
+
"seasonal",
|
|
947
|
+
"urban"
|
|
948
|
+
],
|
|
949
|
+
"type": "string"
|
|
950
|
+
},
|
|
951
|
+
"itemSpecific": {
|
|
952
|
+
"description": "Item specific styling",
|
|
953
|
+
"properties": {
|
|
954
|
+
"padding": {
|
|
955
|
+
"description": "Padding of the item",
|
|
956
|
+
"examples": [
|
|
957
|
+
0,
|
|
958
|
+
4,
|
|
959
|
+
8,
|
|
960
|
+
10
|
|
961
|
+
],
|
|
962
|
+
"type": "number"
|
|
963
|
+
},
|
|
964
|
+
"rounding": {
|
|
965
|
+
"description": "Rounding of the item",
|
|
966
|
+
"examples": [
|
|
967
|
+
0,
|
|
968
|
+
8,
|
|
969
|
+
12
|
|
970
|
+
],
|
|
971
|
+
"type": "number"
|
|
972
|
+
}
|
|
973
|
+
},
|
|
974
|
+
"type": "object"
|
|
975
|
+
},
|
|
976
|
+
"itemsBackground": {
|
|
977
|
+
"description": "Custom item background color",
|
|
978
|
+
"examples": [
|
|
979
|
+
"rgb(255, 255, 255)",
|
|
980
|
+
"rgb(71, 69, 69)",
|
|
981
|
+
"rgb(195, 191, 191)"
|
|
982
|
+
],
|
|
983
|
+
"type": "string"
|
|
984
|
+
},
|
|
985
|
+
"legend": {
|
|
986
|
+
"description": "Custom legend styling, it's applied if the legend is displayed",
|
|
987
|
+
"properties": {
|
|
988
|
+
"fontSize": {
|
|
989
|
+
"description": "Legend font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
990
|
+
"examples": [
|
|
991
|
+
12,
|
|
992
|
+
16
|
|
993
|
+
],
|
|
994
|
+
"type": "number"
|
|
995
|
+
},
|
|
996
|
+
"lineHeight": {
|
|
997
|
+
"description": "Legend line height in px",
|
|
998
|
+
"examples": [
|
|
999
|
+
12,
|
|
1000
|
+
16,
|
|
1001
|
+
20
|
|
1002
|
+
],
|
|
1003
|
+
"type": "number"
|
|
1004
|
+
},
|
|
1005
|
+
"type": {
|
|
1006
|
+
"description": "Legend type",
|
|
1007
|
+
"enum": [
|
|
1008
|
+
"circle",
|
|
1009
|
+
"line",
|
|
1010
|
+
"normal"
|
|
1011
|
+
],
|
|
1012
|
+
"examples": [
|
|
1013
|
+
"normal",
|
|
1014
|
+
"line",
|
|
1015
|
+
"circle"
|
|
1016
|
+
],
|
|
1017
|
+
"type": "string"
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
"type": "object"
|
|
1021
|
+
},
|
|
1022
|
+
"mainColor": {
|
|
1023
|
+
"description": "Theme main color",
|
|
1024
|
+
"examples": [
|
|
1025
|
+
"rgb(123, 144, 255)",
|
|
1026
|
+
"rgb(255, 174, 52)",
|
|
1027
|
+
"rgb(123, 144, 255)"
|
|
1028
|
+
],
|
|
1029
|
+
"type": "string"
|
|
1030
|
+
},
|
|
1031
|
+
"margins": {
|
|
1032
|
+
"description": "Dashboard vertical and horizontal margins",
|
|
1033
|
+
"examples": [
|
|
1034
|
+
[
|
|
1035
|
+
16,
|
|
1036
|
+
16
|
|
1037
|
+
],
|
|
1038
|
+
[
|
|
1039
|
+
20,
|
|
1040
|
+
20
|
|
1041
|
+
]
|
|
1042
|
+
],
|
|
1043
|
+
"items": [
|
|
1044
|
+
{
|
|
1045
|
+
"type": "number"
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"type": "number"
|
|
1049
|
+
}
|
|
1050
|
+
],
|
|
1051
|
+
"maxItems": 2,
|
|
1052
|
+
"minItems": 2,
|
|
1053
|
+
"type": "array"
|
|
1054
|
+
},
|
|
1055
|
+
"title": {
|
|
1056
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1057
|
+
"properties": {
|
|
1058
|
+
"align": {
|
|
1059
|
+
"description": "Title align",
|
|
1060
|
+
"enum": [
|
|
1061
|
+
"center",
|
|
1062
|
+
"left",
|
|
1063
|
+
"right"
|
|
1064
|
+
],
|
|
1065
|
+
"examples": [
|
|
1066
|
+
"left",
|
|
1067
|
+
"center",
|
|
1068
|
+
"right"
|
|
1069
|
+
],
|
|
1070
|
+
"type": "string"
|
|
1071
|
+
},
|
|
1072
|
+
"bold": {
|
|
1073
|
+
"description": "Is title bold",
|
|
1074
|
+
"examples": [
|
|
1075
|
+
true,
|
|
1076
|
+
false
|
|
1077
|
+
],
|
|
1078
|
+
"type": "boolean"
|
|
1079
|
+
},
|
|
1080
|
+
"border": {
|
|
1081
|
+
"description": "Is title a border",
|
|
1082
|
+
"examples": [
|
|
1083
|
+
true,
|
|
1084
|
+
false
|
|
1085
|
+
],
|
|
1086
|
+
"type": "boolean"
|
|
1087
|
+
},
|
|
1088
|
+
"fontSize": {
|
|
1089
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1090
|
+
"examples": [
|
|
1091
|
+
16,
|
|
1092
|
+
20
|
|
1093
|
+
],
|
|
1094
|
+
"type": "number"
|
|
1095
|
+
},
|
|
1096
|
+
"italic": {
|
|
1097
|
+
"description": "Is title italic",
|
|
1098
|
+
"examples": [
|
|
1099
|
+
true,
|
|
1100
|
+
false
|
|
1101
|
+
],
|
|
1102
|
+
"type": "boolean"
|
|
1103
|
+
},
|
|
1104
|
+
"lineHeight": {
|
|
1105
|
+
"description": "Title's line height in px",
|
|
1106
|
+
"examples": [
|
|
1107
|
+
30,
|
|
1108
|
+
42,
|
|
1109
|
+
50
|
|
1110
|
+
],
|
|
1111
|
+
"type": "number"
|
|
1112
|
+
},
|
|
1113
|
+
"underline": {
|
|
1114
|
+
"description": "Is title underline",
|
|
1115
|
+
"examples": [
|
|
1116
|
+
true,
|
|
1117
|
+
false
|
|
1118
|
+
],
|
|
1119
|
+
"type": "boolean"
|
|
1120
|
+
}
|
|
1121
|
+
},
|
|
1122
|
+
"type": "object"
|
|
1123
|
+
},
|
|
1124
|
+
"tooltip": {
|
|
1125
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
1126
|
+
"properties": {
|
|
1127
|
+
"background": {
|
|
1128
|
+
"description": "Tooltip's background",
|
|
1129
|
+
"examples": [
|
|
1130
|
+
"rgb(248, 248, 248)",
|
|
1131
|
+
"rgb(248, 248, 248)",
|
|
1132
|
+
"rgb(130, 128, 128)",
|
|
1133
|
+
"rgb(61, 61, 61)"
|
|
1134
|
+
],
|
|
1135
|
+
"type": "string"
|
|
1136
|
+
},
|
|
1137
|
+
"fontSize": {
|
|
1138
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1139
|
+
"examples": [
|
|
1140
|
+
12,
|
|
1141
|
+
16,
|
|
1142
|
+
20
|
|
1143
|
+
],
|
|
1144
|
+
"type": "number"
|
|
1145
|
+
},
|
|
1146
|
+
"opacity": {
|
|
1147
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
1148
|
+
"examples": [
|
|
1149
|
+
0.5,
|
|
1150
|
+
0.8,
|
|
1151
|
+
1
|
|
1152
|
+
],
|
|
1153
|
+
"type": "number"
|
|
1154
|
+
}
|
|
1155
|
+
},
|
|
1156
|
+
"type": "object"
|
|
1157
|
+
},
|
|
1158
|
+
"type": {
|
|
1159
|
+
"description": "It should be \"custom\" if custom theme id is specified or if you specify custom theme options to set the theme. Skip it otherwise.",
|
|
1160
|
+
"examples": [
|
|
1161
|
+
"custom"
|
|
1162
|
+
],
|
|
1163
|
+
"type": "string"
|
|
1164
|
+
}
|
|
1165
|
+
},
|
|
1166
|
+
"type": "object"
|
|
1167
|
+
},
|
|
1168
|
+
"timezoneId": {
|
|
1169
|
+
"description": "The timezone that will be used in the dashboard. This timezone id needs to be a valid id that is available in the IANA timezone database",
|
|
1170
|
+
"examples": [
|
|
1171
|
+
"Europe/Brussels",
|
|
1172
|
+
"America/New_York"
|
|
1173
|
+
],
|
|
1174
|
+
"type": "string"
|
|
1175
|
+
},
|
|
1176
|
+
"title": {
|
|
1177
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1178
|
+
"examples": [
|
|
1179
|
+
{
|
|
1180
|
+
"en": "Title"
|
|
1181
|
+
}
|
|
1182
|
+
],
|
|
1183
|
+
"type": "object"
|
|
1184
|
+
}
|
|
1185
|
+
},
|
|
1186
|
+
"type": "object"
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
;
|
|
1190
|
+
|
|
1191
|
+
export default _default;
|