@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/bullet-chart-options.schema.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"properties": {
|
|
5
5
|
"color": {
|
|
@@ -36,109 +36,99 @@ declare const _default: {
|
|
|
36
36
|
"interactivity": {
|
|
37
37
|
"description": "Interactivity options",
|
|
38
38
|
"properties": {
|
|
39
|
-
"availableExportTypes": {
|
|
40
|
-
"default": [
|
|
41
|
-
"xlsx",
|
|
42
|
-
"csv",
|
|
43
|
-
"png"
|
|
44
|
-
],
|
|
45
|
-
"description": "Available export types interactivity option",
|
|
46
|
-
"items": {
|
|
47
|
-
"description": "Export types",
|
|
48
|
-
"enum": [
|
|
49
|
-
"csv",
|
|
50
|
-
"csv-raw",
|
|
51
|
-
"png",
|
|
52
|
-
"xlsx",
|
|
53
|
-
"xlsx-raw"
|
|
54
|
-
],
|
|
55
|
-
"type": "string"
|
|
56
|
-
},
|
|
57
|
-
"type": "array"
|
|
58
|
-
},
|
|
59
39
|
"customEvents": {
|
|
60
|
-
"
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
40
|
+
"anyOf": [
|
|
41
|
+
{
|
|
42
|
+
"properties": {
|
|
43
|
+
"events": {
|
|
44
|
+
"items": {
|
|
45
|
+
"description": "Custom event configuration",
|
|
46
|
+
"properties": {
|
|
47
|
+
"label": {
|
|
48
|
+
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
49
|
+
"type": "object"
|
|
50
|
+
},
|
|
51
|
+
"name": {
|
|
52
|
+
"description": "Custom event name",
|
|
53
|
+
"type": "string"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
69
56
|
"type": "object"
|
|
70
57
|
},
|
|
71
|
-
"
|
|
72
|
-
"description": "Custom event name",
|
|
73
|
-
"type": "string"
|
|
74
|
-
}
|
|
58
|
+
"type": "array"
|
|
75
59
|
},
|
|
76
|
-
"
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
"
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
60
|
+
"extraData": {
|
|
61
|
+
"items": {
|
|
62
|
+
"properties": {
|
|
63
|
+
"aggregation": {
|
|
64
|
+
"description": "Aggregation query type",
|
|
65
|
+
"enum": [
|
|
66
|
+
"average",
|
|
67
|
+
"count",
|
|
68
|
+
"cumulativesum",
|
|
69
|
+
"distinctcount",
|
|
70
|
+
"histogram",
|
|
71
|
+
"max",
|
|
72
|
+
"median",
|
|
73
|
+
"min",
|
|
74
|
+
"rate",
|
|
75
|
+
"stddev",
|
|
76
|
+
"sum",
|
|
77
|
+
"weightedaverage"
|
|
78
|
+
],
|
|
79
|
+
"type": "string"
|
|
80
|
+
},
|
|
81
|
+
"columnId": {
|
|
82
|
+
"description": "Column id",
|
|
83
|
+
"format": "uuid",
|
|
84
|
+
"type": "string"
|
|
85
|
+
},
|
|
86
|
+
"datasetId": {
|
|
87
|
+
"description": "Dataset id",
|
|
88
|
+
"format": "uuid",
|
|
89
|
+
"type": "string"
|
|
90
|
+
},
|
|
91
|
+
"formulaId": {
|
|
92
|
+
"description": "Formula id",
|
|
93
|
+
"format": "uuid",
|
|
94
|
+
"type": "string"
|
|
95
|
+
},
|
|
96
|
+
"label": {
|
|
97
|
+
"description": "Label",
|
|
98
|
+
"type": "string"
|
|
99
|
+
},
|
|
100
|
+
"weightedColumnId": {
|
|
101
|
+
"description": "Weighted column id",
|
|
102
|
+
"format": "uuid",
|
|
103
|
+
"type": "string"
|
|
104
|
+
},
|
|
105
|
+
"weightedDatasetId": {
|
|
106
|
+
"description": "Weighted dataset id",
|
|
107
|
+
"format": "uuid",
|
|
108
|
+
"type": "string"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"type": "object"
|
|
124
112
|
},
|
|
125
|
-
"
|
|
126
|
-
|
|
127
|
-
"format": "uuid",
|
|
128
|
-
"type": "string"
|
|
129
|
-
}
|
|
130
|
-
},
|
|
131
|
-
"type": "object"
|
|
113
|
+
"type": "array"
|
|
114
|
+
}
|
|
132
115
|
},
|
|
133
|
-
"type": "
|
|
116
|
+
"type": "object"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"type": "null"
|
|
134
120
|
}
|
|
135
|
-
|
|
136
|
-
"
|
|
121
|
+
],
|
|
122
|
+
"default": null,
|
|
123
|
+
"description": "Custom events interactivity option"
|
|
137
124
|
},
|
|
138
125
|
"customTooltip": {
|
|
139
126
|
"default": null,
|
|
140
127
|
"description": "Custom tooltip interactivity option, in format {locale: \"tooltip\"}, for example, {en: \"Total Revenue\"}",
|
|
141
|
-
"type":
|
|
128
|
+
"type": [
|
|
129
|
+
"null",
|
|
130
|
+
"object"
|
|
131
|
+
]
|
|
142
132
|
},
|
|
143
133
|
"exportTypes": {
|
|
144
134
|
"default": [
|
|
@@ -146,7 +136,7 @@ declare const _default: {
|
|
|
146
136
|
"csv",
|
|
147
137
|
"png"
|
|
148
138
|
],
|
|
149
|
-
"description": "Export types interactivity option",
|
|
139
|
+
"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.",
|
|
150
140
|
"items": {
|
|
151
141
|
"description": "Export types",
|
|
152
142
|
"enum": [
|
|
@@ -168,364 +158,25 @@ declare const _default: {
|
|
|
168
158
|
"items": {
|
|
169
159
|
"description": "Measure dimension picker configuration",
|
|
170
160
|
"properties": {
|
|
171
|
-
"acceptFormula": {
|
|
172
|
-
"type": "boolean"
|
|
173
|
-
},
|
|
174
|
-
"allAvailableColumns": {
|
|
175
|
-
"items": {
|
|
176
|
-
"properties": {
|
|
177
|
-
"columns": {
|
|
178
|
-
"items": {
|
|
179
|
-
"properties": {
|
|
180
|
-
"cardinality": {
|
|
181
|
-
"type": "number"
|
|
182
|
-
},
|
|
183
|
-
"color": {
|
|
184
|
-
"type": "string"
|
|
185
|
-
},
|
|
186
|
-
"columnHierarchies": {
|
|
187
|
-
"anyOf": [
|
|
188
|
-
{
|
|
189
|
-
"items": {
|
|
190
|
-
"type": "string"
|
|
191
|
-
},
|
|
192
|
-
"type": "array"
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"items": {
|
|
196
|
-
"properties": {
|
|
197
|
-
"color": {
|
|
198
|
-
"type": "string"
|
|
199
|
-
},
|
|
200
|
-
"id": {
|
|
201
|
-
"type": "string"
|
|
202
|
-
},
|
|
203
|
-
"level": {
|
|
204
|
-
"type": "number"
|
|
205
|
-
},
|
|
206
|
-
"name": {
|
|
207
|
-
"type": "object"
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
|
-
"type": "object"
|
|
211
|
-
},
|
|
212
|
-
"type": "array"
|
|
213
|
-
}
|
|
214
|
-
]
|
|
215
|
-
},
|
|
216
|
-
"currency": {
|
|
217
|
-
"properties": {
|
|
218
|
-
"id": {
|
|
219
|
-
"type": "string"
|
|
220
|
-
},
|
|
221
|
-
"name": {
|
|
222
|
-
"type": "string"
|
|
223
|
-
},
|
|
224
|
-
"symbol": {
|
|
225
|
-
"type": "string"
|
|
226
|
-
}
|
|
227
|
-
},
|
|
228
|
-
"type": "object"
|
|
229
|
-
},
|
|
230
|
-
"currency_id": {
|
|
231
|
-
"type": "string"
|
|
232
|
-
},
|
|
233
|
-
"description": {
|
|
234
|
-
"type": "object"
|
|
235
|
-
},
|
|
236
|
-
"duration_format": {
|
|
237
|
-
"enum": [
|
|
238
|
-
"long",
|
|
239
|
-
"short",
|
|
240
|
-
"time"
|
|
241
|
-
],
|
|
242
|
-
"type": "string"
|
|
243
|
-
},
|
|
244
|
-
"duration_levels": {
|
|
245
|
-
"items": {
|
|
246
|
-
"type": "number"
|
|
247
|
-
},
|
|
248
|
-
"type": "array"
|
|
249
|
-
},
|
|
250
|
-
"expression": {
|
|
251
|
-
"type": "string"
|
|
252
|
-
},
|
|
253
|
-
"format": {
|
|
254
|
-
"type": "string"
|
|
255
|
-
},
|
|
256
|
-
"hierarchyLevels": {
|
|
257
|
-
"items": {
|
|
258
|
-
"properties": {
|
|
259
|
-
"color": {
|
|
260
|
-
"type": "string"
|
|
261
|
-
},
|
|
262
|
-
"id": {
|
|
263
|
-
"type": "string"
|
|
264
|
-
},
|
|
265
|
-
"level": {
|
|
266
|
-
"type": "number"
|
|
267
|
-
},
|
|
268
|
-
"name": {
|
|
269
|
-
"type": "object"
|
|
270
|
-
}
|
|
271
|
-
},
|
|
272
|
-
"type": "object"
|
|
273
|
-
},
|
|
274
|
-
"type": "array"
|
|
275
|
-
},
|
|
276
|
-
"hierarchy_enabled": {
|
|
277
|
-
"type": "boolean"
|
|
278
|
-
},
|
|
279
|
-
"highestLevel": {
|
|
280
|
-
"type": "number"
|
|
281
|
-
},
|
|
282
|
-
"id": {
|
|
283
|
-
"type": "string"
|
|
284
|
-
},
|
|
285
|
-
"informat": {
|
|
286
|
-
"type": "string"
|
|
287
|
-
},
|
|
288
|
-
"isFormula": {
|
|
289
|
-
"type": "boolean"
|
|
290
|
-
},
|
|
291
|
-
"isLabel": {
|
|
292
|
-
"type": "boolean"
|
|
293
|
-
},
|
|
294
|
-
"joins": {
|
|
295
|
-
"items": {
|
|
296
|
-
"properties": {
|
|
297
|
-
"currency_id": {
|
|
298
|
-
"type": [
|
|
299
|
-
"null",
|
|
300
|
-
"string"
|
|
301
|
-
]
|
|
302
|
-
},
|
|
303
|
-
"hierarchy_enabled": {
|
|
304
|
-
"type": "boolean"
|
|
305
|
-
},
|
|
306
|
-
"id": {
|
|
307
|
-
"type": "string"
|
|
308
|
-
},
|
|
309
|
-
"join": {
|
|
310
|
-
"properties": {
|
|
311
|
-
"column_id": {
|
|
312
|
-
"type": "string"
|
|
313
|
-
},
|
|
314
|
-
"created_at": {
|
|
315
|
-
"type": "string"
|
|
316
|
-
},
|
|
317
|
-
"joins_id": {
|
|
318
|
-
"type": "string"
|
|
319
|
-
},
|
|
320
|
-
"subtype": {
|
|
321
|
-
"type": "string"
|
|
322
|
-
},
|
|
323
|
-
"type": {
|
|
324
|
-
"enum": [
|
|
325
|
-
"exact",
|
|
326
|
-
"lookup"
|
|
327
|
-
],
|
|
328
|
-
"type": "string"
|
|
329
|
-
},
|
|
330
|
-
"update_at": {
|
|
331
|
-
"type": "string"
|
|
332
|
-
},
|
|
333
|
-
"updated_at": {
|
|
334
|
-
"type": "string"
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
"type": "object"
|
|
338
|
-
},
|
|
339
|
-
"securable_id": {
|
|
340
|
-
"type": "string"
|
|
341
|
-
}
|
|
342
|
-
},
|
|
343
|
-
"type": "object"
|
|
344
|
-
},
|
|
345
|
-
"type": "array"
|
|
346
|
-
},
|
|
347
|
-
"level": {
|
|
348
|
-
"type": "number"
|
|
349
|
-
},
|
|
350
|
-
"lowestLevel": {
|
|
351
|
-
"type": "number"
|
|
352
|
-
},
|
|
353
|
-
"name": {
|
|
354
|
-
"type": "object"
|
|
355
|
-
},
|
|
356
|
-
"order": {
|
|
357
|
-
"type": "number"
|
|
358
|
-
},
|
|
359
|
-
"securable_id": {
|
|
360
|
-
"type": "string"
|
|
361
|
-
},
|
|
362
|
-
"source_name": {
|
|
363
|
-
"type": "string"
|
|
364
|
-
},
|
|
365
|
-
"subtype": {
|
|
366
|
-
"enum": [
|
|
367
|
-
"coordinates",
|
|
368
|
-
"currency",
|
|
369
|
-
"duration",
|
|
370
|
-
"hierarchy_element_expression",
|
|
371
|
-
"topography"
|
|
372
|
-
],
|
|
373
|
-
"type": "string"
|
|
374
|
-
},
|
|
375
|
-
"type": {
|
|
376
|
-
"enum": [
|
|
377
|
-
"datetime",
|
|
378
|
-
"hierarchy",
|
|
379
|
-
"numeric",
|
|
380
|
-
"spatial"
|
|
381
|
-
],
|
|
382
|
-
"type": "string"
|
|
383
|
-
},
|
|
384
|
-
"version": {
|
|
385
|
-
"type": "number"
|
|
386
|
-
},
|
|
387
|
-
"width": {
|
|
388
|
-
"type": "number"
|
|
389
|
-
}
|
|
390
|
-
},
|
|
391
|
-
"type": "object"
|
|
392
|
-
},
|
|
393
|
-
"type": "array"
|
|
394
|
-
},
|
|
395
|
-
"datasetId": {
|
|
396
|
-
"format": "uuid",
|
|
397
|
-
"type": "string"
|
|
398
|
-
},
|
|
399
|
-
"datasetName": {
|
|
400
|
-
"type": "object"
|
|
401
|
-
},
|
|
402
|
-
"formulas": {
|
|
403
|
-
"items": {
|
|
404
|
-
"properties": {
|
|
405
|
-
"color": {
|
|
406
|
-
"type": "string"
|
|
407
|
-
},
|
|
408
|
-
"currency": {
|
|
409
|
-
"properties": {
|
|
410
|
-
"id": {
|
|
411
|
-
"type": "string"
|
|
412
|
-
},
|
|
413
|
-
"name": {
|
|
414
|
-
"type": "string"
|
|
415
|
-
},
|
|
416
|
-
"symbol": {
|
|
417
|
-
"type": "string"
|
|
418
|
-
}
|
|
419
|
-
},
|
|
420
|
-
"type": "object"
|
|
421
|
-
},
|
|
422
|
-
"currency_id": {
|
|
423
|
-
"type": "string"
|
|
424
|
-
},
|
|
425
|
-
"duration_format": {
|
|
426
|
-
"enum": [
|
|
427
|
-
"long",
|
|
428
|
-
"short",
|
|
429
|
-
"time"
|
|
430
|
-
],
|
|
431
|
-
"type": "string"
|
|
432
|
-
},
|
|
433
|
-
"duration_levels": {
|
|
434
|
-
"items": {
|
|
435
|
-
"type": "number"
|
|
436
|
-
},
|
|
437
|
-
"type": "array"
|
|
438
|
-
},
|
|
439
|
-
"expression": {
|
|
440
|
-
"type": "string"
|
|
441
|
-
},
|
|
442
|
-
"format": {
|
|
443
|
-
"type": "string"
|
|
444
|
-
},
|
|
445
|
-
"id": {
|
|
446
|
-
"type": "string"
|
|
447
|
-
},
|
|
448
|
-
"informat": {
|
|
449
|
-
"enum": [
|
|
450
|
-
"DD-MM-YYYY HH:mm:ss.SSS",
|
|
451
|
-
"DD-MM-YYYY HH:mm:ss.SSS ZZ",
|
|
452
|
-
"MM-DD-YYYY HH:mm:ss.SSS",
|
|
453
|
-
"MM-DD-YYYY HH:mm:ss.SSS ZZ",
|
|
454
|
-
"X",
|
|
455
|
-
"YYYY-MM-DD HH:mm:ss.SSS",
|
|
456
|
-
"YYYY-MM-DD HH:mm:ss.SSS ZZ",
|
|
457
|
-
"hierarchy",
|
|
458
|
-
"numeric",
|
|
459
|
-
"x"
|
|
460
|
-
],
|
|
461
|
-
"type": "string"
|
|
462
|
-
},
|
|
463
|
-
"isFormula": {
|
|
464
|
-
"type": "boolean"
|
|
465
|
-
},
|
|
466
|
-
"level": {
|
|
467
|
-
"type": "number"
|
|
468
|
-
},
|
|
469
|
-
"lowestLevel": {
|
|
470
|
-
"type": "number"
|
|
471
|
-
},
|
|
472
|
-
"name": {
|
|
473
|
-
"type": "object"
|
|
474
|
-
},
|
|
475
|
-
"securableFormula": {
|
|
476
|
-
"properties": {
|
|
477
|
-
"formula_id": {
|
|
478
|
-
"type": "string"
|
|
479
|
-
},
|
|
480
|
-
"securable_id": {
|
|
481
|
-
"type": "string"
|
|
482
|
-
}
|
|
483
|
-
},
|
|
484
|
-
"type": "object"
|
|
485
|
-
},
|
|
486
|
-
"securable_id": {
|
|
487
|
-
"type": "string"
|
|
488
|
-
},
|
|
489
|
-
"subtype": {
|
|
490
|
-
"enum": [
|
|
491
|
-
"currency",
|
|
492
|
-
"date",
|
|
493
|
-
"datetime",
|
|
494
|
-
"duration"
|
|
495
|
-
],
|
|
496
|
-
"type": "string"
|
|
497
|
-
},
|
|
498
|
-
"type": {
|
|
499
|
-
"enum": [
|
|
500
|
-
"datetime",
|
|
501
|
-
"hierarchy",
|
|
502
|
-
"numeric"
|
|
503
|
-
],
|
|
504
|
-
"type": "string"
|
|
505
|
-
}
|
|
506
|
-
},
|
|
507
|
-
"type": "object"
|
|
508
|
-
},
|
|
509
|
-
"type": "array"
|
|
510
|
-
}
|
|
511
|
-
},
|
|
512
|
-
"type": "object"
|
|
513
|
-
},
|
|
514
|
-
"type": "array"
|
|
515
|
-
},
|
|
516
|
-
"allowMultiple": {
|
|
517
|
-
"type": "boolean"
|
|
518
|
-
},
|
|
519
|
-
"description": {
|
|
520
|
-
"type": "string"
|
|
521
|
-
},
|
|
522
161
|
"order": {
|
|
162
|
+
"description": "Order",
|
|
163
|
+
"examples": [
|
|
164
|
+
0,
|
|
165
|
+
9999
|
|
166
|
+
],
|
|
523
167
|
"type": "number"
|
|
524
168
|
},
|
|
525
169
|
"slot": {
|
|
170
|
+
"description": "Slot name",
|
|
171
|
+
"examples": [
|
|
172
|
+
"measure",
|
|
173
|
+
"dimension",
|
|
174
|
+
"legend"
|
|
175
|
+
],
|
|
526
176
|
"type": "string"
|
|
527
177
|
},
|
|
528
178
|
"values": {
|
|
179
|
+
"description": "An array of columns for the current picker",
|
|
529
180
|
"items": {
|
|
530
181
|
"properties": {
|
|
531
182
|
"aggregationFunc": {
|
|
@@ -561,6 +212,7 @@ declare const _default: {
|
|
|
561
212
|
"currency",
|
|
562
213
|
"duration",
|
|
563
214
|
"hierarchy_element_expression",
|
|
215
|
+
"ip_address",
|
|
564
216
|
"topography"
|
|
565
217
|
],
|
|
566
218
|
"type": "string"
|
|
@@ -594,36 +246,6 @@ declare const _default: {
|
|
|
594
246
|
"string"
|
|
595
247
|
]
|
|
596
248
|
},
|
|
597
|
-
"columnHierarchies": {
|
|
598
|
-
"anyOf": [
|
|
599
|
-
{
|
|
600
|
-
"items": {
|
|
601
|
-
"type": "string"
|
|
602
|
-
},
|
|
603
|
-
"type": "array"
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
"items": {
|
|
607
|
-
"properties": {
|
|
608
|
-
"color": {
|
|
609
|
-
"type": "string"
|
|
610
|
-
},
|
|
611
|
-
"id": {
|
|
612
|
-
"type": "string"
|
|
613
|
-
},
|
|
614
|
-
"level": {
|
|
615
|
-
"type": "number"
|
|
616
|
-
},
|
|
617
|
-
"name": {
|
|
618
|
-
"type": "object"
|
|
619
|
-
}
|
|
620
|
-
},
|
|
621
|
-
"type": "object"
|
|
622
|
-
},
|
|
623
|
-
"type": "array"
|
|
624
|
-
}
|
|
625
|
-
]
|
|
626
|
-
},
|
|
627
249
|
"columnId": {
|
|
628
250
|
"description": "Column id",
|
|
629
251
|
"format": "uuid",
|
|
@@ -698,13 +320,6 @@ declare const _default: {
|
|
|
698
320
|
},
|
|
699
321
|
"type": "object"
|
|
700
322
|
},
|
|
701
|
-
"hidden": {
|
|
702
|
-
"type": "boolean"
|
|
703
|
-
},
|
|
704
|
-
"include_nonoccurring": {
|
|
705
|
-
"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.",
|
|
706
|
-
"type": "boolean"
|
|
707
|
-
},
|
|
708
323
|
"label": {
|
|
709
324
|
"description": "Label in format {locale: \"label\"}, for example, {en: \"Total Revenue\"}",
|
|
710
325
|
"type": "object"
|
|
@@ -752,6 +367,7 @@ declare const _default: {
|
|
|
752
367
|
"enum": [
|
|
753
368
|
"none",
|
|
754
369
|
"past",
|
|
370
|
+
"absoluteChange",
|
|
755
371
|
"percentageChange"
|
|
756
372
|
],
|
|
757
373
|
"type": "string"
|
|
@@ -759,10 +375,8 @@ declare const _default: {
|
|
|
759
375
|
},
|
|
760
376
|
"type": "object"
|
|
761
377
|
},
|
|
762
|
-
"readonly": {
|
|
763
|
-
"type": "boolean"
|
|
764
|
-
},
|
|
765
378
|
"selected": {
|
|
379
|
+
"description": "Selected item",
|
|
766
380
|
"type": "boolean"
|
|
767
381
|
},
|
|
768
382
|
"subtype": {
|
|
@@ -775,6 +389,7 @@ declare const _default: {
|
|
|
775
389
|
"datetime",
|
|
776
390
|
"duration",
|
|
777
391
|
"hierarchy_element_expression",
|
|
392
|
+
"ip_address",
|
|
778
393
|
"topography"
|
|
779
394
|
],
|
|
780
395
|
"type": "string"
|
|
@@ -849,7 +464,7 @@ declare const _default: {
|
|
|
849
464
|
"type": "object"
|
|
850
465
|
},
|
|
851
466
|
"limit": {
|
|
852
|
-
"description": "
|
|
467
|
+
"description": "The maximum number of data rows to query and display",
|
|
853
468
|
"properties": {
|
|
854
469
|
"number": {
|
|
855
470
|
"default": 100000,
|
|
@@ -1081,7 +696,7 @@ declare const _default: {
|
|
|
1081
696
|
"description": "Custom border styling",
|
|
1082
697
|
"properties": {
|
|
1083
698
|
"border-bottom-width": {
|
|
1084
|
-
"description": "Border bottom width",
|
|
699
|
+
"description": "Border bottom width, it is visible when a border style and color are set",
|
|
1085
700
|
"examples": [
|
|
1086
701
|
"0px",
|
|
1087
702
|
"1px",
|
|
@@ -1090,7 +705,7 @@ declare const _default: {
|
|
|
1090
705
|
"type": "string"
|
|
1091
706
|
},
|
|
1092
707
|
"border-color": {
|
|
1093
|
-
"description": "Border color",
|
|
708
|
+
"description": "Border color, it is visible when a border style and width are set",
|
|
1094
709
|
"examples": [
|
|
1095
710
|
"rgba(216, 216, 216, 1)",
|
|
1096
711
|
"rgb(147, 146, 148)"
|
|
@@ -1098,7 +713,7 @@ declare const _default: {
|
|
|
1098
713
|
"type": "string"
|
|
1099
714
|
},
|
|
1100
715
|
"border-left-width": {
|
|
1101
|
-
"description": "Border left width",
|
|
716
|
+
"description": "Border left width, it is visible when a border style and color are set",
|
|
1102
717
|
"examples": [
|
|
1103
718
|
"0px",
|
|
1104
719
|
"1px",
|
|
@@ -1116,7 +731,7 @@ declare const _default: {
|
|
|
1116
731
|
"type": "string"
|
|
1117
732
|
},
|
|
1118
733
|
"border-right-width": {
|
|
1119
|
-
"description": "Border right width",
|
|
734
|
+
"description": "Border right width, it is visible when a border style and color are set",
|
|
1120
735
|
"examples": [
|
|
1121
736
|
"0px",
|
|
1122
737
|
"1px",
|
|
@@ -1125,7 +740,7 @@ declare const _default: {
|
|
|
1125
740
|
"type": "string"
|
|
1126
741
|
},
|
|
1127
742
|
"border-style": {
|
|
1128
|
-
"description": "Border style",
|
|
743
|
+
"description": "Border style, it is visible when a border color and width are set",
|
|
1129
744
|
"examples": [
|
|
1130
745
|
"none",
|
|
1131
746
|
"solid",
|
|
@@ -1135,7 +750,7 @@ declare const _default: {
|
|
|
1135
750
|
"type": "string"
|
|
1136
751
|
},
|
|
1137
752
|
"border-top-width": {
|
|
1138
|
-
"description": "Border top width",
|
|
753
|
+
"description": "Border top width, it is visible when a border style and color are set",
|
|
1139
754
|
"examples": [
|
|
1140
755
|
"0px",
|
|
1141
756
|
"1px",
|
|
@@ -1179,19 +794,6 @@ declare const _default: {
|
|
|
1179
794
|
"font": {
|
|
1180
795
|
"description": "Custom font styling",
|
|
1181
796
|
"properties": {
|
|
1182
|
-
"font-style": {
|
|
1183
|
-
"const": "normal",
|
|
1184
|
-
"description": "Use it to reset the font style to \"normal\"",
|
|
1185
|
-
"type": "string"
|
|
1186
|
-
},
|
|
1187
|
-
"font-weight": {
|
|
1188
|
-
"description": "Font weight",
|
|
1189
|
-
"examples": [
|
|
1190
|
-
400,
|
|
1191
|
-
700
|
|
1192
|
-
],
|
|
1193
|
-
"type": "number"
|
|
1194
|
-
},
|
|
1195
797
|
"fontFamily": {
|
|
1196
798
|
"description": "Font family",
|
|
1197
799
|
"examples": [
|
|
@@ -1204,7 +806,7 @@ declare const _default: {
|
|
|
1204
806
|
"type": "string"
|
|
1205
807
|
},
|
|
1206
808
|
"fontSize": {
|
|
1207
|
-
"description": "Font size in px",
|
|
809
|
+
"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.",
|
|
1208
810
|
"examples": [
|
|
1209
811
|
10,
|
|
1210
812
|
15,
|
|
@@ -1233,7 +835,7 @@ declare const _default: {
|
|
|
1233
835
|
"type": "string"
|
|
1234
836
|
},
|
|
1235
837
|
"title": {
|
|
1236
|
-
"description": "Custom title styling",
|
|
838
|
+
"description": "Custom title styling, it's applied if the title is displayed",
|
|
1237
839
|
"properties": {
|
|
1238
840
|
"align": {
|
|
1239
841
|
"description": "Title align",
|
|
@@ -1266,7 +868,7 @@ declare const _default: {
|
|
|
1266
868
|
"type": "boolean"
|
|
1267
869
|
},
|
|
1268
870
|
"fontSize": {
|
|
1269
|
-
"description": "Title's font size in px",
|
|
871
|
+
"description": "Title's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1270
872
|
"examples": [
|
|
1271
873
|
16,
|
|
1272
874
|
20
|
|
@@ -1302,7 +904,7 @@ declare const _default: {
|
|
|
1302
904
|
"type": "object"
|
|
1303
905
|
},
|
|
1304
906
|
"tooltip": {
|
|
1305
|
-
"description": "Custom tooltip styling",
|
|
907
|
+
"description": "Custom tooltip styling, it's applied if the tooltip is turned on",
|
|
1306
908
|
"properties": {
|
|
1307
909
|
"background": {
|
|
1308
910
|
"description": "Tooltip's background",
|
|
@@ -1315,16 +917,7 @@ declare const _default: {
|
|
|
1315
917
|
"type": "string"
|
|
1316
918
|
},
|
|
1317
919
|
"fontSize": {
|
|
1318
|
-
"description": "Tooltip's font size in px",
|
|
1319
|
-
"examples": [
|
|
1320
|
-
12,
|
|
1321
|
-
16,
|
|
1322
|
-
20
|
|
1323
|
-
],
|
|
1324
|
-
"type": "number"
|
|
1325
|
-
},
|
|
1326
|
-
"lineHeight": {
|
|
1327
|
-
"description": "Tooltip's line height in px",
|
|
920
|
+
"description": "Tooltip's font size in px, if not set, it will be inherited from the \"font\"->\"fontSize\" option",
|
|
1328
921
|
"examples": [
|
|
1329
922
|
12,
|
|
1330
923
|
16,
|
|
@@ -1333,7 +926,7 @@ declare const _default: {
|
|
|
1333
926
|
"type": "number"
|
|
1334
927
|
},
|
|
1335
928
|
"opacity": {
|
|
1336
|
-
"description": "Tooltip's opacity",
|
|
929
|
+
"description": "Tooltip's opacity, it should be between 0 and 1, for example, 0.8",
|
|
1337
930
|
"examples": [
|
|
1338
931
|
0.5,
|
|
1339
932
|
0.8,
|
|
@@ -1363,7 +956,7 @@ declare const _default: {
|
|
|
1363
956
|
"type": "string"
|
|
1364
957
|
},
|
|
1365
958
|
"title": {
|
|
1366
|
-
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
|
|
959
|
+
"description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}. It's applied if the title is displayed.",
|
|
1367
960
|
"examples": [
|
|
1368
961
|
{
|
|
1369
962
|
"en": "Title"
|