@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
|
@@ -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.92/area-chart-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"axis": {
|
|
@@ -172,7 +172,7 @@ declare const _default: {
|
|
|
172
172
|
},
|
|
173
173
|
"color": {
|
|
174
174
|
"default": "",
|
|
175
|
-
"description": "
|
|
175
|
+
"description": "A color which is used as a default color in certain cases. For example, if the legend slot is not set, the chart will be drawn in this color.",
|
|
176
176
|
"examples": [
|
|
177
177
|
"#FF5733",
|
|
178
178
|
"#33FF57",
|
|
@@ -339,114 +339,104 @@ declare const _default: {
|
|
|
339
339
|
"interactivity": {
|
|
340
340
|
"description": "Interactivity options",
|
|
341
341
|
"properties": {
|
|
342
|
-
"availableExportTypes": {
|
|
343
|
-
"default": [
|
|
344
|
-
"xlsx",
|
|
345
|
-
"csv",
|
|
346
|
-
"png"
|
|
347
|
-
],
|
|
348
|
-
"description": "Available export types interactivity option",
|
|
349
|
-
"items": {
|
|
350
|
-
"description": "Export types",
|
|
351
|
-
"enum": [
|
|
352
|
-
"csv",
|
|
353
|
-
"csv-raw",
|
|
354
|
-
"png",
|
|
355
|
-
"xlsx",
|
|
356
|
-
"xlsx-raw"
|
|
357
|
-
],
|
|
358
|
-
"type": "string"
|
|
359
|
-
},
|
|
360
|
-
"type": "array"
|
|
361
|
-
},
|
|
362
342
|
"brush": {
|
|
363
343
|
"default": true,
|
|
364
344
|
"description": "Filter on brush interactivity option",
|
|
365
345
|
"type": "boolean"
|
|
366
346
|
},
|
|
367
347
|
"customEvents": {
|
|
368
|
-
"
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
348
|
+
"anyOf": [
|
|
349
|
+
{
|
|
350
|
+
"properties": {
|
|
351
|
+
"events": {
|
|
352
|
+
"items": {
|
|
353
|
+
"description": "Custom event configuration",
|
|
354
|
+
"properties": {
|
|
355
|
+
"label": {
|
|
356
|
+
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
357
|
+
"type": "object"
|
|
358
|
+
},
|
|
359
|
+
"name": {
|
|
360
|
+
"description": "Custom event name",
|
|
361
|
+
"type": "string"
|
|
362
|
+
}
|
|
363
|
+
},
|
|
377
364
|
"type": "object"
|
|
378
365
|
},
|
|
379
|
-
"
|
|
380
|
-
"description": "Custom event name",
|
|
381
|
-
"type": "string"
|
|
382
|
-
}
|
|
366
|
+
"type": "array"
|
|
383
367
|
},
|
|
384
|
-
"
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
"
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
368
|
+
"extraData": {
|
|
369
|
+
"items": {
|
|
370
|
+
"properties": {
|
|
371
|
+
"aggregation": {
|
|
372
|
+
"description": "Aggregation query type",
|
|
373
|
+
"enum": [
|
|
374
|
+
"average",
|
|
375
|
+
"count",
|
|
376
|
+
"cumulativesum",
|
|
377
|
+
"distinctcount",
|
|
378
|
+
"histogram",
|
|
379
|
+
"max",
|
|
380
|
+
"median",
|
|
381
|
+
"min",
|
|
382
|
+
"rate",
|
|
383
|
+
"stddev",
|
|
384
|
+
"sum",
|
|
385
|
+
"weightedaverage"
|
|
386
|
+
],
|
|
387
|
+
"type": "string"
|
|
388
|
+
},
|
|
389
|
+
"columnId": {
|
|
390
|
+
"description": "Column id",
|
|
391
|
+
"format": "uuid",
|
|
392
|
+
"type": "string"
|
|
393
|
+
},
|
|
394
|
+
"datasetId": {
|
|
395
|
+
"description": "Dataset id",
|
|
396
|
+
"format": "uuid",
|
|
397
|
+
"type": "string"
|
|
398
|
+
},
|
|
399
|
+
"formulaId": {
|
|
400
|
+
"description": "Formula id",
|
|
401
|
+
"format": "uuid",
|
|
402
|
+
"type": "string"
|
|
403
|
+
},
|
|
404
|
+
"label": {
|
|
405
|
+
"description": "Label",
|
|
406
|
+
"type": "string"
|
|
407
|
+
},
|
|
408
|
+
"weightedColumnId": {
|
|
409
|
+
"description": "Weighted column id",
|
|
410
|
+
"format": "uuid",
|
|
411
|
+
"type": "string"
|
|
412
|
+
},
|
|
413
|
+
"weightedDatasetId": {
|
|
414
|
+
"description": "Weighted dataset id",
|
|
415
|
+
"format": "uuid",
|
|
416
|
+
"type": "string"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
"type": "object"
|
|
432
420
|
},
|
|
433
|
-
"
|
|
434
|
-
|
|
435
|
-
"format": "uuid",
|
|
436
|
-
"type": "string"
|
|
437
|
-
}
|
|
438
|
-
},
|
|
439
|
-
"type": "object"
|
|
421
|
+
"type": "array"
|
|
422
|
+
}
|
|
440
423
|
},
|
|
441
|
-
"type": "
|
|
424
|
+
"type": "object"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"type": "null"
|
|
442
428
|
}
|
|
443
|
-
|
|
444
|
-
"
|
|
429
|
+
],
|
|
430
|
+
"default": null,
|
|
431
|
+
"description": "Custom events interactivity option"
|
|
445
432
|
},
|
|
446
433
|
"customTooltip": {
|
|
447
434
|
"default": null,
|
|
448
435
|
"description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
|
|
449
|
-
"type":
|
|
436
|
+
"type": [
|
|
437
|
+
"null",
|
|
438
|
+
"object"
|
|
439
|
+
]
|
|
450
440
|
},
|
|
451
441
|
"exportTypes": {
|
|
452
442
|
"default": [
|
|
@@ -454,7 +444,7 @@ declare const _default: {
|
|
|
454
444
|
"csv",
|
|
455
445
|
"png"
|
|
456
446
|
],
|
|
457
|
-
"description": "Export types interactivity option",
|
|
447
|
+
"description": "Export types interactivity option. The export button appears when hovering the chart. If the empty array is provided, the export button is not shown.",
|
|
458
448
|
"items": {
|
|
459
449
|
"description": "Export types",
|
|
460
450
|
"enum": [
|
|
@@ -476,364 +466,25 @@ declare const _default: {
|
|
|
476
466
|
"items": {
|
|
477
467
|
"description": "Measure dimension picker configuration",
|
|
478
468
|
"properties": {
|
|
479
|
-
"acceptFormula": {
|
|
480
|
-
"type": "boolean"
|
|
481
|
-
},
|
|
482
|
-
"allAvailableColumns": {
|
|
483
|
-
"items": {
|
|
484
|
-
"properties": {
|
|
485
|
-
"columns": {
|
|
486
|
-
"items": {
|
|
487
|
-
"properties": {
|
|
488
|
-
"cardinality": {
|
|
489
|
-
"type": "number"
|
|
490
|
-
},
|
|
491
|
-
"color": {
|
|
492
|
-
"type": "string"
|
|
493
|
-
},
|
|
494
|
-
"columnHierarchies": {
|
|
495
|
-
"anyOf": [
|
|
496
|
-
{
|
|
497
|
-
"items": {
|
|
498
|
-
"type": "string"
|
|
499
|
-
},
|
|
500
|
-
"type": "array"
|
|
501
|
-
},
|
|
502
|
-
{
|
|
503
|
-
"items": {
|
|
504
|
-
"properties": {
|
|
505
|
-
"color": {
|
|
506
|
-
"type": "string"
|
|
507
|
-
},
|
|
508
|
-
"id": {
|
|
509
|
-
"type": "string"
|
|
510
|
-
},
|
|
511
|
-
"level": {
|
|
512
|
-
"type": "number"
|
|
513
|
-
},
|
|
514
|
-
"name": {
|
|
515
|
-
"type": "object"
|
|
516
|
-
}
|
|
517
|
-
},
|
|
518
|
-
"type": "object"
|
|
519
|
-
},
|
|
520
|
-
"type": "array"
|
|
521
|
-
}
|
|
522
|
-
]
|
|
523
|
-
},
|
|
524
|
-
"currency": {
|
|
525
|
-
"properties": {
|
|
526
|
-
"id": {
|
|
527
|
-
"type": "string"
|
|
528
|
-
},
|
|
529
|
-
"name": {
|
|
530
|
-
"type": "string"
|
|
531
|
-
},
|
|
532
|
-
"symbol": {
|
|
533
|
-
"type": "string"
|
|
534
|
-
}
|
|
535
|
-
},
|
|
536
|
-
"type": "object"
|
|
537
|
-
},
|
|
538
|
-
"currency_id": {
|
|
539
|
-
"type": "string"
|
|
540
|
-
},
|
|
541
|
-
"description": {
|
|
542
|
-
"type": "object"
|
|
543
|
-
},
|
|
544
|
-
"duration_format": {
|
|
545
|
-
"enum": [
|
|
546
|
-
"long",
|
|
547
|
-
"short",
|
|
548
|
-
"time"
|
|
549
|
-
],
|
|
550
|
-
"type": "string"
|
|
551
|
-
},
|
|
552
|
-
"duration_levels": {
|
|
553
|
-
"items": {
|
|
554
|
-
"type": "number"
|
|
555
|
-
},
|
|
556
|
-
"type": "array"
|
|
557
|
-
},
|
|
558
|
-
"expression": {
|
|
559
|
-
"type": "string"
|
|
560
|
-
},
|
|
561
|
-
"format": {
|
|
562
|
-
"type": "string"
|
|
563
|
-
},
|
|
564
|
-
"hierarchyLevels": {
|
|
565
|
-
"items": {
|
|
566
|
-
"properties": {
|
|
567
|
-
"color": {
|
|
568
|
-
"type": "string"
|
|
569
|
-
},
|
|
570
|
-
"id": {
|
|
571
|
-
"type": "string"
|
|
572
|
-
},
|
|
573
|
-
"level": {
|
|
574
|
-
"type": "number"
|
|
575
|
-
},
|
|
576
|
-
"name": {
|
|
577
|
-
"type": "object"
|
|
578
|
-
}
|
|
579
|
-
},
|
|
580
|
-
"type": "object"
|
|
581
|
-
},
|
|
582
|
-
"type": "array"
|
|
583
|
-
},
|
|
584
|
-
"hierarchy_enabled": {
|
|
585
|
-
"type": "boolean"
|
|
586
|
-
},
|
|
587
|
-
"highestLevel": {
|
|
588
|
-
"type": "number"
|
|
589
|
-
},
|
|
590
|
-
"id": {
|
|
591
|
-
"type": "string"
|
|
592
|
-
},
|
|
593
|
-
"informat": {
|
|
594
|
-
"type": "string"
|
|
595
|
-
},
|
|
596
|
-
"isFormula": {
|
|
597
|
-
"type": "boolean"
|
|
598
|
-
},
|
|
599
|
-
"isLabel": {
|
|
600
|
-
"type": "boolean"
|
|
601
|
-
},
|
|
602
|
-
"joins": {
|
|
603
|
-
"items": {
|
|
604
|
-
"properties": {
|
|
605
|
-
"currency_id": {
|
|
606
|
-
"type": [
|
|
607
|
-
"null",
|
|
608
|
-
"string"
|
|
609
|
-
]
|
|
610
|
-
},
|
|
611
|
-
"hierarchy_enabled": {
|
|
612
|
-
"type": "boolean"
|
|
613
|
-
},
|
|
614
|
-
"id": {
|
|
615
|
-
"type": "string"
|
|
616
|
-
},
|
|
617
|
-
"join": {
|
|
618
|
-
"properties": {
|
|
619
|
-
"column_id": {
|
|
620
|
-
"type": "string"
|
|
621
|
-
},
|
|
622
|
-
"created_at": {
|
|
623
|
-
"type": "string"
|
|
624
|
-
},
|
|
625
|
-
"joins_id": {
|
|
626
|
-
"type": "string"
|
|
627
|
-
},
|
|
628
|
-
"subtype": {
|
|
629
|
-
"type": "string"
|
|
630
|
-
},
|
|
631
|
-
"type": {
|
|
632
|
-
"enum": [
|
|
633
|
-
"exact",
|
|
634
|
-
"lookup"
|
|
635
|
-
],
|
|
636
|
-
"type": "string"
|
|
637
|
-
},
|
|
638
|
-
"update_at": {
|
|
639
|
-
"type": "string"
|
|
640
|
-
},
|
|
641
|
-
"updated_at": {
|
|
642
|
-
"type": "string"
|
|
643
|
-
}
|
|
644
|
-
},
|
|
645
|
-
"type": "object"
|
|
646
|
-
},
|
|
647
|
-
"securable_id": {
|
|
648
|
-
"type": "string"
|
|
649
|
-
}
|
|
650
|
-
},
|
|
651
|
-
"type": "object"
|
|
652
|
-
},
|
|
653
|
-
"type": "array"
|
|
654
|
-
},
|
|
655
|
-
"level": {
|
|
656
|
-
"type": "number"
|
|
657
|
-
},
|
|
658
|
-
"lowestLevel": {
|
|
659
|
-
"type": "number"
|
|
660
|
-
},
|
|
661
|
-
"name": {
|
|
662
|
-
"type": "object"
|
|
663
|
-
},
|
|
664
|
-
"order": {
|
|
665
|
-
"type": "number"
|
|
666
|
-
},
|
|
667
|
-
"securable_id": {
|
|
668
|
-
"type": "string"
|
|
669
|
-
},
|
|
670
|
-
"source_name": {
|
|
671
|
-
"type": "string"
|
|
672
|
-
},
|
|
673
|
-
"subtype": {
|
|
674
|
-
"enum": [
|
|
675
|
-
"coordinates",
|
|
676
|
-
"currency",
|
|
677
|
-
"duration",
|
|
678
|
-
"hierarchy_element_expression",
|
|
679
|
-
"topography"
|
|
680
|
-
],
|
|
681
|
-
"type": "string"
|
|
682
|
-
},
|
|
683
|
-
"type": {
|
|
684
|
-
"enum": [
|
|
685
|
-
"datetime",
|
|
686
|
-
"hierarchy",
|
|
687
|
-
"numeric",
|
|
688
|
-
"spatial"
|
|
689
|
-
],
|
|
690
|
-
"type": "string"
|
|
691
|
-
},
|
|
692
|
-
"version": {
|
|
693
|
-
"type": "number"
|
|
694
|
-
},
|
|
695
|
-
"width": {
|
|
696
|
-
"type": "number"
|
|
697
|
-
}
|
|
698
|
-
},
|
|
699
|
-
"type": "object"
|
|
700
|
-
},
|
|
701
|
-
"type": "array"
|
|
702
|
-
},
|
|
703
|
-
"datasetId": {
|
|
704
|
-
"format": "uuid",
|
|
705
|
-
"type": "string"
|
|
706
|
-
},
|
|
707
|
-
"datasetName": {
|
|
708
|
-
"type": "object"
|
|
709
|
-
},
|
|
710
|
-
"formulas": {
|
|
711
|
-
"items": {
|
|
712
|
-
"properties": {
|
|
713
|
-
"color": {
|
|
714
|
-
"type": "string"
|
|
715
|
-
},
|
|
716
|
-
"currency": {
|
|
717
|
-
"properties": {
|
|
718
|
-
"id": {
|
|
719
|
-
"type": "string"
|
|
720
|
-
},
|
|
721
|
-
"name": {
|
|
722
|
-
"type": "string"
|
|
723
|
-
},
|
|
724
|
-
"symbol": {
|
|
725
|
-
"type": "string"
|
|
726
|
-
}
|
|
727
|
-
},
|
|
728
|
-
"type": "object"
|
|
729
|
-
},
|
|
730
|
-
"currency_id": {
|
|
731
|
-
"type": "string"
|
|
732
|
-
},
|
|
733
|
-
"duration_format": {
|
|
734
|
-
"enum": [
|
|
735
|
-
"long",
|
|
736
|
-
"short",
|
|
737
|
-
"time"
|
|
738
|
-
],
|
|
739
|
-
"type": "string"
|
|
740
|
-
},
|
|
741
|
-
"duration_levels": {
|
|
742
|
-
"items": {
|
|
743
|
-
"type": "number"
|
|
744
|
-
},
|
|
745
|
-
"type": "array"
|
|
746
|
-
},
|
|
747
|
-
"expression": {
|
|
748
|
-
"type": "string"
|
|
749
|
-
},
|
|
750
|
-
"format": {
|
|
751
|
-
"type": "string"
|
|
752
|
-
},
|
|
753
|
-
"id": {
|
|
754
|
-
"type": "string"
|
|
755
|
-
},
|
|
756
|
-
"informat": {
|
|
757
|
-
"enum": [
|
|
758
|
-
"DD-MM-YYYY HH:mm:ss.SSS",
|
|
759
|
-
"DD-MM-YYYY HH:mm:ss.SSS ZZ",
|
|
760
|
-
"MM-DD-YYYY HH:mm:ss.SSS",
|
|
761
|
-
"MM-DD-YYYY HH:mm:ss.SSS ZZ",
|
|
762
|
-
"X",
|
|
763
|
-
"YYYY-MM-DD HH:mm:ss.SSS",
|
|
764
|
-
"YYYY-MM-DD HH:mm:ss.SSS ZZ",
|
|
765
|
-
"hierarchy",
|
|
766
|
-
"numeric",
|
|
767
|
-
"x"
|
|
768
|
-
],
|
|
769
|
-
"type": "string"
|
|
770
|
-
},
|
|
771
|
-
"isFormula": {
|
|
772
|
-
"type": "boolean"
|
|
773
|
-
},
|
|
774
|
-
"level": {
|
|
775
|
-
"type": "number"
|
|
776
|
-
},
|
|
777
|
-
"lowestLevel": {
|
|
778
|
-
"type": "number"
|
|
779
|
-
},
|
|
780
|
-
"name": {
|
|
781
|
-
"type": "object"
|
|
782
|
-
},
|
|
783
|
-
"securableFormula": {
|
|
784
|
-
"properties": {
|
|
785
|
-
"formula_id": {
|
|
786
|
-
"type": "string"
|
|
787
|
-
},
|
|
788
|
-
"securable_id": {
|
|
789
|
-
"type": "string"
|
|
790
|
-
}
|
|
791
|
-
},
|
|
792
|
-
"type": "object"
|
|
793
|
-
},
|
|
794
|
-
"securable_id": {
|
|
795
|
-
"type": "string"
|
|
796
|
-
},
|
|
797
|
-
"subtype": {
|
|
798
|
-
"enum": [
|
|
799
|
-
"currency",
|
|
800
|
-
"date",
|
|
801
|
-
"datetime",
|
|
802
|
-
"duration"
|
|
803
|
-
],
|
|
804
|
-
"type": "string"
|
|
805
|
-
},
|
|
806
|
-
"type": {
|
|
807
|
-
"enum": [
|
|
808
|
-
"datetime",
|
|
809
|
-
"hierarchy",
|
|
810
|
-
"numeric"
|
|
811
|
-
],
|
|
812
|
-
"type": "string"
|
|
813
|
-
}
|
|
814
|
-
},
|
|
815
|
-
"type": "object"
|
|
816
|
-
},
|
|
817
|
-
"type": "array"
|
|
818
|
-
}
|
|
819
|
-
},
|
|
820
|
-
"type": "object"
|
|
821
|
-
},
|
|
822
|
-
"type": "array"
|
|
823
|
-
},
|
|
824
|
-
"allowMultiple": {
|
|
825
|
-
"type": "boolean"
|
|
826
|
-
},
|
|
827
|
-
"description": {
|
|
828
|
-
"type": "string"
|
|
829
|
-
},
|
|
830
469
|
"order": {
|
|
470
|
+
"description": "Order",
|
|
471
|
+
"examples": [
|
|
472
|
+
0,
|
|
473
|
+
9999
|
|
474
|
+
],
|
|
831
475
|
"type": "number"
|
|
832
476
|
},
|
|
833
477
|
"slot": {
|
|
478
|
+
"description": "Slot name",
|
|
479
|
+
"examples": [
|
|
480
|
+
"measure",
|
|
481
|
+
"dimension",
|
|
482
|
+
"legend"
|
|
483
|
+
],
|
|
834
484
|
"type": "string"
|
|
835
485
|
},
|
|
836
486
|
"values": {
|
|
487
|
+
"description": "An array of columns for the current picker",
|
|
837
488
|
"items": {
|
|
838
489
|
"properties": {
|
|
839
490
|
"aggregationFunc": {
|
|
@@ -869,6 +520,7 @@ declare const _default: {
|
|
|
869
520
|
"currency",
|
|
870
521
|
"duration",
|
|
871
522
|
"hierarchy_element_expression",
|
|
523
|
+
"ip_address",
|
|
872
524
|
"topography"
|
|
873
525
|
],
|
|
874
526
|
"type": "string"
|
|
@@ -902,36 +554,6 @@ declare const _default: {
|
|
|
902
554
|
"string"
|
|
903
555
|
]
|
|
904
556
|
},
|
|
905
|
-
"columnHierarchies": {
|
|
906
|
-
"anyOf": [
|
|
907
|
-
{
|
|
908
|
-
"items": {
|
|
909
|
-
"type": "string"
|
|
910
|
-
},
|
|
911
|
-
"type": "array"
|
|
912
|
-
},
|
|
913
|
-
{
|
|
914
|
-
"items": {
|
|
915
|
-
"properties": {
|
|
916
|
-
"color": {
|
|
917
|
-
"type": "string"
|
|
918
|
-
},
|
|
919
|
-
"id": {
|
|
920
|
-
"type": "string"
|
|
921
|
-
},
|
|
922
|
-
"level": {
|
|
923
|
-
"type": "number"
|
|
924
|
-
},
|
|
925
|
-
"name": {
|
|
926
|
-
"type": "object"
|
|
927
|
-
}
|
|
928
|
-
},
|
|
929
|
-
"type": "object"
|
|
930
|
-
},
|
|
931
|
-
"type": "array"
|
|
932
|
-
}
|
|
933
|
-
]
|
|
934
|
-
},
|
|
935
557
|
"columnId": {
|
|
936
558
|
"description": "Column id",
|
|
937
559
|
"format": "uuid",
|
|
@@ -1006,13 +628,6 @@ declare const _default: {
|
|
|
1006
628
|
},
|
|
1007
629
|
"type": "object"
|
|
1008
630
|
},
|
|
1009
|
-
"hidden": {
|
|
1010
|
-
"type": "boolean"
|
|
1011
|
-
},
|
|
1012
|
-
"include_nonoccurring": {
|
|
1013
|
-
"description": "Shows empty areas for geo slots (with the name \"geo\" and content type 'spacial).\nAlso, it can be set in the options' advanced settings of the Choropleth map.",
|
|
1014
|
-
"type": "boolean"
|
|
1015
|
-
},
|
|
1016
631
|
"label": {
|
|
1017
632
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
1018
633
|
"type": "object"
|
|
@@ -1060,6 +675,7 @@ declare const _default: {
|
|
|
1060
675
|
"enum": [
|
|
1061
676
|
"none",
|
|
1062
677
|
"past",
|
|
678
|
+
"absoluteChange",
|
|
1063
679
|
"percentageChange"
|
|
1064
680
|
],
|
|
1065
681
|
"type": "string"
|
|
@@ -1067,10 +683,8 @@ declare const _default: {
|
|
|
1067
683
|
},
|
|
1068
684
|
"type": "object"
|
|
1069
685
|
},
|
|
1070
|
-
"readonly": {
|
|
1071
|
-
"type": "boolean"
|
|
1072
|
-
},
|
|
1073
686
|
"selected": {
|
|
687
|
+
"description": "Selected item",
|
|
1074
688
|
"type": "boolean"
|
|
1075
689
|
},
|
|
1076
690
|
"subtype": {
|
|
@@ -1083,6 +697,7 @@ declare const _default: {
|
|
|
1083
697
|
"datetime",
|
|
1084
698
|
"duration",
|
|
1085
699
|
"hierarchy_element_expression",
|
|
700
|
+
"ip_address",
|
|
1086
701
|
"topography"
|
|
1087
702
|
],
|
|
1088
703
|
"type": "string"
|
|
@@ -1168,7 +783,7 @@ declare const _default: {
|
|
|
1168
783
|
"type": "string"
|
|
1169
784
|
},
|
|
1170
785
|
"legend": {
|
|
1171
|
-
"description": "Legend options",
|
|
786
|
+
"description": "Legend options, they are applied if the legend is displayed",
|
|
1172
787
|
"properties": {
|
|
1173
788
|
"position": {
|
|
1174
789
|
"description": "Position of the legend. Only available when the legend is shown.",
|
|
@@ -1206,7 +821,7 @@ declare const _default: {
|
|
|
1206
821
|
"type": "object"
|
|
1207
822
|
},
|
|
1208
823
|
"limit": {
|
|
1209
|
-
"description": "
|
|
824
|
+
"description": "The maximum number of data rows to query and display",
|
|
1210
825
|
"properties": {
|
|
1211
826
|
"number": {
|
|
1212
827
|
"default": 100000,
|
|
@@ -1283,11 +898,11 @@ declare const _default: {
|
|
|
1283
898
|
"type": "boolean"
|
|
1284
899
|
},
|
|
1285
900
|
"missingValue": {
|
|
1286
|
-
"description": "
|
|
901
|
+
"description": "Fill missing days. Describes how missing date periods in the data are handled in the chart.",
|
|
1287
902
|
"properties": {
|
|
1288
903
|
"type": {
|
|
1289
904
|
"default": "no",
|
|
1290
|
-
"description": "Type of the missing value",
|
|
905
|
+
"description": "Type of the missing value. The possible values are \"No\" (don't fill missing date periods), \"Break area when null values\" (area is interrupted between two date periods with a missing period in between) or a manual value (area is drawn as a manual value between two date periods with a missing period in between, default: 0).",
|
|
1291
906
|
"enum": [
|
|
1292
907
|
"break",
|
|
1293
908
|
"manual",
|
|
@@ -1296,7 +911,8 @@ declare const _default: {
|
|
|
1296
911
|
"type": "string"
|
|
1297
912
|
},
|
|
1298
913
|
"value": {
|
|
1299
|
-
"
|
|
914
|
+
"default": 0,
|
|
915
|
+
"description": "The manual value of the missing value, it's applied when the type is \"manual\"",
|
|
1300
916
|
"type": "number"
|
|
1301
917
|
}
|
|
1302
918
|
},
|
|
@@ -1337,7 +953,7 @@ declare const _default: {
|
|
|
1337
953
|
"description": "Custom border styling",
|
|
1338
954
|
"properties": {
|
|
1339
955
|
"border-bottom-width": {
|
|
1340
|
-
"description": "Border bottom width",
|
|
956
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
1341
957
|
"examples": [
|
|
1342
958
|
"0px",
|
|
1343
959
|
"1px",
|
|
@@ -1346,7 +962,7 @@ declare const _default: {
|
|
|
1346
962
|
"type": "string"
|
|
1347
963
|
},
|
|
1348
964
|
"border-color": {
|
|
1349
|
-
"description": "Border color",
|
|
965
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
1350
966
|
"examples": [
|
|
1351
967
|
"rgba(216, 216, 216, 1)",
|
|
1352
968
|
"rgb(147, 146, 148)"
|
|
@@ -1354,7 +970,7 @@ declare const _default: {
|
|
|
1354
970
|
"type": "string"
|
|
1355
971
|
},
|
|
1356
972
|
"border-left-width": {
|
|
1357
|
-
"description": "Border left width",
|
|
973
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
1358
974
|
"examples": [
|
|
1359
975
|
"0px",
|
|
1360
976
|
"1px",
|
|
@@ -1372,7 +988,7 @@ declare const _default: {
|
|
|
1372
988
|
"type": "string"
|
|
1373
989
|
},
|
|
1374
990
|
"border-right-width": {
|
|
1375
|
-
"description": "Border right width",
|
|
991
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
1376
992
|
"examples": [
|
|
1377
993
|
"0px",
|
|
1378
994
|
"1px",
|
|
@@ -1381,7 +997,7 @@ declare const _default: {
|
|
|
1381
997
|
"type": "string"
|
|
1382
998
|
},
|
|
1383
999
|
"border-style": {
|
|
1384
|
-
"description": "Border style",
|
|
1000
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
1385
1001
|
"examples": [
|
|
1386
1002
|
"none",
|
|
1387
1003
|
"solid",
|
|
@@ -1391,7 +1007,7 @@ declare const _default: {
|
|
|
1391
1007
|
"type": "string"
|
|
1392
1008
|
},
|
|
1393
1009
|
"border-top-width": {
|
|
1394
|
-
"description": "Border top width",
|
|
1010
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
1395
1011
|
"examples": [
|
|
1396
1012
|
"0px",
|
|
1397
1013
|
"1px",
|
|
@@ -1433,12 +1049,15 @@ declare const _default: {
|
|
|
1433
1049
|
"type": "object"
|
|
1434
1050
|
},
|
|
1435
1051
|
"colors": {
|
|
1436
|
-
"description": "Custom color palette",
|
|
1052
|
+
"description": "Custom color palette, an array of colors which may affect different areas of a chart, for example, lines, bars, etc.",
|
|
1437
1053
|
"examples": [
|
|
1438
1054
|
[
|
|
1439
|
-
"
|
|
1440
|
-
"
|
|
1441
|
-
"
|
|
1055
|
+
"red",
|
|
1056
|
+
"green",
|
|
1057
|
+
"blue",
|
|
1058
|
+
"yellow",
|
|
1059
|
+
"orange",
|
|
1060
|
+
"purple"
|
|
1442
1061
|
]
|
|
1443
1062
|
],
|
|
1444
1063
|
"items": {
|
|
@@ -1449,19 +1068,6 @@ declare const _default: {
|
|
|
1449
1068
|
"font": {
|
|
1450
1069
|
"description": "Custom font styling",
|
|
1451
1070
|
"properties": {
|
|
1452
|
-
"font-style": {
|
|
1453
|
-
"const": "normal",
|
|
1454
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
1455
|
-
"type": "string"
|
|
1456
|
-
},
|
|
1457
|
-
"font-weight": {
|
|
1458
|
-
"description": "Font weight",
|
|
1459
|
-
"examples": [
|
|
1460
|
-
400,
|
|
1461
|
-
700
|
|
1462
|
-
],
|
|
1463
|
-
"type": "number"
|
|
1464
|
-
},
|
|
1465
1071
|
"fontFamily": {
|
|
1466
1072
|
"description": "Font family",
|
|
1467
1073
|
"examples": [
|
|
@@ -1474,7 +1080,7 @@ declare const _default: {
|
|
|
1474
1080
|
"type": "string"
|
|
1475
1081
|
},
|
|
1476
1082
|
"fontSize": {
|
|
1477
|
-
"description": "Font size in px",
|
|
1083
|
+
"description": "Font size in px, if not set, it will be inherited from the theme. It can be overridden if more specific \"fontSize\" is set, for example, \"fontSize\" inside options like \"title\", \"axis\", \"legend\", \"tooltip\", etc.",
|
|
1478
1084
|
"examples": [
|
|
1479
1085
|
10,
|
|
1480
1086
|
15,
|
|
@@ -1503,10 +1109,10 @@ declare const _default: {
|
|
|
1503
1109
|
"type": "string"
|
|
1504
1110
|
},
|
|
1505
1111
|
"legend": {
|
|
1506
|
-
"description": "Custom legend styling",
|
|
1112
|
+
"description": "Custom legend styling, it's applied if the legend is displayed",
|
|
1507
1113
|
"properties": {
|
|
1508
1114
|
"fontSize": {
|
|
1509
|
-
"description": "Legend font size in px",
|
|
1115
|
+
"description": "Legend font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1510
1116
|
"examples": [
|
|
1511
1117
|
12,
|
|
1512
1118
|
16
|
|
@@ -1540,7 +1146,7 @@ declare const _default: {
|
|
|
1540
1146
|
"type": "object"
|
|
1541
1147
|
},
|
|
1542
1148
|
"title": {
|
|
1543
|
-
"description": "Custom title styling",
|
|
1149
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1544
1150
|
"properties": {
|
|
1545
1151
|
"align": {
|
|
1546
1152
|
"description": "Title align",
|
|
@@ -1573,7 +1179,7 @@ declare const _default: {
|
|
|
1573
1179
|
"type": "boolean"
|
|
1574
1180
|
},
|
|
1575
1181
|
"fontSize": {
|
|
1576
|
-
"description": "Title's font size in px",
|
|
1182
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1577
1183
|
"examples": [
|
|
1578
1184
|
16,
|
|
1579
1185
|
20
|
|
@@ -1609,7 +1215,7 @@ declare const _default: {
|
|
|
1609
1215
|
"type": "object"
|
|
1610
1216
|
},
|
|
1611
1217
|
"tooltip": {
|
|
1612
|
-
"description": "Custom tooltip styling",
|
|
1218
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
1613
1219
|
"properties": {
|
|
1614
1220
|
"background": {
|
|
1615
1221
|
"description": "Tooltip's background",
|
|
@@ -1622,16 +1228,7 @@ declare const _default: {
|
|
|
1622
1228
|
"type": "string"
|
|
1623
1229
|
},
|
|
1624
1230
|
"fontSize": {
|
|
1625
|
-
"description": "Tooltip's font size in px",
|
|
1626
|
-
"examples": [
|
|
1627
|
-
12,
|
|
1628
|
-
16,
|
|
1629
|
-
20
|
|
1630
|
-
],
|
|
1631
|
-
"type": "number"
|
|
1632
|
-
},
|
|
1633
|
-
"lineHeight": {
|
|
1634
|
-
"description": "Tooltip's line height in px",
|
|
1231
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1635
1232
|
"examples": [
|
|
1636
1233
|
12,
|
|
1637
1234
|
16,
|
|
@@ -1640,7 +1237,7 @@ declare const _default: {
|
|
|
1640
1237
|
"type": "number"
|
|
1641
1238
|
},
|
|
1642
1239
|
"opacity": {
|
|
1643
|
-
"description": "Tooltip's opacity",
|
|
1240
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
1644
1241
|
"examples": [
|
|
1645
1242
|
0.5,
|
|
1646
1243
|
0.8,
|
|
@@ -1670,7 +1267,7 @@ declare const _default: {
|
|
|
1670
1267
|
"type": "string"
|
|
1671
1268
|
},
|
|
1672
1269
|
"title": {
|
|
1673
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
1270
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1674
1271
|
"examples": [
|
|
1675
1272
|
{
|
|
1676
1273
|
"en": "Title"
|