@luzmo/dashboard-contents-types 1.0.2 → 1.0.4
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 +12 -0
- package/README.md +40 -62
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +10 -11
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +8 -8
- package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +20 -10
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +10 -11
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +226 -27
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +11 -11
- package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +10 -11
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +3 -3
- package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +6 -6
- package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +8 -9
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +8 -8
- package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +9 -9
- package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/heat-map-options.schema.json.d.ts +1472 -0
- package/assets/json-schemas/heat-map-slots.schema.json.d.ts +566 -0
- package/assets/json-schemas/heat-map.schema.json.d.ts +23 -0
- package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +1588 -0
- package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +566 -0
- package/assets/json-schemas/hexbin-map.schema.json.d.ts +23 -0
- package/assets/json-schemas/image-options.schema.json.d.ts +7 -2
- package/assets/json-schemas/image.schema.json.d.ts +2 -2
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/marker-map-options.schema.json.d.ts +1486 -0
- package/assets/json-schemas/marker-map-slots.schema.json.d.ts +566 -0
- package/assets/json-schemas/marker-map.schema.json.d.ts +23 -0
- package/assets/json-schemas/options.schema.json.d.ts +49 -25
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +10 -11
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +6 -6
- package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/route-map-options.schema.json.d.ts +1506 -0
- package/assets/json-schemas/route-map-slots.schema.json.d.ts +627 -0
- package/assets/json-schemas/route-map.schema.json.d.ts +23 -0
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +22 -22
- package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/search-filter-options.schema.json.d.ts +1050 -0
- package/assets/json-schemas/search-filter-slots.schema.json.d.ts +484 -0
- package/assets/json-schemas/search-filter.schema.json.d.ts +23 -0
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +9 -10
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +5 -5
- package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slots.schema.json.d.ts +44 -23
- package/assets/json-schemas/spike-map-options.schema.json.d.ts +1686 -0
- package/assets/json-schemas/spike-map-slots.schema.json.d.ts +598 -0
- package/assets/json-schemas/spike-map.schema.json.d.ts +23 -0
- package/assets/json-schemas/symbol-map-options.schema.json.d.ts +1567 -0
- package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +595 -0
- package/assets/json-schemas/symbol-map.schema.json.d.ts +23 -0
- package/assets/json-schemas/text-options.schema.json.d.ts +8 -8
- package/assets/json-schemas/text.schema.json.d.ts +2 -2
- package/assets/json-schemas/video-options.schema.json.d.ts +318 -0
- package/assets/json-schemas/video.schema.json.d.ts +19 -0
- package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
- package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +3428 -0
- package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +543 -0
- package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +23 -0
- package/index.d.ts +1 -1
- package/index.d.ts.map +1 -1
- package/index.js +248 -70
- package/index.mjs +25636 -6337
- package/json-schemas.d.ts +17363 -2624
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +9 -0
- package/src/index.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +3 -0
- package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +17 -12
- package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
- package/src/lib/heat-map/heat-map-options.d.ts +103 -0
- package/src/lib/heat-map/heat-map-options.d.ts.map +1 -0
- package/src/lib/heat-map/heat-map-slots.d.ts +29 -0
- package/src/lib/heat-map/heat-map-slots.d.ts.map +1 -0
- package/src/lib/heat-map/heat-map.d.ts +23 -0
- package/src/lib/heat-map/heat-map.d.ts.map +1 -0
- package/src/lib/heat-map/index.d.ts +3 -0
- package/src/lib/heat-map/index.d.ts.map +1 -0
- package/src/lib/hexbin-map/hexbin-map-options.d.ts +116 -0
- package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -0
- package/src/lib/hexbin-map/hexbin-map-slots.d.ts +29 -0
- package/src/lib/hexbin-map/hexbin-map-slots.d.ts.map +1 -0
- package/src/lib/hexbin-map/hexbin-map.d.ts +23 -0
- package/src/lib/hexbin-map/hexbin-map.d.ts.map +1 -0
- package/src/lib/hexbin-map/index.d.ts +3 -0
- package/src/lib/hexbin-map/index.d.ts.map +1 -0
- package/src/lib/marker-map/index.d.ts +3 -0
- package/src/lib/marker-map/index.d.ts.map +1 -0
- package/src/lib/marker-map/marker-map-options.d.ts +61 -0
- package/src/lib/marker-map/marker-map-options.d.ts.map +1 -0
- package/src/lib/marker-map/marker-map-slots.d.ts +29 -0
- package/src/lib/marker-map/marker-map-slots.d.ts.map +1 -0
- package/src/lib/marker-map/marker-map.d.ts +23 -0
- package/src/lib/marker-map/marker-map.d.ts.map +1 -0
- package/src/lib/route-map/index.d.ts +3 -0
- package/src/lib/route-map/index.d.ts.map +1 -0
- package/src/lib/route-map/route-map-options.d.ts +94 -0
- package/src/lib/route-map/route-map-options.d.ts.map +1 -0
- package/src/lib/route-map/route-map-slots.d.ts +51 -0
- package/src/lib/route-map/route-map-slots.d.ts.map +1 -0
- package/src/lib/route-map/route-map.d.ts +23 -0
- package/src/lib/route-map/route-map.d.ts.map +1 -0
- package/src/lib/search-filter/search-filter-options.d.ts +6 -0
- package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
- package/src/lib/shared/drop-object-view-options.d.ts +1 -1
- package/src/lib/shared/map-object-view-options.d.ts +100 -1
- package/src/lib/shared/map-object-view-options.d.ts.map +1 -1
- package/src/lib/shared/ranges.d.ts +1 -1
- package/src/lib/shared/slots.d.ts +82 -16
- package/src/lib/shared/slots.d.ts.map +1 -1
- package/src/lib/shared/theme.d.ts +1 -2
- package/src/lib/shared/theme.d.ts.map +1 -1
- package/src/lib/shared/title.d.ts +1 -1
- package/src/lib/shared/viz-item.d.ts +5 -0
- package/src/lib/shared/viz-item.d.ts.map +1 -1
- package/src/lib/spike-map/index.d.ts +3 -0
- package/src/lib/spike-map/index.d.ts.map +1 -0
- package/src/lib/spike-map/spike-map-options.d.ts +126 -0
- package/src/lib/spike-map/spike-map-options.d.ts.map +1 -0
- package/src/lib/spike-map/spike-map-slots.d.ts +40 -0
- package/src/lib/spike-map/spike-map-slots.d.ts.map +1 -0
- package/src/lib/spike-map/spike-map.d.ts +23 -0
- package/src/lib/spike-map/spike-map.d.ts.map +1 -0
- package/src/lib/symbol-map/index.d.ts +3 -0
- package/src/lib/symbol-map/index.d.ts.map +1 -0
- package/src/lib/symbol-map/symbol-map-options.d.ts +93 -0
- package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -0
- package/src/lib/symbol-map/symbol-map-slots.d.ts +40 -0
- package/src/lib/symbol-map/symbol-map-slots.d.ts.map +1 -0
- package/src/lib/symbol-map/symbol-map.d.ts +23 -0
- package/src/lib/symbol-map/symbol-map.d.ts.map +1 -0
- package/src/lib/video/index.d.ts +2 -0
- package/src/lib/video/index.d.ts.map +1 -0
- package/src/lib/video/video-options.d.ts +86 -0
- package/src/lib/video/video-options.d.ts.map +1 -0
- package/src/lib/video/video.d.ts +16 -0
- package/src/lib/video/video.d.ts.map +1 -0
- package/src/lib/visual-item/index.d.ts +1 -0
- package/src/lib/visual-item/index.d.ts.map +1 -0
- package/src/lib/visual-item/visual-item.d.ts +28 -0
- package/src/lib/visual-item/visual-item.d.ts.map +1 -0
- package/src/lib/wordcloud-chart/index.d.ts +3 -0
- package/src/lib/wordcloud-chart/index.d.ts.map +1 -0
- package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +117 -0
- package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -0
- package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts +41 -0
- package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts.map +1 -0
- package/src/lib/wordcloud-chart/wordcloud-chart.d.ts +23 -0
- package/src/lib/wordcloud-chart/wordcloud-chart.d.ts.map +1 -0
- package/src/options.d.ts +10 -1
- package/src/options.d.ts.map +1 -1
- package/src/slots.d.ts +9 -1
- package/src/slots.d.ts.map +1 -1
- package/vite.config.d.ts.map +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
3
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/box-plot.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Box Plot item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Box Plot item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/box-plot-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Box Plot item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/box-plot-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
|
+
"bubbleLabels": {
|
|
6
|
+
"type": "boolean"
|
|
7
|
+
},
|
|
5
8
|
"categories": {
|
|
6
9
|
"description": "Categories options",
|
|
7
10
|
"properties": {
|
|
@@ -15,7 +18,7 @@ declare const _default: {
|
|
|
15
18
|
},
|
|
16
19
|
"color": {
|
|
17
20
|
"default": "",
|
|
18
|
-
"description": "The main color for the item, if omitted the default color from the theme will be used
|
|
21
|
+
"description": "The main color for the item, if omitted the default color from the theme will be used",
|
|
19
22
|
"examples": [
|
|
20
23
|
"#FF5733",
|
|
21
24
|
"#33FF57",
|
|
@@ -50,6 +53,14 @@ declare const _default: {
|
|
|
50
53
|
"default": true,
|
|
51
54
|
"description": "Show or hide the title",
|
|
52
55
|
"type": "boolean"
|
|
56
|
+
},
|
|
57
|
+
"values": {
|
|
58
|
+
"enum": [
|
|
59
|
+
"absolute",
|
|
60
|
+
"none",
|
|
61
|
+
"percentage"
|
|
62
|
+
],
|
|
63
|
+
"type": "string"
|
|
53
64
|
}
|
|
54
65
|
},
|
|
55
66
|
"type": "object"
|
|
@@ -3049,6 +3060,11 @@ declare const _default: {
|
|
|
3049
3060
|
],
|
|
3050
3061
|
"type": "string"
|
|
3051
3062
|
},
|
|
3063
|
+
"lookupFiltering": {
|
|
3064
|
+
"default": false,
|
|
3065
|
+
"description": "Allow interactive filtering of charts with linked datasets",
|
|
3066
|
+
"type": "boolean"
|
|
3067
|
+
},
|
|
3052
3068
|
"theme": {
|
|
3053
3069
|
"description": "Theme configuration",
|
|
3054
3070
|
"properties": {
|
|
@@ -3182,12 +3198,7 @@ declare const _default: {
|
|
|
3182
3198
|
"properties": {
|
|
3183
3199
|
"font-style": {
|
|
3184
3200
|
"const": "normal",
|
|
3185
|
-
"description": "
|
|
3186
|
-
"examples": [
|
|
3187
|
-
"normal",
|
|
3188
|
-
"italic",
|
|
3189
|
-
"oblique"
|
|
3190
|
-
],
|
|
3201
|
+
"description": "Use it to reset the font style to \"normal\"",
|
|
3191
3202
|
"type": "string"
|
|
3192
3203
|
},
|
|
3193
3204
|
"font-weight": {
|
|
@@ -3406,7 +3417,7 @@ declare const _default: {
|
|
|
3406
3417
|
"type": "string"
|
|
3407
3418
|
},
|
|
3408
3419
|
"title": {
|
|
3409
|
-
"description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
|
|
3420
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
3410
3421
|
"examples": [
|
|
3411
3422
|
{
|
|
3412
3423
|
"en": "Title"
|
|
@@ -3417,7 +3428,6 @@ declare const _default: {
|
|
|
3417
3428
|
},
|
|
3418
3429
|
"type": "object"
|
|
3419
3430
|
}
|
|
3420
|
-
|
|
3421
3431
|
;
|
|
3422
3432
|
|
|
3423
3433
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"CategorySlot": {
|
|
@@ -10,13 +10,13 @@ declare const _default: {
|
|
|
10
10
|
"items": {
|
|
11
11
|
"anyOf": [
|
|
12
12
|
{
|
|
13
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
13
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
19
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
20
20
|
}
|
|
21
21
|
]
|
|
22
22
|
},
|
|
@@ -39,13 +39,13 @@ declare const _default: {
|
|
|
39
39
|
"items": {
|
|
40
40
|
"anyOf": [
|
|
41
41
|
{
|
|
42
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
42
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
45
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
48
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
49
49
|
}
|
|
50
50
|
]
|
|
51
51
|
},
|
|
@@ -332,13 +332,13 @@ declare const _default: {
|
|
|
332
332
|
"items": {
|
|
333
333
|
"anyOf": [
|
|
334
334
|
{
|
|
335
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
335
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
336
336
|
},
|
|
337
337
|
{
|
|
338
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
338
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
339
339
|
},
|
|
340
340
|
{
|
|
341
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
341
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
342
342
|
}
|
|
343
343
|
]
|
|
344
344
|
},
|
|
@@ -382,7 +382,7 @@ declare const _default: {
|
|
|
382
382
|
"type": "string"
|
|
383
383
|
},
|
|
384
384
|
"columnSubType": {
|
|
385
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
385
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
386
386
|
"description": "Column subtype"
|
|
387
387
|
},
|
|
388
388
|
"datasetId": {
|
|
@@ -534,13 +534,13 @@ declare const _default: {
|
|
|
534
534
|
"items": {
|
|
535
535
|
"anyOf": [
|
|
536
536
|
{
|
|
537
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
537
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
538
538
|
},
|
|
539
539
|
{
|
|
540
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
540
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-slots.schema.json#/definitions/CategorySlot"
|
|
541
541
|
},
|
|
542
542
|
{
|
|
543
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
543
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-slots.schema.json#/definitions/ColorSlot"
|
|
544
544
|
}
|
|
545
545
|
]
|
|
546
546
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
3
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Bubble Chart item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Bubble Chart item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Bubble Chart item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bubble-chart-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"color": {
|
|
6
6
|
"default": "",
|
|
7
|
-
"description": "The main color for the item, if omitted the default color from the theme will be used
|
|
7
|
+
"description": "The main color for the item, if omitted the default color from the theme will be used",
|
|
8
8
|
"examples": [
|
|
9
9
|
"#FF5733",
|
|
10
10
|
"#33FF57",
|
|
@@ -920,6 +920,11 @@ declare const _default: {
|
|
|
920
920
|
],
|
|
921
921
|
"type": "string"
|
|
922
922
|
},
|
|
923
|
+
"lookupFiltering": {
|
|
924
|
+
"default": false,
|
|
925
|
+
"description": "Allow interactive filtering of charts with linked datasets",
|
|
926
|
+
"type": "boolean"
|
|
927
|
+
},
|
|
923
928
|
"manualValues": {
|
|
924
929
|
"default": [
|
|
925
930
|
[]
|
|
@@ -936,7 +941,7 @@ declare const _default: {
|
|
|
936
941
|
"description": "Values range options that are configured manually",
|
|
937
942
|
"properties": {
|
|
938
943
|
"color": {
|
|
939
|
-
"description": "Color of the range",
|
|
944
|
+
"description": "Color of the range, it can be a hex or rgb(a) color",
|
|
940
945
|
"type": "string"
|
|
941
946
|
},
|
|
942
947
|
"isNegativeInfinityRange": {
|
|
@@ -1176,12 +1181,7 @@ declare const _default: {
|
|
|
1176
1181
|
"properties": {
|
|
1177
1182
|
"font-style": {
|
|
1178
1183
|
"const": "normal",
|
|
1179
|
-
"description": "
|
|
1180
|
-
"examples": [
|
|
1181
|
-
"normal",
|
|
1182
|
-
"italic",
|
|
1183
|
-
"oblique"
|
|
1184
|
-
],
|
|
1184
|
+
"description": "Use it to reset the font style to \"normal\"",
|
|
1185
1185
|
"type": "string"
|
|
1186
1186
|
},
|
|
1187
1187
|
"font-weight": {
|
|
@@ -1363,7 +1363,7 @@ declare const _default: {
|
|
|
1363
1363
|
"type": "string"
|
|
1364
1364
|
},
|
|
1365
1365
|
"title": {
|
|
1366
|
-
"description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
|
|
1366
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1367
1367
|
"examples": [
|
|
1368
1368
|
{
|
|
1369
1369
|
"en": "Title"
|
|
@@ -1374,7 +1374,6 @@ declare const _default: {
|
|
|
1374
1374
|
},
|
|
1375
1375
|
"type": "object"
|
|
1376
1376
|
}
|
|
1377
|
-
|
|
1378
1377
|
;
|
|
1379
1378
|
|
|
1380
1379
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"CategorySlot": {
|
|
@@ -10,13 +10,13 @@ declare const _default: {
|
|
|
10
10
|
"items": {
|
|
11
11
|
"anyOf": [
|
|
12
12
|
{
|
|
13
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
13
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
16
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
19
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
20
20
|
}
|
|
21
21
|
]
|
|
22
22
|
},
|
|
@@ -303,13 +303,13 @@ declare const _default: {
|
|
|
303
303
|
"items": {
|
|
304
304
|
"anyOf": [
|
|
305
305
|
{
|
|
306
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
306
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
307
307
|
},
|
|
308
308
|
{
|
|
309
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
309
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
310
310
|
},
|
|
311
311
|
{
|
|
312
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
312
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
313
313
|
}
|
|
314
314
|
]
|
|
315
315
|
},
|
|
@@ -353,7 +353,7 @@ declare const _default: {
|
|
|
353
353
|
"type": "string"
|
|
354
354
|
},
|
|
355
355
|
"columnSubType": {
|
|
356
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
356
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
357
357
|
"description": "Column subtype"
|
|
358
358
|
},
|
|
359
359
|
"datasetId": {
|
|
@@ -508,13 +508,13 @@ declare const _default: {
|
|
|
508
508
|
"items": {
|
|
509
509
|
"anyOf": [
|
|
510
510
|
{
|
|
511
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
511
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
512
512
|
},
|
|
513
513
|
{
|
|
514
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
514
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
515
515
|
},
|
|
516
516
|
{
|
|
517
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
517
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
518
518
|
}
|
|
519
519
|
]
|
|
520
520
|
},
|
|
@@ -534,13 +534,13 @@ declare const _default: {
|
|
|
534
534
|
"items": {
|
|
535
535
|
"anyOf": [
|
|
536
536
|
{
|
|
537
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
537
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
538
538
|
},
|
|
539
539
|
{
|
|
540
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
540
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart-slots.schema.json#/definitions/CategorySlot"
|
|
541
541
|
},
|
|
542
542
|
{
|
|
543
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
543
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart-slots.schema.json#/definitions/TargetSlot"
|
|
544
544
|
}
|
|
545
545
|
]
|
|
546
546
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
3
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Bullet Chart item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Bullet Chart item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Bullet Chart item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bullet-chart-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|