@luzmo/dashboard-contents-types 1.0.5 → 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 +47 -0
- package/README.md +132 -0
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +129 -532
- 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 +125 -2594
- 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 +121 -525
- 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 +126 -2595
- 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 +114 -521
- 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 +117 -524
- 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 +116 -523
- 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 +125 -2594
- 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 +42 -456
- 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 +27 -415
- 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 +161 -2623
- 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 +29 -417
- 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 +119 -525
- 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 +125 -2594
- 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 +32 -449
- 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 +1119 -0
- package/assets/json-schemas/heat-table-slots.schema.json.d.ts +518 -0
- package/assets/json-schemas/heat-table.schema.json.d.ts +23 -0
- package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +39 -453
- 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 +8 -8
- package/assets/json-schemas/image.schema.json.d.ts +2 -2
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +131 -536
- 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 +32 -449
- 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 +1173 -0
- package/assets/json-schemas/ohlc-chart-slots.schema.json.d.ts +582 -0
- package/assets/json-schemas/ohlc-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/options.schema.json.d.ts +59 -35
- 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 +114 -523
- 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 +110 -520
- 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 +32 -449
- 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 +117 -524
- 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 +124 -528
- 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 +27 -415
- 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 +28 -416
- 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 +28 -416
- 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 +56 -32
- package/assets/json-schemas/speedometer-chart-options.schema.json.d.ts +28 -436
- 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 +39 -453
- 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 +1024 -0
- package/assets/json-schemas/sunburst-chart-slots.schema.json.d.ts +485 -0
- package/assets/json-schemas/sunburst-chart.schema.json.d.ts +23 -0
- package/assets/json-schemas/symbol-map-options.schema.json.d.ts +39 -453
- 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 +9 -22
- package/assets/json-schemas/text.schema.json.d.ts +2 -2
- package/assets/json-schemas/treemap-chart-options.schema.json.d.ts +125 -2604
- 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 +8 -21
- 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 +124 -2603
- 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 +407 -325
- package/index.mjs +27332 -42237
- package/json-schemas.d.ts +16188 -33824
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +1 -1
- package/src/index.d.ts.map +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 +187 -0
- package/src/lib/heat-table/heat-table-options.d.ts.map +1 -0
- package/src/lib/heat-table/heat-table-slots.d.ts +41 -0
- package/src/lib/heat-table/heat-table-slots.d.ts.map +1 -0
- package/src/lib/heat-table/heat-table.d.ts +24 -0
- package/src/lib/heat-table/heat-table.d.ts.map +1 -0
- package/src/lib/heat-table/index.d.ts +3 -0
- package/src/lib/heat-table/index.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/index.d.ts +3 -0
- package/src/lib/ohlc-chart/index.d.ts.map +1 -1
- package/src/lib/ohlc-chart/ohlc-chart-options.d.ts +202 -0
- package/src/lib/ohlc-chart/ohlc-chart-options.d.ts.map +1 -0
- package/src/lib/ohlc-chart/ohlc-chart-slots.d.ts +63 -0
- package/src/lib/ohlc-chart/ohlc-chart-slots.d.ts.map +1 -0
- package/src/lib/ohlc-chart/ohlc-chart.d.ts +24 -0
- package/src/lib/ohlc-chart/ohlc-chart.d.ts.map +1 -0
- 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/legend.d.ts +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 +2 -1
- package/src/lib/shared/slots.d.ts.map +1 -1
- package/src/lib/shared/theme.d.ts +21 -19
- package/src/lib/shared/theme.d.ts.map +1 -1
- package/src/lib/shared/title.d.ts +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/index.d.ts +3 -0
- package/src/lib/sunburst-chart/index.d.ts.map +1 -1
- package/src/lib/sunburst-chart/sunburst-chart-options.d.ts +89 -0
- package/src/lib/sunburst-chart/sunburst-chart-options.d.ts.map +1 -0
- package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts +29 -0
- package/src/lib/sunburst-chart/sunburst-chart-slots.d.ts.map +1 -0
- package/src/lib/sunburst-chart/sunburst-chart.d.ts +24 -0
- package/src/lib/sunburst-chart/sunburst-chart.d.ts.map +1 -0
- 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 +9 -1
- package/src/options.d.ts.map +1 -1
- package/src/slots.d.ts +0 -35
- package/src/slots.d.ts.map +0 -1
|
@@ -0,0 +1,485 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/circle-pack-chart-slots.schema.json",
|
|
3
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
+
"definitions": {
|
|
5
|
+
"ColumnSubtype": {
|
|
6
|
+
"enum": [
|
|
7
|
+
"coordinates",
|
|
8
|
+
"currency",
|
|
9
|
+
"duration",
|
|
10
|
+
"hierarchy_element_expression",
|
|
11
|
+
"ip_address",
|
|
12
|
+
"topography"
|
|
13
|
+
],
|
|
14
|
+
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"DateTimeSlotContent": {
|
|
17
|
+
"properties": {
|
|
18
|
+
"aggregationFunc": {
|
|
19
|
+
"description": "Basic aggregation function. It can be used when a \"datetime\" column is used in a measure slot.",
|
|
20
|
+
"enum": [
|
|
21
|
+
"count",
|
|
22
|
+
"distinctcount"
|
|
23
|
+
],
|
|
24
|
+
"type": "string"
|
|
25
|
+
},
|
|
26
|
+
"color": {
|
|
27
|
+
"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.",
|
|
28
|
+
"type": [
|
|
29
|
+
"null",
|
|
30
|
+
"string"
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
"columnId": {
|
|
34
|
+
"description": "Column id",
|
|
35
|
+
"format": "uuid",
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
"datasetId": {
|
|
39
|
+
"description": "Dataset id",
|
|
40
|
+
"format": "uuid",
|
|
41
|
+
"type": "string"
|
|
42
|
+
},
|
|
43
|
+
"datetimeDisplayMode": {
|
|
44
|
+
"description": "If it's set it will be used for datetime formatting together with weekStart, weekDayNameFormat, monthNameFormat",
|
|
45
|
+
"enum": [
|
|
46
|
+
"day_in_month",
|
|
47
|
+
"day_in_year",
|
|
48
|
+
"default",
|
|
49
|
+
"hour_in_day",
|
|
50
|
+
"minute_in_hour",
|
|
51
|
+
"month_name",
|
|
52
|
+
"month_number",
|
|
53
|
+
"quarter_number",
|
|
54
|
+
"second_in_minute",
|
|
55
|
+
"week_number",
|
|
56
|
+
"weekday_name",
|
|
57
|
+
"weekday_number"
|
|
58
|
+
],
|
|
59
|
+
"type": "string"
|
|
60
|
+
},
|
|
61
|
+
"format": {
|
|
62
|
+
"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.",
|
|
63
|
+
"type": "string"
|
|
64
|
+
},
|
|
65
|
+
"grandTotals": {
|
|
66
|
+
"description": "Enable or disable grand totals, they're only used in Pivot table",
|
|
67
|
+
"properties": {
|
|
68
|
+
"enabled": {
|
|
69
|
+
"type": "boolean"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"type": "object"
|
|
73
|
+
},
|
|
74
|
+
"label": {
|
|
75
|
+
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
76
|
+
"type": "object"
|
|
77
|
+
},
|
|
78
|
+
"level": {
|
|
79
|
+
"description": "\"hierarchy\" or \"datetime\" level",
|
|
80
|
+
"type": [
|
|
81
|
+
"number",
|
|
82
|
+
"null"
|
|
83
|
+
]
|
|
84
|
+
},
|
|
85
|
+
"lowestLevel": {
|
|
86
|
+
"description": "Lowest \"hierarchy\" or \"datetime\" level",
|
|
87
|
+
"type": [
|
|
88
|
+
"null",
|
|
89
|
+
"number"
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
"monthNameFormat": {
|
|
93
|
+
"description": "Month name format for datetime column formatting",
|
|
94
|
+
"enum": [
|
|
95
|
+
"letter",
|
|
96
|
+
"long",
|
|
97
|
+
"short"
|
|
98
|
+
],
|
|
99
|
+
"type": "string"
|
|
100
|
+
},
|
|
101
|
+
"periodOverPeriod": {
|
|
102
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/circle-pack-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
103
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
104
|
+
},
|
|
105
|
+
"subtype": {
|
|
106
|
+
"description": "There's no subtype for \"datetime\", it can be null or omitted",
|
|
107
|
+
"type": "null"
|
|
108
|
+
},
|
|
109
|
+
"type": {
|
|
110
|
+
"const": "datetime",
|
|
111
|
+
"description": "\"datetime\" column type",
|
|
112
|
+
"type": "string"
|
|
113
|
+
},
|
|
114
|
+
"weekDayNameFormat": {
|
|
115
|
+
"description": "Week day name format for datetime column formatting",
|
|
116
|
+
"enum": [
|
|
117
|
+
"letter",
|
|
118
|
+
"long",
|
|
119
|
+
"short"
|
|
120
|
+
],
|
|
121
|
+
"type": "string"
|
|
122
|
+
},
|
|
123
|
+
"weekStart": {
|
|
124
|
+
"description": "Week start day, 'sunday' or 'monday'. For datetime column formatting.",
|
|
125
|
+
"enum": [
|
|
126
|
+
"monday",
|
|
127
|
+
"sunday"
|
|
128
|
+
],
|
|
129
|
+
"type": "string"
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"type": "object"
|
|
133
|
+
},
|
|
134
|
+
"HierarchySlotContent": {
|
|
135
|
+
"properties": {
|
|
136
|
+
"aggregationFunc": {
|
|
137
|
+
"description": "Basic aggregation function. It can be used when a \"hierarchy\" column is used in a measure slot.",
|
|
138
|
+
"enum": [
|
|
139
|
+
"count",
|
|
140
|
+
"distinctcount"
|
|
141
|
+
],
|
|
142
|
+
"type": "string"
|
|
143
|
+
},
|
|
144
|
+
"color": {
|
|
145
|
+
"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.",
|
|
146
|
+
"type": [
|
|
147
|
+
"null",
|
|
148
|
+
"string"
|
|
149
|
+
]
|
|
150
|
+
},
|
|
151
|
+
"columnId": {
|
|
152
|
+
"description": "Column id",
|
|
153
|
+
"format": "uuid",
|
|
154
|
+
"type": "string"
|
|
155
|
+
},
|
|
156
|
+
"datasetId": {
|
|
157
|
+
"description": "Dataset id",
|
|
158
|
+
"format": "uuid",
|
|
159
|
+
"type": "string"
|
|
160
|
+
},
|
|
161
|
+
"format": {
|
|
162
|
+
"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.",
|
|
163
|
+
"type": "string"
|
|
164
|
+
},
|
|
165
|
+
"grandTotals": {
|
|
166
|
+
"description": "Enable or disable grand totals, they're only used in Pivot table",
|
|
167
|
+
"properties": {
|
|
168
|
+
"enabled": {
|
|
169
|
+
"type": "boolean"
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"type": "object"
|
|
173
|
+
},
|
|
174
|
+
"label": {
|
|
175
|
+
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
176
|
+
"type": "object"
|
|
177
|
+
},
|
|
178
|
+
"level": {
|
|
179
|
+
"description": "\"hierarchy\" or \"datetime\" level",
|
|
180
|
+
"type": [
|
|
181
|
+
"number",
|
|
182
|
+
"null"
|
|
183
|
+
]
|
|
184
|
+
},
|
|
185
|
+
"lowestLevel": {
|
|
186
|
+
"description": "Lowest \"hierarchy\" or \"datetime\" level",
|
|
187
|
+
"type": [
|
|
188
|
+
"null",
|
|
189
|
+
"number"
|
|
190
|
+
]
|
|
191
|
+
},
|
|
192
|
+
"periodOverPeriod": {
|
|
193
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/circle-pack-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
194
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
195
|
+
},
|
|
196
|
+
"subtype": {
|
|
197
|
+
"anyOf": [
|
|
198
|
+
{
|
|
199
|
+
"enum": [
|
|
200
|
+
"coordinates",
|
|
201
|
+
"currency",
|
|
202
|
+
"date",
|
|
203
|
+
"datetime",
|
|
204
|
+
"duration",
|
|
205
|
+
"hierarchy_element_expression",
|
|
206
|
+
"ip_address",
|
|
207
|
+
"topography"
|
|
208
|
+
],
|
|
209
|
+
"type": "string"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"type": "null"
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"description": "Column subtype"
|
|
216
|
+
},
|
|
217
|
+
"type": {
|
|
218
|
+
"const": "hierarchy",
|
|
219
|
+
"description": "\"hierarchy\" column type",
|
|
220
|
+
"type": "string"
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
"type": "object"
|
|
224
|
+
},
|
|
225
|
+
"LevelsSlot": {
|
|
226
|
+
"description": "Category slot definition of the Circle pack chart",
|
|
227
|
+
"properties": {
|
|
228
|
+
"content": {
|
|
229
|
+
"description": "levels slot definition, it can contain mixed data (numeric, categorical)",
|
|
230
|
+
"items": {
|
|
231
|
+
"anyOf": [
|
|
232
|
+
{
|
|
233
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/circle-pack-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/circle-pack-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/circle-pack-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
240
|
+
}
|
|
241
|
+
]
|
|
242
|
+
},
|
|
243
|
+
"type": "array"
|
|
244
|
+
},
|
|
245
|
+
"name": {
|
|
246
|
+
"const": "levels",
|
|
247
|
+
"description": "Name of the slot",
|
|
248
|
+
"type": "string"
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
"type": "object"
|
|
252
|
+
},
|
|
253
|
+
"MeasureSlot": {
|
|
254
|
+
"description": "Measure slot definition of the Circle pack chart",
|
|
255
|
+
"properties": {
|
|
256
|
+
"content": {
|
|
257
|
+
"description": "Measure slot definition, it can contain numeric data",
|
|
258
|
+
"items": {
|
|
259
|
+
"anyOf": [
|
|
260
|
+
{
|
|
261
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/circle-pack-chart-slots.schema.json#/definitions/NumericSlotContent"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/circle-pack-chart-slots.schema.json#/definitions/HierarchySlotContent"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/circle-pack-chart-slots.schema.json#/definitions/DateTimeSlotContent"
|
|
268
|
+
}
|
|
269
|
+
]
|
|
270
|
+
},
|
|
271
|
+
"maxItems": 1,
|
|
272
|
+
"type": "array"
|
|
273
|
+
},
|
|
274
|
+
"name": {
|
|
275
|
+
"const": "measure",
|
|
276
|
+
"description": "Name of the slot",
|
|
277
|
+
"type": "string"
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
"type": "object"
|
|
281
|
+
},
|
|
282
|
+
"NumericSlotContent": {
|
|
283
|
+
"properties": {
|
|
284
|
+
"aggregationFunc": {
|
|
285
|
+
"description": "Aggregation function. It can be used with a \"numeric\" column type, and with some limitations with \"hierarchy\" and \"datetime\" column types.",
|
|
286
|
+
"enum": [
|
|
287
|
+
"average",
|
|
288
|
+
"count",
|
|
289
|
+
"cumulativesum",
|
|
290
|
+
"distinctcount",
|
|
291
|
+
"histogram",
|
|
292
|
+
"max",
|
|
293
|
+
"median",
|
|
294
|
+
"min",
|
|
295
|
+
"rate",
|
|
296
|
+
"stddev",
|
|
297
|
+
"sum",
|
|
298
|
+
"weightedaverage"
|
|
299
|
+
],
|
|
300
|
+
"type": "string"
|
|
301
|
+
},
|
|
302
|
+
"aggregationWeight": {
|
|
303
|
+
"description": "Aggregation weight. It can be used with a \"numeric\" column type.",
|
|
304
|
+
"properties": {
|
|
305
|
+
"columnId": {
|
|
306
|
+
"description": "Column id",
|
|
307
|
+
"format": "uuid",
|
|
308
|
+
"type": "string"
|
|
309
|
+
},
|
|
310
|
+
"columnSubType": {
|
|
311
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/circle-pack-chart-slots.schema.json#/definitions/ColumnSubtype",
|
|
312
|
+
"description": "Column subtype"
|
|
313
|
+
},
|
|
314
|
+
"datasetId": {
|
|
315
|
+
"description": "Dataset id",
|
|
316
|
+
"format": "uuid",
|
|
317
|
+
"type": "string"
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"type": "object"
|
|
321
|
+
},
|
|
322
|
+
"bins": {
|
|
323
|
+
"description": "Bin definition. It can be used when a \"numeric\" column is used as a category.",
|
|
324
|
+
"properties": {
|
|
325
|
+
"enabled": {
|
|
326
|
+
"description": "Enable or disable binning",
|
|
327
|
+
"type": "boolean"
|
|
328
|
+
},
|
|
329
|
+
"number": {
|
|
330
|
+
"description": "Defines the range of the bins",
|
|
331
|
+
"type": "number"
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
"type": "object"
|
|
335
|
+
},
|
|
336
|
+
"color": {
|
|
337
|
+
"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.",
|
|
338
|
+
"type": [
|
|
339
|
+
"null",
|
|
340
|
+
"string"
|
|
341
|
+
]
|
|
342
|
+
},
|
|
343
|
+
"columnId": {
|
|
344
|
+
"description": "Column id",
|
|
345
|
+
"format": "uuid",
|
|
346
|
+
"type": "string"
|
|
347
|
+
},
|
|
348
|
+
"currency": {
|
|
349
|
+
"description": "Currency code, for example \"€\" or \"$\". It is only used when the column type is \"numeric\" and subtype is \"currency\".",
|
|
350
|
+
"type": [
|
|
351
|
+
"null",
|
|
352
|
+
"string"
|
|
353
|
+
]
|
|
354
|
+
},
|
|
355
|
+
"datasetId": {
|
|
356
|
+
"description": "Dataset id",
|
|
357
|
+
"format": "uuid",
|
|
358
|
+
"type": "string"
|
|
359
|
+
},
|
|
360
|
+
"duration": {
|
|
361
|
+
"description": "Duration definition. It's only used when the column type is \"numeric\" and subtype is \"duration\".",
|
|
362
|
+
"properties": {
|
|
363
|
+
"format": {
|
|
364
|
+
"description": "Duration format",
|
|
365
|
+
"enum": [
|
|
366
|
+
"long",
|
|
367
|
+
"short",
|
|
368
|
+
"time"
|
|
369
|
+
],
|
|
370
|
+
"type": "string"
|
|
371
|
+
},
|
|
372
|
+
"levels": {
|
|
373
|
+
"description": "Duration levels used",
|
|
374
|
+
"items": {
|
|
375
|
+
"type": "number"
|
|
376
|
+
},
|
|
377
|
+
"type": "array"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
"type": "object"
|
|
381
|
+
},
|
|
382
|
+
"format": {
|
|
383
|
+
"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.",
|
|
384
|
+
"type": "string"
|
|
385
|
+
},
|
|
386
|
+
"formula": {
|
|
387
|
+
"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",
|
|
388
|
+
"type": "string"
|
|
389
|
+
},
|
|
390
|
+
"grandTotals": {
|
|
391
|
+
"description": "Enable or disable grand totals, they're only used in Pivot table",
|
|
392
|
+
"properties": {
|
|
393
|
+
"enabled": {
|
|
394
|
+
"type": "boolean"
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
"type": "object"
|
|
398
|
+
},
|
|
399
|
+
"label": {
|
|
400
|
+
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
401
|
+
"type": "object"
|
|
402
|
+
},
|
|
403
|
+
"periodOverPeriod": {
|
|
404
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/circle-pack-chart-slots.schema.json#/definitions/PeriodOverPeriod",
|
|
405
|
+
"description": "Settings to configure period over period comparison. It can be used only in a measure slot."
|
|
406
|
+
},
|
|
407
|
+
"subtype": {
|
|
408
|
+
"anyOf": [
|
|
409
|
+
{
|
|
410
|
+
"enum": [
|
|
411
|
+
"coordinates",
|
|
412
|
+
"currency",
|
|
413
|
+
"date",
|
|
414
|
+
"datetime",
|
|
415
|
+
"duration",
|
|
416
|
+
"hierarchy_element_expression",
|
|
417
|
+
"ip_address",
|
|
418
|
+
"topography"
|
|
419
|
+
],
|
|
420
|
+
"type": "string"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"type": "null"
|
|
424
|
+
}
|
|
425
|
+
],
|
|
426
|
+
"description": "Column subtype"
|
|
427
|
+
},
|
|
428
|
+
"type": {
|
|
429
|
+
"const": "numeric",
|
|
430
|
+
"description": "\"numeric\" column / formula type",
|
|
431
|
+
"type": "string"
|
|
432
|
+
}
|
|
433
|
+
},
|
|
434
|
+
"type": "object"
|
|
435
|
+
},
|
|
436
|
+
"PeriodOverPeriod": {
|
|
437
|
+
"properties": {
|
|
438
|
+
"level": {
|
|
439
|
+
"description": "Period of time level\n0 - period, 1 - year, 2 - quarter, 3 - month, 4 - week, 5 - day... 9 - millisecond",
|
|
440
|
+
"type": "number"
|
|
441
|
+
},
|
|
442
|
+
"periodToDate": {
|
|
443
|
+
"description": "Turn ON/OFF period to date comparison",
|
|
444
|
+
"type": "boolean"
|
|
445
|
+
},
|
|
446
|
+
"quantity": {
|
|
447
|
+
"description": "Number of periods",
|
|
448
|
+
"type": "number"
|
|
449
|
+
},
|
|
450
|
+
"type": {
|
|
451
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/circle-pack-chart-slots.schema.json#/definitions/PeriodOverPeriodType",
|
|
452
|
+
"description": "Period over period comparison type"
|
|
453
|
+
}
|
|
454
|
+
},
|
|
455
|
+
"type": "object"
|
|
456
|
+
},
|
|
457
|
+
"PeriodOverPeriodType": {
|
|
458
|
+
"description": "Period over period comparison type:\n'none' - turned off,\n'past' - absolute value comparison to the past,\n'absoluteChange' - absolute change comparison to the past,\n'percentageChange' - percentage change comparison to the past",
|
|
459
|
+
"enum": [
|
|
460
|
+
"none",
|
|
461
|
+
"past",
|
|
462
|
+
"absoluteChange",
|
|
463
|
+
"percentageChange"
|
|
464
|
+
],
|
|
465
|
+
"type": "string"
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
"description": "Data definition of the Sunburst chart",
|
|
469
|
+
"items": {
|
|
470
|
+
"anyOf": [
|
|
471
|
+
{
|
|
472
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/circle-pack-chart-slots.schema.json#/definitions/MeasureSlot"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/circle-pack-chart-slots.schema.json#/definitions/LevelsSlot"
|
|
476
|
+
}
|
|
477
|
+
]
|
|
478
|
+
},
|
|
479
|
+
"maxItems": 2,
|
|
480
|
+
"type": "array"
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
;
|
|
484
|
+
|
|
485
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://developer.luzmo.com/assets/json-schemas/0.1.92/circle-pack-chart.schema.json",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"description": "Circle Pack Chart item",
|
|
6
|
+
"properties": {
|
|
7
|
+
"type": {
|
|
8
|
+
"description": "Type of the item",
|
|
9
|
+
"type": "string",
|
|
10
|
+
"const": "circle-pack-chart"
|
|
11
|
+
},
|
|
12
|
+
"options": {
|
|
13
|
+
"description": "Options of the Circle Pack Chart item",
|
|
14
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/circle-pack-chart-options.schema.json"
|
|
15
|
+
},
|
|
16
|
+
"slots": {
|
|
17
|
+
"description": "Data definition of the Circle Pack Chart item",
|
|
18
|
+
"$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.92/circle-pack-chart-slots.schema.json"
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export default _default;
|