@luzmo/dashboard-contents-types 1.0.3 → 1.0.4-beta.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/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 +9 -10
- package/assets/json-schemas/search-filter-slots.schema.json.d.ts +6 -6
- package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
- 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 +231 -74
- package/index.mjs +24040 -6310
- package/json-schemas.d.ts +16081 -2533
- 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/shared/drop-object-view-options.d.ts +1 -1
- package/src/lib/shared/index.d.ts +1 -0
- package/src/lib/shared/index.d.ts.map +1 -1
- package/src/lib/shared/iq-components.d.ts +95 -0
- package/src/lib/shared/iq-components.d.ts.map +1 -0
- 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
- package/CHANGELOG.md +0 -23
- package/README.md +0 -154
|
@@ -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/sankey-diagram-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"alignment": {
|
|
@@ -15,7 +15,7 @@ declare const _default: {
|
|
|
15
15
|
},
|
|
16
16
|
"color": {
|
|
17
17
|
"default": "",
|
|
18
|
-
"description": "The main color for the item, if omitted the default color from the theme will be used
|
|
18
|
+
"description": "The main color for the item, if omitted the default color from the theme will be used",
|
|
19
19
|
"examples": [
|
|
20
20
|
"#FF5733",
|
|
21
21
|
"#33FF57",
|
|
@@ -975,6 +975,11 @@ declare const _default: {
|
|
|
975
975
|
],
|
|
976
976
|
"type": "string"
|
|
977
977
|
},
|
|
978
|
+
"lookupFiltering": {
|
|
979
|
+
"default": false,
|
|
980
|
+
"description": "Allow interactive filtering of charts with linked datasets",
|
|
981
|
+
"type": "boolean"
|
|
982
|
+
},
|
|
978
983
|
"nodeSorting": {
|
|
979
984
|
"description": "Set node sorting, ascending or descending (asc, dsc)",
|
|
980
985
|
"enum": [
|
|
@@ -1115,12 +1120,7 @@ declare const _default: {
|
|
|
1115
1120
|
"properties": {
|
|
1116
1121
|
"font-style": {
|
|
1117
1122
|
"const": "normal",
|
|
1118
|
-
"description": "
|
|
1119
|
-
"examples": [
|
|
1120
|
-
"normal",
|
|
1121
|
-
"italic",
|
|
1122
|
-
"oblique"
|
|
1123
|
-
],
|
|
1123
|
+
"description": "Use it to reset the font style to \"normal\"",
|
|
1124
1124
|
"type": "string"
|
|
1125
1125
|
},
|
|
1126
1126
|
"font-weight": {
|
|
@@ -1302,7 +1302,7 @@ declare const _default: {
|
|
|
1302
1302
|
"type": "string"
|
|
1303
1303
|
},
|
|
1304
1304
|
"title": {
|
|
1305
|
-
"description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
|
|
1305
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1306
1306
|
"examples": [
|
|
1307
1307
|
{
|
|
1308
1308
|
"en": "Title"
|
|
@@ -1321,7 +1321,6 @@ declare const _default: {
|
|
|
1321
1321
|
},
|
|
1322
1322
|
"type": "object"
|
|
1323
1323
|
}
|
|
1324
|
-
|
|
1325
1324
|
;
|
|
1326
1325
|
|
|
1327
1326
|
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/sankey-diagram-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/sankey-diagram-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/sankey-diagram-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/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
20
20
|
}
|
|
21
21
|
]
|
|
22
22
|
},
|
|
@@ -189,13 +189,13 @@ declare const _default: {
|
|
|
189
189
|
"items": {
|
|
190
190
|
"anyOf": [
|
|
191
191
|
{
|
|
192
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
192
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
195
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
|
|
196
196
|
},
|
|
197
197
|
{
|
|
198
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
198
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
199
199
|
}
|
|
200
200
|
]
|
|
201
201
|
},
|
|
@@ -331,13 +331,13 @@ declare const _default: {
|
|
|
331
331
|
"items": {
|
|
332
332
|
"anyOf": [
|
|
333
333
|
{
|
|
334
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
334
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
|
|
335
335
|
},
|
|
336
336
|
{
|
|
337
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
337
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
|
|
338
338
|
},
|
|
339
339
|
{
|
|
340
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
340
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
341
341
|
}
|
|
342
342
|
]
|
|
343
343
|
},
|
|
@@ -381,7 +381,7 @@ declare const _default: {
|
|
|
381
381
|
"type": "string"
|
|
382
382
|
},
|
|
383
383
|
"columnSubType": {
|
|
384
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
384
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-slots.schema.json#/definitions/ColumnSubtype",
|
|
385
385
|
"description": "Column subtype"
|
|
386
386
|
},
|
|
387
387
|
"datasetId": {
|
|
@@ -536,13 +536,13 @@ declare const _default: {
|
|
|
536
536
|
"items": {
|
|
537
537
|
"anyOf": [
|
|
538
538
|
{
|
|
539
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
539
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-slots.schema.json#/definitions/NumericSlotContent"
|
|
540
540
|
},
|
|
541
541
|
{
|
|
542
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
542
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-slots.schema.json#/definitions/HierarchySlotContent"
|
|
543
543
|
},
|
|
544
544
|
{
|
|
545
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
545
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
546
546
|
}
|
|
547
547
|
]
|
|
548
548
|
},
|
|
@@ -562,16 +562,16 @@ declare const _default: {
|
|
|
562
562
|
"items": {
|
|
563
563
|
"anyOf": [
|
|
564
564
|
{
|
|
565
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
565
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-slots.schema.json#/definitions/SourceSlot"
|
|
566
566
|
},
|
|
567
567
|
{
|
|
568
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
568
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-slots.schema.json#/definitions/CategorySlot"
|
|
569
569
|
},
|
|
570
570
|
{
|
|
571
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
571
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-slots.schema.json#/definitions/MeasureSlot"
|
|
572
572
|
},
|
|
573
573
|
{
|
|
574
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
574
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-slots.schema.json#/definitions/DestinationSlot"
|
|
575
575
|
}
|
|
576
576
|
]
|
|
577
577
|
},
|
|
@@ -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/sankey-diagram.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Sankey Diagram item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Sankey Diagram item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Sankey Diagram item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/sankey-diagram-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|
|
@@ -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/scatter-plot-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"axis": {
|
|
@@ -249,7 +249,7 @@ declare const _default: {
|
|
|
249
249
|
},
|
|
250
250
|
"color": {
|
|
251
251
|
"default": "",
|
|
252
|
-
"description": "The main color for the item, if omitted the default color from the theme will be used
|
|
252
|
+
"description": "The main color for the item, if omitted the default color from the theme will be used",
|
|
253
253
|
"examples": [
|
|
254
254
|
"#FF5733",
|
|
255
255
|
"#33FF57",
|
|
@@ -1267,6 +1267,11 @@ declare const _default: {
|
|
|
1267
1267
|
],
|
|
1268
1268
|
"type": "string"
|
|
1269
1269
|
},
|
|
1270
|
+
"lookupFiltering": {
|
|
1271
|
+
"default": false,
|
|
1272
|
+
"description": "Allow interactive filtering of charts with linked datasets",
|
|
1273
|
+
"type": "boolean"
|
|
1274
|
+
},
|
|
1270
1275
|
"manualAxesRange": {
|
|
1271
1276
|
"description": "Set manual axes range",
|
|
1272
1277
|
"properties": {
|
|
@@ -1446,12 +1451,7 @@ declare const _default: {
|
|
|
1446
1451
|
"properties": {
|
|
1447
1452
|
"font-style": {
|
|
1448
1453
|
"const": "normal",
|
|
1449
|
-
"description": "
|
|
1450
|
-
"examples": [
|
|
1451
|
-
"normal",
|
|
1452
|
-
"italic",
|
|
1453
|
-
"oblique"
|
|
1454
|
-
],
|
|
1454
|
+
"description": "Use it to reset the font style to \"normal\"",
|
|
1455
1455
|
"type": "string"
|
|
1456
1456
|
},
|
|
1457
1457
|
"font-weight": {
|
|
@@ -1670,7 +1670,7 @@ declare const _default: {
|
|
|
1670
1670
|
"type": "string"
|
|
1671
1671
|
},
|
|
1672
1672
|
"title": {
|
|
1673
|
-
"description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
|
|
1673
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1674
1674
|
"examples": [
|
|
1675
1675
|
{
|
|
1676
1676
|
"en": "Title"
|
|
@@ -1681,7 +1681,6 @@ declare const _default: {
|
|
|
1681
1681
|
},
|
|
1682
1682
|
"type": "object"
|
|
1683
1683
|
}
|
|
1684
|
-
|
|
1685
1684
|
;
|
|
1686
1685
|
|
|
1687
1686
|
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/scatter-plot-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"ColorSlot": {
|
|
@@ -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/scatter-plot-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/scatter-plot-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/scatter-plot-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/scatter-plot-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/scatter-plot-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/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
313
313
|
}
|
|
314
314
|
]
|
|
315
315
|
},
|
|
@@ -352,7 +352,7 @@ declare const _default: {
|
|
|
352
352
|
"type": "string"
|
|
353
353
|
},
|
|
354
354
|
"columnSubType": {
|
|
355
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
355
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/scatter-plot-slots.schema.json#/definitions/ColumnSubtype",
|
|
356
356
|
"description": "Column subtype"
|
|
357
357
|
},
|
|
358
358
|
"datasetId": {
|
|
@@ -507,13 +507,13 @@ declare const _default: {
|
|
|
507
507
|
"items": {
|
|
508
508
|
"anyOf": [
|
|
509
509
|
{
|
|
510
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
510
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
|
|
511
511
|
},
|
|
512
512
|
{
|
|
513
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
513
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
|
|
514
514
|
},
|
|
515
515
|
{
|
|
516
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
516
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
517
517
|
}
|
|
518
518
|
]
|
|
519
519
|
},
|
|
@@ -536,13 +536,13 @@ declare const _default: {
|
|
|
536
536
|
"items": {
|
|
537
537
|
"anyOf": [
|
|
538
538
|
{
|
|
539
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
539
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
|
|
540
540
|
},
|
|
541
541
|
{
|
|
542
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
542
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
|
|
543
543
|
},
|
|
544
544
|
{
|
|
545
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
545
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
546
546
|
}
|
|
547
547
|
]
|
|
548
548
|
},
|
|
@@ -565,13 +565,13 @@ declare const _default: {
|
|
|
565
565
|
"items": {
|
|
566
566
|
"anyOf": [
|
|
567
567
|
{
|
|
568
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
568
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/scatter-plot-slots.schema.json#/definitions/NumericSlotContent"
|
|
569
569
|
},
|
|
570
570
|
{
|
|
571
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
571
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/scatter-plot-slots.schema.json#/definitions/HierarchySlotContent"
|
|
572
572
|
},
|
|
573
573
|
{
|
|
574
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
574
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/scatter-plot-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
575
575
|
}
|
|
576
576
|
]
|
|
577
577
|
},
|
|
@@ -591,19 +591,19 @@ declare const _default: {
|
|
|
591
591
|
"items": {
|
|
592
592
|
"anyOf": [
|
|
593
593
|
{
|
|
594
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
594
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/scatter-plot-slots.schema.json#/definitions/YAxisSlot"
|
|
595
595
|
},
|
|
596
596
|
{
|
|
597
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
597
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/scatter-plot-slots.schema.json#/definitions/NameSlot"
|
|
598
598
|
},
|
|
599
599
|
{
|
|
600
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
600
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/scatter-plot-slots.schema.json#/definitions/SizeSlot"
|
|
601
601
|
},
|
|
602
602
|
{
|
|
603
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
603
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/scatter-plot-slots.schema.json#/definitions/XAxisSlot"
|
|
604
604
|
},
|
|
605
605
|
{
|
|
606
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
606
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/scatter-plot-slots.schema.json#/definitions/ColorSlot"
|
|
607
607
|
}
|
|
608
608
|
]
|
|
609
609
|
},
|
|
@@ -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/scatter-plot.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Scatter Plot item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Scatter 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/scatter-plot-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Scatter 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/scatter-plot-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|
|
@@ -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/search-filter-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"applyFiltersWithButton": {
|
|
@@ -9,7 +9,7 @@ declare const _default: {
|
|
|
9
9
|
},
|
|
10
10
|
"color": {
|
|
11
11
|
"default": "",
|
|
12
|
-
"description": "The main color for the item, if omitted the default color from the theme will be used
|
|
12
|
+
"description": "The main color for the item, if omitted the default color from the theme will be used",
|
|
13
13
|
"examples": [
|
|
14
14
|
"#FF5733",
|
|
15
15
|
"#33FF57",
|
|
@@ -767,6 +767,11 @@ declare const _default: {
|
|
|
767
767
|
],
|
|
768
768
|
"type": "string"
|
|
769
769
|
},
|
|
770
|
+
"lookupFiltering": {
|
|
771
|
+
"default": false,
|
|
772
|
+
"description": "Allow interactive filtering of charts with linked datasets",
|
|
773
|
+
"type": "boolean"
|
|
774
|
+
},
|
|
770
775
|
"padding": {
|
|
771
776
|
"description": "Update left or right padding of the Search filter",
|
|
772
777
|
"properties": {
|
|
@@ -890,12 +895,7 @@ declare const _default: {
|
|
|
890
895
|
"properties": {
|
|
891
896
|
"font-style": {
|
|
892
897
|
"const": "normal",
|
|
893
|
-
"description": "
|
|
894
|
-
"examples": [
|
|
895
|
-
"normal",
|
|
896
|
-
"italic",
|
|
897
|
-
"oblique"
|
|
898
|
-
],
|
|
898
|
+
"description": "Use it to reset the font style to \"normal\"",
|
|
899
899
|
"type": "string"
|
|
900
900
|
},
|
|
901
901
|
"font-weight": {
|
|
@@ -1034,7 +1034,7 @@ declare const _default: {
|
|
|
1034
1034
|
"type": "string"
|
|
1035
1035
|
},
|
|
1036
1036
|
"title": {
|
|
1037
|
-
"description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
|
|
1037
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1038
1038
|
"examples": [
|
|
1039
1039
|
{
|
|
1040
1040
|
"en": "Title"
|
|
@@ -1045,7 +1045,6 @@ declare const _default: {
|
|
|
1045
1045
|
},
|
|
1046
1046
|
"type": "object"
|
|
1047
1047
|
}
|
|
1048
|
-
|
|
1049
1048
|
;
|
|
1050
1049
|
|
|
1051
1050
|
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/search-filter-slots.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"definitions": {
|
|
5
5
|
"ColumnSubtype": {
|
|
@@ -161,13 +161,13 @@ declare const _default: {
|
|
|
161
161
|
"items": {
|
|
162
162
|
"anyOf": [
|
|
163
163
|
{
|
|
164
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
164
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/search-filter-slots.schema.json#/definitions/NumericSlotContent"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
167
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/search-filter-slots.schema.json#/definitions/HierarchySlotContent"
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
170
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/search-filter-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
171
171
|
}
|
|
172
172
|
]
|
|
173
173
|
},
|
|
@@ -323,7 +323,7 @@ declare const _default: {
|
|
|
323
323
|
"type": "string"
|
|
324
324
|
},
|
|
325
325
|
"columnSubType": {
|
|
326
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
326
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/search-filter-slots.schema.json#/definitions/ColumnSubtype",
|
|
327
327
|
"description": "Column subtype"
|
|
328
328
|
},
|
|
329
329
|
"datasetId": {
|
|
@@ -473,7 +473,7 @@ declare const _default: {
|
|
|
473
473
|
},
|
|
474
474
|
"description": "Data definition of the Search filter",
|
|
475
475
|
"items": {
|
|
476
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
476
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/search-filter-slots.schema.json#/definitions/DimensionSlot"
|
|
477
477
|
},
|
|
478
478
|
"maxItems": 1,
|
|
479
479
|
"type": "array"
|
|
@@ -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/search-filter.schema.json",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Search Filter item",
|
|
6
6
|
"properties": {
|
|
@@ -11,11 +11,11 @@ declare const _default: {
|
|
|
11
11
|
},
|
|
12
12
|
"options": {
|
|
13
13
|
"description": "Options of the Search Filter item",
|
|
14
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/search-filter-options.schema.json"
|
|
15
15
|
},
|
|
16
16
|
"slots": {
|
|
17
17
|
"description": "Data definition of the Search Filter item",
|
|
18
|
-
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/search-filter-slots.schema.json"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
};
|
|
@@ -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/slicer-filter-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"applyFiltersWithButton": {
|
|
@@ -9,7 +9,7 @@ declare const _default: {
|
|
|
9
9
|
},
|
|
10
10
|
"color": {
|
|
11
11
|
"default": "",
|
|
12
|
-
"description": "The main color for the item, if omitted the default color from the theme will be used
|
|
12
|
+
"description": "The main color for the item, if omitted the default color from the theme will be used",
|
|
13
13
|
"examples": [
|
|
14
14
|
"#FF5733",
|
|
15
15
|
"#33FF57",
|
|
@@ -813,6 +813,11 @@ declare const _default: {
|
|
|
813
813
|
],
|
|
814
814
|
"type": "string"
|
|
815
815
|
},
|
|
816
|
+
"lookupFiltering": {
|
|
817
|
+
"default": false,
|
|
818
|
+
"description": "Allow interactive filtering of charts with linked datasets",
|
|
819
|
+
"type": "boolean"
|
|
820
|
+
},
|
|
816
821
|
"manualMeasureRange": {
|
|
817
822
|
"default": [
|
|
818
823
|
[]
|
|
@@ -1170,12 +1175,7 @@ declare const _default: {
|
|
|
1170
1175
|
"properties": {
|
|
1171
1176
|
"font-style": {
|
|
1172
1177
|
"const": "normal",
|
|
1173
|
-
"description": "
|
|
1174
|
-
"examples": [
|
|
1175
|
-
"normal",
|
|
1176
|
-
"italic",
|
|
1177
|
-
"oblique"
|
|
1178
|
-
],
|
|
1178
|
+
"description": "Use it to reset the font style to \"normal\"",
|
|
1179
1179
|
"type": "string"
|
|
1180
1180
|
},
|
|
1181
1181
|
"font-weight": {
|
|
@@ -1314,7 +1314,7 @@ declare const _default: {
|
|
|
1314
1314
|
"type": "string"
|
|
1315
1315
|
},
|
|
1316
1316
|
"title": {
|
|
1317
|
-
"description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
|
|
1317
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1318
1318
|
"examples": [
|
|
1319
1319
|
{
|
|
1320
1320
|
"en": "Title"
|
|
@@ -1325,7 +1325,6 @@ declare const _default: {
|
|
|
1325
1325
|
},
|
|
1326
1326
|
"type": "object"
|
|
1327
1327
|
}
|
|
1328
|
-
|
|
1329
1328
|
;
|
|
1330
1329
|
|
|
1331
1330
|
export default _default;
|